Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
928 additions
and 541 deletions.
- +3 −2 docs/docfx.json
- +5 −5 docs/how-to-add-a-comment-to-a-slide-in-a-presentation.md
- +6 −6 docs/how-to-apply-a-theme-to-a-presentation.md
- +2 −2 docs/how-to-change-the-fill-color-of-a-shape-in-a-presentation.md
- +5 −5 docs/how-to-delete-a-slide-from-a-presentation.md
- +6 −6 docs/how-to-delete-all-the-comments-by-an-author-from-all-the-slides-in-a-presentatio.md
- +9 −9 docs/how-to-get-all-the-external-hyperlinks-in-a-presentation.md
- +6 −6 docs/how-to-get-all-the-text-in-a-slide-in-a-presentation.md
- +5 −5 docs/how-to-get-the-titles-of-all-the-slides-in-a-presentation.md
- +5 −5 docs/how-to-get-worksheet-information-from-a-package.md
- +4 −4 docs/how-to-insert-a-chart-into-a-spreadsheet.md
- +5 −5 docs/how-to-insert-a-new-slide-into-a-presentation.md
- +2 −2 docs/how-to-insert-a-picture-into-a-word-processing-document.md
- +6 −6 docs/how-to-move-a-paragraph-from-one-presentation-to-another.md
- +5 −5 docs/how-to-move-a-slide-to-a-new-position-in-a-presentation.md
- +5 −5 docs/how-to-open-a-presentation-document-for-read-only-access.md
- +1 −1 docs/how-to-remove-a-document-part-from-a-package.md
- +5 −5 docs/how-to-remove-hidden-text-from-a-word-processing-document.md
- +1 −1 docs/how-to-replace-the-header-in-a-word-processing-document.md
- +2 −2 docs/how-to-retrieve-a-list-of-the-hidden-worksheets-in-a-spreadsheet.md
- +6 −6 docs/how-to-retrieve-comments-from-a-word-processing-document.md
- +375 −0 docs/open-xml-docs/manifest.json
- BIN docs/open-xml-docs/media/Octocat.png
- BIN docs/open-xml-docs/media/OpenXMLCon_HowToConvertDOCMtoDOCX_Fig1.gif
- BIN docs/open-xml-docs/media/OpenXmlCon_CreateCharacterStyle_Fig1.gif
- BIN docs/open-xml-docs/media/OpenXmlCon_HowToReplaceStyles_Fig1.gif
- BIN docs/open-xml-docs/media/OpenXmlCon_HowToSetCustomPropertyFig2.gif
- BIN docs/open-xml-docs/media/OpenXmlCon_HowToSetCustomProperty_Fig1.gif
- BIN docs/open-xml-docs/media/a-theme01.gif
- BIN docs/open-xml-docs/media/odc_oxml_ppt_documentstructure_fig01.jpg
- BIN docs/open-xml-docs/media/odc_oxml_ppt_documentstructure_fig02.jpg
- BIN docs/open-xml-docs/media/odc_oxml_wd_documentstructure_fig01.jpg
- BIN docs/open-xml-docs/media/odc_oxml_xl_documentstructure_fig01.gif
- BIN docs/open-xml-docs/media/odc_oxml_xl_documentstructure_fig02.gif
- BIN docs/open-xml-docs/media/w-comment01.gif
- BIN docs/open-xml-docs/media/w-delparagraphs01.gif
- BIN docs/open-xml-docs/media/w-delparagraphs02.gif
- BIN docs/open-xml-docs/media/w-headerref01.gif
- +3 −0 docs/open-xml-docs/xrefmap.yml
- +116 −115 docs/structure-of-a-presentationml-document.md
- +13 −13 docs/structure-of-a-spreadsheetml-document.md
- +57 −55 docs/working-with-animation.md
- +15 −14 docs/working-with-comments.md
- +30 −30 docs/working-with-conditional-formatting.md
- +7 −9 docs/working-with-handout-master-slides.md
- +16 −14 docs/working-with-notes-slides.md
- +6 −6 docs/working-with-paragraphs.md
- +5 −5 docs/working-with-pivottables.md
- +38 −38 docs/working-with-presentation-slides.md
- +44 −44 docs/working-with-presentations.md
- +6 −6 docs/working-with-runs.md
- +13 −13 docs/working-with-sheets.md
- +19 −17 docs/working-with-slide-layouts.md
- +31 −30 docs/working-with-slide-masters.md
- +9 −9 docs/working-with-tables.md
- +23 −23 docs/working-with-the-calculation-chain.md
- +4 −4 docs/working-with-the-shared-string-table.md
- +4 −3 docs/working-with-wordprocessingml-tables.md
Oops, something went wrong.