diff --git a/docs/how-to-accept-all-revisions-in-a-word-processing-document.md b/docs/how-to-accept-all-revisions-in-a-word-processing-document.md index 5844bbb..c78038d 100644 --- a/docs/how-to-accept-all-revisions-in-a-word-processing-document.md +++ b/docs/how-to-accept-all-revisions-in-a-word-processing-document.md @@ -511,9 +511,6 @@ The following is the complete sample code in both C\# and Visual Basic. ## See also -#### Other resources - -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) - -[Accepting Revisions in Open XML Word-Processing Documents](http://msdn.microsoft.com/en-us/library/ee836138.aspx) +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) +- [Accepting Revisions in Open XML Word-Processing Documents](https://docs.microsoft.com/previous-versions/office/developer/office-2007/ee836138(v=office.12)) diff --git a/docs/how-to-add-a-comment-to-a-slide-in-a-presentation.md b/docs/how-to-add-a-comment-to-a-slide-in-a-presentation.md index 85cb6af..b13b390 100644 --- a/docs/how-to-add-a-comment-to-a-slide-in-a-presentation.md +++ b/docs/how-to-add-a-comment-to-a-slide-in-a-presentation.md @@ -758,8 +758,8 @@ comment string to the first slide in the presentation file Myppt1.pptx. ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-add-a-new-document-part-that-receives-a-relationship-id-to-a-package.md b/docs/how-to-add-a-new-document-part-that-receives-a-relationship-id-to-a-package.md index 6cc3041..f339249 100644 --- a/docs/how-to-add-a-new-document-part-that-receives-a-relationship-id-to-a-package.md +++ b/docs/how-to-add-a-new-document-part-that-receives-a-relationship-id-to-a-package.md @@ -299,8 +299,8 @@ The following is the complete code example in both C\# and Visual Basic. ----------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-add-a-new-document-part-to-a-package.md b/docs/how-to-add-a-new-document-part-to-a-package.md index a58f3a7..0901ca5 100644 --- a/docs/how-to-add-a-new-document-part-to-a-package.md +++ b/docs/how-to-add-a-new-document-part-to-a-package.md @@ -208,9 +208,9 @@ Following is the complete code example in both C\# and Visual Basic. ----------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-add-custom-ui-to-a-spreadsheet-document.md b/docs/how-to-add-custom-ui-to-a-spreadsheet-document.md index 19bc794..e9b5791 100644 --- a/docs/how-to-add-custom-ui-to-a-spreadsheet-document.md +++ b/docs/how-to-add-custom-ui-to-a-spreadsheet-document.md @@ -304,12 +304,10 @@ code sample in C\# and Visual Basic. ----------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) -[Ribbon Designer](http://msdn.microsoft.com/library/26617206-f4da-416f-a18a-d817b2d4872d(Office.15).aspx) - -[Walkthrough: Creating a Custom Tab by Using the Ribbon Designer](http://msdn.microsoft.com/library/312865e6-950f-46ab-88de-fe7eb8036bfe(Office.15).aspx) +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) +- [Ribbon Designer](http://msdn.microsoft.com/library/26617206-f4da-416f-a18a-d817b2d4872d(Office.15).aspx) +- [Walkthrough: Creating a Custom Tab by Using the Ribbon Designer](http://msdn.microsoft.com/library/312865e6-950f-46ab-88de-fe7eb8036bfe(Office.15).aspx) diff --git a/docs/how-to-add-tables-to-word-processing-documents.md b/docs/how-to-add-tables-to-word-processing-documents.md index bc00342..e12068a 100644 --- a/docs/how-to-add-tables-to-word-processing-documents.md +++ b/docs/how-to-add-tables-to-word-processing-documents.md @@ -447,9 +447,9 @@ sample in C\# and Visual Basic. ----------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-apply-a-style-to-a-paragraph-in-a-word-processing-document.md b/docs/how-to-apply-a-style-to-a-paragraph-in-a-word-processing-document.md index 330fc21..4cc2ecd 100644 --- a/docs/how-to-apply-a-style-to-a-paragraph-in-a-word-processing-document.md +++ b/docs/how-to-apply-a-style-to-a-paragraph-in-a-word-processing-document.md @@ -25,9 +25,7 @@ To use the sample code in this topic, you must install the [Open XML SDK 2.5](ht - DocumentFormat.OpenXml (installed by the Open XML SDK) -You must also use the following **using** -directives or **Imports** statements to compile -the code in this topic. +You must also use the following **using** directives or **Imports** statements to compile the code in this topic. ```csharp using System; @@ -41,15 +39,9 @@ the code in this topic. Imports DocumentFormat.OpenXml.Wordprocessing ``` -## ApplyStyleToParagraph Method +## ApplyStyleToParagraph method -The **ApplyStyleToParagraph** example method can be used to apply a -style to a paragraph. You must first obtain a reference to the document -as well as a reference to the paragraph that you want to style. The -method accepts four parameters that indicate: the reference to the -opened word processing document, the styleid of the style to be applied, -the name of the style to be applied, and the reference to the paragraph -to which to apply the style. +The **ApplyStyleToParagraph** example method can be used to apply a style to a paragraph. You must first obtain a reference to the document as well as a reference to the paragraph that you want to style. The method accepts four parameters that indicate: the reference to the opened word processing document, the styleid of the style to be applied, the name of the style to be applied, and the reference to the paragraph to which to apply the style. ```csharp public static void ApplyStyleToParagraph(WordprocessingDocument doc, string styleid, string stylename, Paragraph p) @@ -60,10 +52,7 @@ to which to apply the style. ByVal styleid As String, ByVal stylename As String, ByVal p As Paragraph) ``` -The following sections in this topic explain the implementation of this -method and the supporting code, as well as how to call it. The complete -sample code listing can be found in the [Sample Code](how-to-apply-a-style-to-a-paragraph-in-a-word-processing-document.md#sampleCode) section at -the end of this topic. +The following sections in this topic explain the implementation of this method and the supporting code, as well as how to call it. The complete sample code listing can be found in the [Sample Code](#sample-code) section at the end of this topic. ## Getting a WordprocessingDocument Object @@ -935,7 +924,5 @@ The following is the complete code sample in both C\# and Visual Basic. ## See also -#### Other resources - -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-apply-a-theme-to-a-presentation.md b/docs/how-to-apply-a-theme-to-a-presentation.md index f238f27..2c3b40b 100644 --- a/docs/how-to-apply-a-theme-to-a-presentation.md +++ b/docs/how-to-apply-a-theme-to-a-presentation.md @@ -672,9 +672,9 @@ would see the same theme of the file Myppt9-theme.pptx. ----------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-calculate-the-sum-of-a-range-of-cells-in-a-spreadsheet-document.md b/docs/how-to-calculate-the-sum-of-a-range-of-cells-in-a-spreadsheet-document.md index cc58278..019e46f 100644 --- a/docs/how-to-calculate-the-sum-of-a-range-of-cells-in-a-spreadsheet-document.md +++ b/docs/how-to-calculate-the-sum-of-a-range-of-cells-in-a-spreadsheet-document.md @@ -928,15 +928,10 @@ The following is the complete sample code in both C\# and Visual Basic. ----------------------------------------------------------------------------- ## See also -#### Other resources - -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) - -[Language-Integrated Query (LINQ)](http://msdn.microsoft.com/en-us/library/bb397926.aspx) - -[Lambda Expressions](http://msdn.microsoft.com/en-us/library/bb531253.aspx) - -[Lambda Expressions (C\# Programming Guide)](http://msdn.microsoft.com/en-us/library/bb397687.aspx) +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) +- [Language-Integrated Query (LINQ)](http://msdn.microsoft.com/en-us/library/bb397926.aspx) +- [Lambda Expressions](http://msdn.microsoft.com/en-us/library/bb531253.aspx) +- [Lambda Expressions (C\# Programming Guide)](http://msdn.microsoft.com/en-us/library/bb397687.aspx) diff --git a/docs/how-to-change-text-in-a-table-in-a-word-processing-document.md b/docs/how-to-change-text-in-a-table-in-a-word-processing-document.md index fb25d64..67c8a8d 100644 --- a/docs/how-to-change-text-in-a-table-in-a-word-processing-document.md +++ b/docs/how-to-change-text-in-a-table-in-a-word-processing-document.md @@ -273,9 +273,9 @@ Following is the complete code example. ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) [How to: Change Text in a Table in a Word Processing Document](http://msdn.microsoft.com/en-us/library/documentformat.openxml.wordprocessing.table(office.14).aspx) diff --git a/docs/how-to-change-the-fill-color-of-a-shape-in-a-presentation.md b/docs/how-to-change-the-fill-color-of-a-shape-in-a-presentation.md index 444a511..397e48d 100644 --- a/docs/how-to-change-the-fill-color-of-a-shape-in-a-presentation.md +++ b/docs/how-to-change-the-fill-color-of-a-shape-in-a-presentation.md @@ -345,9 +345,9 @@ change in the fill color. ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-change-the-print-orientation-of-a-word-processing-document.md b/docs/how-to-change-the-print-orientation-of-a-word-processing-document.md index 3b9323f..5f04ed0 100644 --- a/docs/how-to-change-the-print-orientation-of-a-word-processing-document.md +++ b/docs/how-to-change-the-print-orientation-of-a-word-processing-document.md @@ -515,8 +515,8 @@ Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-convert-a-word-processing-document-from-the-docm-to-the-docx-file-format.md b/docs/how-to-convert-a-word-processing-document-from-the-docm-to-the-docx-file-format.md index 777bbb2..6bb58c6 100644 --- a/docs/how-to-convert-a-word-processing-document-from-the-docm-to-the-docx-file-format.md +++ b/docs/how-to-convert-a-word-processing-document-from-the-docm-to-the-docx-file-format.md @@ -64,8 +64,7 @@ parameter that indicates the file name of the file to convert. Public Sub ConvertDOCMtoDOCX(ByVal fileName As String) ``` -The complete code listing for the method can be found in the [Sample -Code](how-to-convert-a-word-processing-document-from-the-docm-to-the-docx-file-format.md#sampleCode) section. +The complete code listing for the method can be found in the [Sample Code](#sample-code) section. ## Calling the Sample Method @@ -360,9 +359,9 @@ Basic. ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-copy-the-contents-of-an-open-xml-package-part-to-a-document-part-in-a-dif.md b/docs/how-to-copy-the-contents-of-an-open-xml-package-part-to-a-document-part-in-a-dif.md index 0555e87..7ce1357 100644 --- a/docs/how-to-copy-the-contents-of-an-open-xml-package-part-to-a-document-part-in-a-dif.md +++ b/docs/how-to-copy-the-contents-of-an-open-xml-package-part-to-a-document-part-in-a-dif.md @@ -274,9 +274,9 @@ Following is the complete sample code in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-create-a-package.md b/docs/how-to-create-a-package.md index 4f1947d..5e2791d 100644 --- a/docs/how-to-create-a-package.md +++ b/docs/how-to-create-a-package.md @@ -309,9 +309,9 @@ Following is the complete sample code in both C\# and Visual Basic. ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-create-a-presentation-document-by-providing-a-file-name.md b/docs/how-to-create-a-presentation-document-by-providing-a-file-name.md index 9c05ffe..a264576 100644 --- a/docs/how-to-create-a-presentation-document-by-providing-a-file-name.md +++ b/docs/how-to-create-a-presentation-document-by-providing-a-file-name.md @@ -768,7 +768,7 @@ presentation, given a file path. -------------------------------------------------------------------------------- ## See also -#### Concepts + [About the Open XML SDK 2.5 for Office](about-the-open-xml-sdk.md) @@ -782,6 +782,6 @@ presentation, given a file path. [How to: Apply a theme to a presentation (Open XML SDK)](how-to-apply-a-theme-to-a-presentation.md) -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-create-a-spreadsheet-document-by-providing-a-file-name.md b/docs/how-to-create-a-spreadsheet-document-by-providing-a-file-name.md index e915b28..ed31c90 100644 --- a/docs/how-to-create-a-spreadsheet-document-by-providing-a-file-name.md +++ b/docs/how-to-create-a-spreadsheet-document-by-providing-a-file-name.md @@ -235,6 +235,6 @@ Following is the complete sample code in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-create-a-word-processing-document-by-providing-a-file-name.md b/docs/how-to-create-a-word-processing-document-by-providing-a-file-name.md index c8129b0..eeccc15 100644 --- a/docs/how-to-create-a-word-processing-document-by-providing-a-file-name.md +++ b/docs/how-to-create-a-word-processing-document-by-providing-a-file-name.md @@ -221,6 +221,6 @@ Following is the complete code example in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-create-and-add-a-character-style-to-a-word-processing-document.md b/docs/how-to-create-and-add-a-character-style-to-a-word-processing-document.md index 8217727..add60cb 100644 --- a/docs/how-to-create-and-add-a-character-style-to-a-word-processing-document.md +++ b/docs/how-to-create-and-add-a-character-style-to-a-word-processing-document.md @@ -70,7 +70,7 @@ in the user interface). ByVal styleid As String, ByVal stylename As String, Optional ByVal aliases As String = "") ``` -The complete code listing for the method can be found in the [Sample Code](how-to-create-and-add-a-character-style-to-a-word-processing-document.md#sampleCode) section. +The complete code listing for the method can be found in the [Sample Code](#sample-code) section. ## About Style IDs, Style Names, and Aliases @@ -654,10 +654,10 @@ C\# and Visual Basic. ## See also -#### Concepts + [How to: Apply a style to a paragraph in a word processing document (Open XML SDK)](how-to-apply-a-style-to-a-paragraph-in-a-word-processing-document.md) -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-create-and-add-a-paragraph-style-to-a-word-processing-document.md b/docs/how-to-create-and-add-a-paragraph-style-to-a-word-processing-document.md index b4697a9..3ff77c8 100644 --- a/docs/how-to-create-and-add-a-paragraph-style-to-a-word-processing-document.md +++ b/docs/how-to-create-and-add-a-paragraph-style-to-a-word-processing-document.md @@ -53,7 +53,7 @@ The **CreateAndAddParagraphStyle** sample method can be used to add a style to a word processing document. You must first obtain a reference to the style definitions part in the document to which you want to add the style. For more information and an example of how to do this, see -the [Calling the Sample Method](how-to-create-and-add-a-paragraph-style-to-a-word-processing-document.md#CallSampleMethod) +the [Calling the Sample Method](#calling-the-sample-method) section. The method accepts four parameters that indicate: a reference to the @@ -72,8 +72,7 @@ in the user interface). ByVal styleid As String, ByVal stylename As String, Optional ByVal aliases As String = "") ``` -The complete code listing for the method can be found in the [Sample -Code](how-to-create-and-add-a-paragraph-style-to-a-word-processing-document.md#sampleCode) section. +The complete code listing for the method can be found in the [Sample Code](#sample-code) section. --------------------------------------------------------------------------------- @@ -727,10 +726,5 @@ C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Concepts - -[How to: Apply a style to a paragraph in a word processing document (Open XML SDK)](how-to-apply-a-style-to-a-paragraph-in-a-word-processing-document.md) - -#### Other resources - -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) +- [Apply a style to a paragraph in a word processing document (Open XML SDK)](how-to-apply-a-style-to-a-paragraph-in-a-word-processing-document.md) +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-delete-a-slide-from-a-presentation.md b/docs/how-to-delete-a-slide-from-a-presentation.md index 268b6a5..615d89f 100644 --- a/docs/how-to-delete-a-slide-from-a-presentation.md +++ b/docs/how-to-delete-a-slide-from-a-presentation.md @@ -753,6 +753,6 @@ Following is the complete sample code in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-delete-all-the-comments-by-an-author-from-all-the-slides-in-a-presentatio.md b/docs/how-to-delete-all-the-comments-by-an-author-from-all-the-slides-in-a-presentatio.md index bfa1381..a45a1d1 100644 --- a/docs/how-to-delete-all-the-comments-by-an-author-from-all-the-slides-in-a-presentatio.md +++ b/docs/how-to-delete-all-the-comments-by-an-author-from-all-the-slides-in-a-presentatio.md @@ -441,6 +441,6 @@ The following is the complete sample code in both C\# and Visual Basic. ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-delete-comments-by-all-or-a-specific-author-in-a-word-processing-document.md b/docs/how-to-delete-comments-by-all-or-a-specific-author-in-a-word-processing-document.md index 3f69709..0d0c6e9 100644 --- a/docs/how-to-delete-comments-by-all-or-a-specific-author-in-a-word-processing-document.md +++ b/docs/how-to-delete-comments-by-all-or-a-specific-author-in-a-word-processing-document.md @@ -468,6 +468,6 @@ The following is the complete code sample in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-delete-text-from-a-cell-in-a-spreadsheet.md b/docs/how-to-delete-text-from-a-cell-in-a-spreadsheet.md index 14803a7..4cc6b85 100644 --- a/docs/how-to-delete-text-from-a-cell-in-a-spreadsheet.md +++ b/docs/how-to-delete-text-from-a-cell-in-a-spreadsheet.md @@ -629,9 +629,9 @@ The following is the complete code sample in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) [Language-Integrated Query (LINQ)](http://msdn.microsoft.com/en-us/library/bb397926.aspx) diff --git a/docs/how-to-extract-styles-from-a-word-processing-document.md b/docs/how-to-extract-styles-from-a-word-processing-document.md index b1003a2..3ddde1d 100644 --- a/docs/how-to-extract-styles-from-a-word-processing-document.md +++ b/docs/how-to-extract-styles-from-a-word-processing-document.md @@ -86,7 +86,7 @@ requested does not exist). Optional ByVal getStylesWithEffectsPart As Boolean = True) As XDocument ``` -The complete code listing for the method can be found in the [Sample Code](how-to-extract-styles-from-a-word-processing-document.md#sampleCode) section. +The complete code listing for the method can be found in the [Sample Code](#sample-code) section. -------------------------------------------------------------------------------- @@ -325,6 +325,6 @@ Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-get-a-column-heading-in-a-spreadsheet.md b/docs/how-to-get-a-column-heading-in-a-spreadsheet.md index e0e56f1..454f832 100644 --- a/docs/how-to-get-a-column-heading-in-a-spreadsheet.md +++ b/docs/how-to-get-a-column-heading-in-a-spreadsheet.md @@ -408,9 +408,9 @@ Following is the complete sample code in both C\# and Visual Basic. ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) [Language-Integrated Query (LINQ)](http://msdn.microsoft.com/en-us/library/bb397926.aspx) diff --git a/docs/how-to-get-all-the-external-hyperlinks-in-a-presentation.md b/docs/how-to-get-all-the-external-hyperlinks-in-a-presentation.md index 66b199f..3912a73 100644 --- a/docs/how-to-get-all-the-external-hyperlinks-in-a-presentation.md +++ b/docs/how-to-get-all-the-external-hyperlinks-in-a-presentation.md @@ -354,6 +354,6 @@ get the list of URIs in your presentation. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-get-all-the-text-in-a-slide-in-a-presentation.md b/docs/how-to-get-all-the-text-in-a-slide-in-a-presentation.md index 52adc13..4e1ecb7 100644 --- a/docs/how-to-get-all-the-text-in-a-slide-in-a-presentation.md +++ b/docs/how-to-get-all-the-text-in-a-slide-in-a-presentation.md @@ -629,6 +629,6 @@ Following is the complete sample code in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-get-all-the-text-in-all-slides-in-a-presentation.md b/docs/how-to-get-all-the-text-in-all-slides-in-a-presentation.md index 8066038..efd427e 100644 --- a/docs/how-to-get-all-the-text-in-all-slides-in-a-presentation.md +++ b/docs/how-to-get-all-the-text-in-all-slides-in-a-presentation.md @@ -444,7 +444,7 @@ The following is the complete sample code in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources + [Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) diff --git a/docs/how-to-get-the-contents-of-a-document-part-from-a-package.md b/docs/how-to-get-the-contents-of-a-document-part-from-a-package.md index 13a5c09..9f6e14f 100644 --- a/docs/how-to-get-the-contents-of-a-document-part-from-a-package.md +++ b/docs/how-to-get-the-contents-of-a-document-part-from-a-package.md @@ -261,7 +261,7 @@ Following is the complete code example in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources + [Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) diff --git a/docs/how-to-get-the-titles-of-all-the-slides-in-a-presentation.md b/docs/how-to-get-the-titles-of-all-the-slides-in-a-presentation.md index f4d2ec8..32fc5fc 100644 --- a/docs/how-to-get-the-titles-of-all-the-slides-in-a-presentation.md +++ b/docs/how-to-get-the-titles-of-all-the-slides-in-a-presentation.md @@ -673,7 +673,7 @@ Following is the complete sample code in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources + [Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) diff --git a/docs/how-to-get-worksheet-information-from-a-package.md b/docs/how-to-get-worksheet-information-from-a-package.md index 9174cf8..771796a 100644 --- a/docs/how-to-get-worksheet-information-from-a-package.md +++ b/docs/how-to-get-worksheet-information-from-a-package.md @@ -240,7 +240,7 @@ The following is the complete code sample in both C\# and Visual Basic. ## See also -#### Other resources + [Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) diff --git a/docs/how-to-insert-a-chart-into-a-spreadsheet.md b/docs/how-to-insert-a-chart-into-a-spreadsheet.md index 20cb042..98251e0 100644 --- a/docs/how-to-insert-a-chart-into-a-spreadsheet.md +++ b/docs/how-to-insert-a-chart-into-a-spreadsheet.md @@ -881,9 +881,9 @@ The following is the complete sample code in both C\# and Visual Basic. ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) [Language-Integrated Query (LINQ)](http://msdn.microsoft.com/en-us/library/bb397926.aspx) diff --git a/docs/how-to-insert-a-comment-into-a-word-processing-document.md b/docs/how-to-insert-a-comment-into-a-word-processing-document.md index 578d695..2ede7f4 100644 --- a/docs/how-to-insert-a-comment-into-a-word-processing-document.md +++ b/docs/how-to-insert-a-comment-into-a-word-processing-document.md @@ -362,9 +362,9 @@ Following is the complete sample code in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) [Language-Integrated Query (LINQ)](http://msdn.microsoft.com/en-us/library/bb397926.aspx) diff --git a/docs/how-to-insert-a-new-slide-into-a-presentation.md b/docs/how-to-insert-a-new-slide-into-a-presentation.md index ec20ef7..00ece17 100644 --- a/docs/how-to-insert-a-new-slide-into-a-presentation.md +++ b/docs/how-to-insert-a-new-slide-into-a-presentation.md @@ -747,6 +747,6 @@ The following is the complete sample code in both C\# and Visual Basic. ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-insert-a-new-worksheet-into-a-spreadsheet.md b/docs/how-to-insert-a-new-worksheet-into-a-spreadsheet.md index bf344dd..c06c479 100644 --- a/docs/how-to-insert-a-new-worksheet-into-a-spreadsheet.md +++ b/docs/how-to-insert-a-new-worksheet-into-a-spreadsheet.md @@ -294,9 +294,9 @@ Following is the complete sample code in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) [Language-Integrated Query (LINQ)](http://msdn.microsoft.com/en-us/library/bb397926.aspx) diff --git a/docs/how-to-insert-a-picture-into-a-word-processing-document.md b/docs/how-to-insert-a-picture-into-a-word-processing-document.md index 933c3f7..6b03a31 100644 --- a/docs/how-to-insert-a-picture-into-a-word-processing-document.md +++ b/docs/how-to-insert-a-picture-into-a-word-processing-document.md @@ -406,6 +406,6 @@ The following is the complete sample code in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-insert-a-table-into-a-word-processing-document.md b/docs/how-to-insert-a-table-into-a-word-processing-document.md index 9bb57b6..e14d3d7 100644 --- a/docs/how-to-insert-a-table-into-a-word-processing-document.md +++ b/docs/how-to-insert-a-table-into-a-word-processing-document.md @@ -397,9 +397,9 @@ Following is the complete sample code in both C\# and Visual Basic. ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) [Object Initializers: Named and Anonymous Types (Visual Basic .NET)](http://msdn.microsoft.com/en-us/library/bb385125.aspx) diff --git a/docs/how-to-insert-text-into-a-cell-in-a-spreadsheet.md b/docs/how-to-insert-text-into-a-cell-in-a-spreadsheet.md index f16adb9..311b2cc 100644 --- a/docs/how-to-insert-text-into-a-cell-in-a-spreadsheet.md +++ b/docs/how-to-insert-text-into-a-cell-in-a-spreadsheet.md @@ -760,9 +760,9 @@ The following is the complete sample code in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) [Language-Integrated Query (LINQ)](http://msdn.microsoft.com/en-us/library/bb397926.aspx) diff --git a/docs/how-to-merge-two-adjacent-cells-in-a-spreadsheet.md b/docs/how-to-merge-two-adjacent-cells-in-a-spreadsheet.md index 95af750..c72bc11 100644 --- a/docs/how-to-merge-two-adjacent-cells-in-a-spreadsheet.md +++ b/docs/how-to-merge-two-adjacent-cells-in-a-spreadsheet.md @@ -581,9 +581,9 @@ The following is the complete sample code in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) [Language-Integrated Query (LINQ)](http://msdn.microsoft.com/en-us/library/bb397926.aspx) diff --git a/docs/how-to-move-a-paragraph-from-one-presentation-to-another.md b/docs/how-to-move-a-paragraph-from-one-presentation-to-another.md index 29f48e1..90e47be 100644 --- a/docs/how-to-move-a-paragraph-from-one-presentation-to-another.md +++ b/docs/how-to-move-a-paragraph-from-one-presentation-to-another.md @@ -477,6 +477,6 @@ The following is the complete sample code in both C\# and Visual Basic. ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-move-a-slide-to-a-new-position-in-a-presentation.md b/docs/how-to-move-a-slide-to-a-new-position-in-a-presentation.md index 6a6113a..caedfd5 100644 --- a/docs/how-to-move-a-slide-to-a-new-position-in-a-presentation.md +++ b/docs/how-to-move-a-slide-to-a-new-position-in-a-presentation.md @@ -638,6 +638,6 @@ Following is the complete sample code in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-open-a-presentation-document-for-read-only-access.md b/docs/how-to-open-a-presentation-document-for-read-only-access.md index fd83f0d..436c560 100644 --- a/docs/how-to-open-a-presentation-document-for-read-only-access.md +++ b/docs/how-to-open-a-presentation-document-for-read-only-access.md @@ -377,6 +377,6 @@ The following is the complete code listing in C\# and Visual Basic. ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-open-a-spreadsheet-document-for-read-only-access.md b/docs/how-to-open-a-spreadsheet-document-for-read-only-access.md index d1fb840..9d275b2 100644 --- a/docs/how-to-open-a-spreadsheet-document-for-read-only-access.md +++ b/docs/how-to-open-a-spreadsheet-document-for-read-only-access.md @@ -300,6 +300,6 @@ The following is the complete sample code in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-open-a-spreadsheet-document-from-a-stream.md b/docs/how-to-open-a-spreadsheet-document-from-a-stream.md index 5a3b413..51d1c95 100644 --- a/docs/how-to-open-a-spreadsheet-document-from-a-stream.md +++ b/docs/how-to-open-a-spreadsheet-document-from-a-stream.md @@ -278,6 +278,6 @@ The following is the complete sample code in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-open-a-word-processing-document-for-read-only-access.md b/docs/how-to-open-a-word-processing-document-for-read-only-access.md index e0207c1..44e84b7 100644 --- a/docs/how-to-open-a-word-processing-document-for-read-only-access.md +++ b/docs/how-to-open-a-word-processing-document-for-read-only-access.md @@ -357,6 +357,6 @@ The following is the complete sample code in C\# and VB. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-open-a-word-processing-document-from-a-stream.md b/docs/how-to-open-a-word-processing-document-from-a-stream.md index e4a02e4..ee12e61 100644 --- a/docs/how-to-open-a-word-processing-document-from-a-stream.md +++ b/docs/how-to-open-a-word-processing-document-from-a-stream.md @@ -231,6 +231,6 @@ Following is the complete sample code in both C\# and Visual Basic. ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-open-and-add-text-to-a-word-processing-document.md b/docs/how-to-open-and-add-text-to-a-word-processing-document.md index 3e8331e..fd59a53 100644 --- a/docs/how-to-open-and-add-text-to-a-word-processing-document.md +++ b/docs/how-to-open-and-add-text-to-a-word-processing-document.md @@ -220,6 +220,6 @@ of **OpenSettings**. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-parse-and-read-a-large-spreadsheet.md b/docs/how-to-parse-and-read-a-large-spreadsheet.md index af68e99..a2b156e 100644 --- a/docs/how-to-parse-and-read-a-large-spreadsheet.md +++ b/docs/how-to-parse-and-read-a-large-spreadsheet.md @@ -274,10 +274,10 @@ The following is the complete code sample in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Concepts + [Structure of a SpreadsheetML document (Open XML SDK)](structure-of-a-spreadsheetml-document.md) -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-remove-a-document-part-from-a-package.md b/docs/how-to-remove-a-document-part-from-a-package.md index 31cf890..f07b135 100644 --- a/docs/how-to-remove-a-document-part-from-a-package.md +++ b/docs/how-to-remove-a-document-part-from-a-package.md @@ -219,6 +219,6 @@ Following is the complete code example in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-remove-hidden-text-from-a-word-processing-document.md b/docs/how-to-remove-hidden-text-from-a-word-processing-document.md index 45a916e..986f689 100644 --- a/docs/how-to-remove-hidden-text-from-a-word-processing-document.md +++ b/docs/how-to-remove-hidden-text-from-a-word-processing-document.md @@ -260,6 +260,6 @@ Following is the complete sample code in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-remove-the-headers-and-footers-from-a-word-processing-document.md b/docs/how-to-remove-the-headers-and-footers-from-a-word-processing-document.md index fbe52ae..6c3851d 100644 --- a/docs/how-to-remove-the-headers-and-footers-from-a-word-processing-document.md +++ b/docs/how-to-remove-the-headers-and-footers-from-a-word-processing-document.md @@ -64,7 +64,7 @@ modify. Public Sub RemoveHeadersAndFooters(ByVal filename As String) ``` -The complete code listing for the method can be found in the [Sample Code](how-to-remove-the-headers-and-footers-from-a-word-processing-document.md#sampleCode) section. +The complete code listing for the method can be found in the [Sample Code](#sample-code) section. ## Calling the Sample Method @@ -366,6 +366,6 @@ Visual Basic. ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-replace-the-header-in-a-word-processing-document.md b/docs/how-to-replace-the-header-in-a-word-processing-document.md index 9a985d1..303ecd2 100644 --- a/docs/how-to-replace-the-header-in-a-word-processing-document.md +++ b/docs/how-to-replace-the-header-in-a-word-processing-document.md @@ -257,6 +257,6 @@ Following is the complete sample code in both C\# and Visual Basic. ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-replace-the-styles-parts-in-a-word-processing-document.md b/docs/how-to-replace-the-styles-parts-in-a-word-processing-document.md index e50d3cf..e6755fb 100644 --- a/docs/how-to-replace-the-styles-parts-in-a-word-processing-document.md +++ b/docs/how-to-replace-the-styles-parts-in-a-word-processing-document.md @@ -101,7 +101,7 @@ effectively completely replacing the styles. ``` The complete code listing for the **ReplaceStyles** method and its supporting methods -can be found in the [Sample Code](how-to-replace-the-styles-parts-in-a-word-processing-document.md#sampleCode) section. +can be found in the [Sample Code](#sample-code) section. -------------------------------------------------------------------------------- @@ -492,6 +492,6 @@ Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-replace-the-theme-part-in-a-word-processing-document.md b/docs/how-to-replace-the-theme-part-in-a-word-processing-document.md index 90fa832..129255d 100644 --- a/docs/how-to-replace-the-theme-part-in-a-word-processing-document.md +++ b/docs/how-to-replace-the-theme-part-in-a-word-processing-document.md @@ -287,6 +287,6 @@ Following is the complete sample code in both C\# and Visual Basic. ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-retrieve-a-dictionary-of-all-named-ranges-in-a-spreadsheet.md b/docs/how-to-retrieve-a-dictionary-of-all-named-ranges-in-a-spreadsheet.md index c317fc0..d04caa8 100644 --- a/docs/how-to-retrieve-a-dictionary-of-all-named-ranges-in-a-spreadsheet.md +++ b/docs/how-to-retrieve-a-dictionary-of-all-named-ranges-in-a-spreadsheet.md @@ -247,6 +247,6 @@ Basic. ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-retrieve-a-list-of-the-hidden-rows-or-columns-in-a-spreadsheet.md b/docs/how-to-retrieve-a-list-of-the-hidden-rows-or-columns-in-a-spreadsheet.md index ac59047..1d5e254 100644 --- a/docs/how-to-retrieve-a-list-of-the-hidden-rows-or-columns-in-a-spreadsheet.md +++ b/docs/how-to-retrieve-a-list-of-the-hidden-rows-or-columns-in-a-spreadsheet.md @@ -394,6 +394,6 @@ Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-retrieve-a-list-of-the-hidden-worksheets-in-a-spreadsheet.md b/docs/how-to-retrieve-a-list-of-the-hidden-worksheets-in-a-spreadsheet.md index 32ef94d..b10b927 100644 --- a/docs/how-to-retrieve-a-list-of-the-hidden-worksheets-in-a-spreadsheet.md +++ b/docs/how-to-retrieve-a-list-of-the-hidden-worksheets-in-a-spreadsheet.md @@ -270,6 +270,6 @@ Basic. ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-retrieve-a-list-of-the-worksheets-in-a-spreadsheet.md b/docs/how-to-retrieve-a-list-of-the-worksheets-in-a-spreadsheet.md index c6bbeac..5eaf5fa 100644 --- a/docs/how-to-retrieve-a-list-of-the-worksheets-in-a-spreadsheet.md +++ b/docs/how-to-retrieve-a-list-of-the-worksheets-in-a-spreadsheet.md @@ -234,6 +234,6 @@ Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-retrieve-application-property-values-from-a-word-processing-document.md b/docs/how-to-retrieve-application-property-values-from-a-word-processing-document.md index 05544aa..a536800 100644 --- a/docs/how-to-retrieve-application-property-values-from-a-word-processing-document.md +++ b/docs/how-to-retrieve-application-property-values-from-a-word-processing-document.md @@ -186,6 +186,6 @@ The following is the complete code sample in C\# and Visual Basic. ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-retrieve-comments-from-a-word-processing-document.md b/docs/how-to-retrieve-comments-from-a-word-processing-document.md index e0643a9..c5ef160 100644 --- a/docs/how-to-retrieve-comments-from-a-word-processing-document.md +++ b/docs/how-to-retrieve-comments-from-a-word-processing-document.md @@ -236,6 +236,6 @@ The following is the complete sample code in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-retrieve-the-number-of-slides-in-a-presentation-document.md b/docs/how-to-retrieve-the-number-of-slides-in-a-presentation-document.md index a21d45b..182e225 100644 --- a/docs/how-to-retrieve-the-number-of-slides-in-a-presentation-document.md +++ b/docs/how-to-retrieve-the-number-of-slides-in-a-presentation-document.md @@ -245,6 +245,6 @@ Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-retrieve-the-values-of-cells-in-a-spreadsheet.md b/docs/how-to-retrieve-the-values-of-cells-in-a-spreadsheet.md index b0e7320..ec33964 100644 --- a/docs/how-to-retrieve-the-values-of-cells-in-a-spreadsheet.md +++ b/docs/how-to-retrieve-the-values-of-cells-in-a-spreadsheet.md @@ -550,6 +550,6 @@ code sample in C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-search-and-replace-text-in-a-document-part.md b/docs/how-to-search-and-replace-text-in-a-document-part.md index 90bd669..06640e5 100644 --- a/docs/how-to-search-and-replace-text-in-a-document-part.md +++ b/docs/how-to-search-and-replace-text-in-a-document-part.md @@ -197,8 +197,8 @@ The following is the complete sample code in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) [Regular Expressions](http://msdn.microsoft.com/en-us/library/hs600312.aspx) diff --git a/docs/how-to-set-a-custom-property-in-a-word-processing-document.md b/docs/how-to-set-a-custom-property-in-a-word-processing-document.md index cd1e7b5..79c103f 100644 --- a/docs/how-to-set-a-custom-property-in-a-word-processing-document.md +++ b/docs/how-to-set-a-custom-property-in-a-word-processing-document.md @@ -79,7 +79,7 @@ processing document. You can use the Productivity Tool for Microsoft Office, shown in Figure 1, to discover how they are stored. This tool enables you to open a document and view its parts and the hierarchy of parts. Figure 1 shows a test document after you run the code in the -[Calling the SetCustomProperty Method](how-to-set-a-custom-property-in-a-word-processing-document.md#Calling) section of +[Calling the SetCustomProperty Method](#calling-the-setcustomproperty-method) section of this article. The tool displays in the right-hand panes both the XML for the part and the reflected C\# code that you can use to generate the contents of the part. @@ -120,7 +120,7 @@ If you examine the XML content, you will find the following: The sample method that is provided here includes the code that is required to create or modify a custom document property in a Microsoft Word 2010 or Microsoft Word 2013 document. You can find the complete -code listing for the method in the [Sample Code](how-to-set-a-custom-property-in-a-word-processing-document.md#SampleCode) section. +code listing for the method in the [Sample Code](#sample-code) section. ## SetCustomProperty Method @@ -772,6 +772,6 @@ Basic. ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/how-to-set-the-font-for-a-text-run.md b/docs/how-to-set-the-font-for-a-text-run.md index 9091c8f..bc20627 100644 --- a/docs/how-to-set-the-font-for-a-text-run.md +++ b/docs/how-to-set-the-font-for-a-text-run.md @@ -267,9 +267,9 @@ The following is the complete sample code in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) [Object Initializers: Named and Anonymous Types](http://msdn.microsoft.com/en-us/library/bb385125.aspx) diff --git a/docs/how-to-validate-a-word-processing-document.md b/docs/how-to-validate-a-word-processing-document.md index ef69cd0..900f3b7 100644 --- a/docs/how-to-validate-a-word-processing-document.md +++ b/docs/how-to-validate-a-word-processing-document.md @@ -217,6 +217,6 @@ Following is the complete sample code in both C\# and Visual Basic. -------------------------------------------------------------------------------- ## See also -#### Other resources -[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx) + +- [Open XML SDK 2.5 class library reference](https://docs.microsoft.com/office/open-xml/open-xml-sdk) diff --git a/docs/structure-of-a-presentationml-document.md b/docs/structure-of-a-presentationml-document.md index 2648b01..b756df1 100644 --- a/docs/structure-of-a-presentationml-document.md +++ b/docs/structure-of-a-presentationml-document.md @@ -963,7 +963,7 @@ Figure 2. Elements of a PresentationML file -------------------------------------------------------------------------------- ## See also -#### Concepts + [How to: Create a presentation document by providing a file name (Open XML SDK)](how-to-create-a-presentation-document-by-providing-a-file-name.md) diff --git a/docs/structure-of-a-spreadsheetml-document.md b/docs/structure-of-a-spreadsheetml-document.md index fce2da4..ce5cc8e 100644 --- a/docs/structure-of-a-spreadsheetml-document.md +++ b/docs/structure-of-a-spreadsheetml-document.md @@ -26,20 +26,10 @@ spreadsheet document. In addition, a spreadsheet document might contain \<**table**\>, \<**chartsheet**\>, \<**pivotTableDefinition**\>, or other spreadsheet related elements. -**In This Section** - -[Important Spreadsheet -Parts](structure-of-a-spreadsheetml-document.md#ImpSSParts) - -[Minimum Workbook -Scenario](structure-of-a-spreadsheetml-document.md#MinWBScenario) - -[Typical Workbook -Scenario](structure-of-a-spreadsheetml-document.md#TypWBScenario) - -------------------------------------------------------------------------------- ## Important Spreadsheet Parts + Using the Open XML SDK 2.5 for Office, you can create document structure and content that uses strongly-typed classes that correspond to **SpreadsheetML** elements. You can find these classes in the **DocumentFormat.OpenXML.Spreadsheet** namespace. The @@ -47,22 +37,23 @@ following table lists the class names of the classes that correspond to some of the important spreadsheet elements. -| **Package Part** | **Top Level SpreadsheetML Element** | **Open XML SDK 2.5 Class** | **Description** | -|------------------------|--------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Workbook | workbook | [Workbook](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.workbook.aspx) | The root element for the main document part. | -| Worksheet | worksheet | [Worksheet](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.worksheet.aspx) | A type of sheet that represent a grid of cells that contains text, numbers, dates or formulas. For more information, see [Working with sheets (Open XML SDK)](working-with-sheets.md). | -| Chart Sheet | chartsheet | [Chartsheet](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.chartsheet.aspx) | A sheet that represents a chart that is stored as its own sheet. For more information, see [Working with sheets (Open XML SDK)](working-with-sheets.md). | -| Table | table | [Table](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.table.aspx) | A logical construct that specifies that a range of data belongs to a single dataset. For more information, see [Working with SpreadsheetML tables (Open XML SDK)](working-with-spreadsheetml-documents.md). | -| Pivot Table | [pivotTableDefinition](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.pivottabledefinition.aspx) | [PivotTableDefinition](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.pivottabledefinition.aspx) | A logical construct that displays aggregated view of data in an understandable layout. For more information, see [Working with PivotTables (Open XML SDK)](working-with-pivottables.md). | -| Pivot Cache | pivotCacheDefinition | [PivotCacheDefinition](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.pivotcachedefinition.aspx) | A construct that defines the source of the data in the PivotTable. For more information, see [Working with PivotTables (Open XML SDK)](working-with-pivottables.md). | -| Pivot Cache Records | pivotCacheRecords | [PivotCacheRecords](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.pivotcacherecords.aspx) | A cache of the source data of the PivotTable. For more information, see [Working with PivotTables (Open XML SDK)](working-with-pivottables.md). | -| Calculation Chain | calcChain | [CalculationChain](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.calculationchain.aspx) | A construct that specifies the order in which cells in the workbook were last calculated. For more information, see [Working with the calculation chain (Open XML SDK)](working-with-the-calculation-chain.md). | -| Shared String Table | sst | [SharedStringTable](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.sharedstringtable.aspx) | A construct that contains one occurrence of each unique string that occurs on all worksheets in a workbook. For more information, see [Working with the shared string table (Open XML SDK)](working-with-the-shared-string-table.md). | -| Conditional Formatting | conditionalFormatting | [ConditionalFormatting](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.conditionalformatting.aspx) | A construct that defines a format applied to a cell or series of cells. For more information, see [Working with conditional formatting (Open XML SDK)](working-with-conditional-formatting.md). | -| Formulas | f | [CellFormula](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.cellformula.aspx) | A construct that defines the formula text for a cell that contains a formula. For more information, see [Working with formulas (Open XML SDK)](working-with-formulas.md). | +| Package Part| Top Level SpreadsheetML Element | Open XML SDK 2.5 Class | Description| +|:------------|:--------------------------------|:-----------------------|:-----------| +| Workbook | workbook | [Workbook](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.workbook.aspx) | The root element for the main document part.| +| Worksheet | worksheet | [Worksheet](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.worksheet.aspx) | A type of sheet that represent a grid of cells that contains text, numbers, dates or formulas. For more information, see [Working with sheets (Open XML SDK)](working-with-sheets.md). | +|Chart Sheet | chartsheet | [Chartsheet](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.chartsheet.aspx) | A sheet that represents a chart that is stored as its own sheet. For more information, see [Working with sheets (Open XML SDK)](working-with-sheets.md). | +| Table | table | [Table](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.table.aspx) | A logical construct that specifies that a range of data belongs to a single dataset. For more information, see [Working with SpreadsheetML tables (Open XML SDK)](working-with-spreadsheetml-documents.md). | +|Pivot Table | [pivotTableDefinition](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.pivottabledefinition.aspx) | [PivotTableDefinition](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.pivottabledefinition.aspx) | A logical construct that displays aggregated view of data in an understandable layout. For more information, see [Working with PivotTables (Open XML SDK)](working-with-pivottables.md). | +|Pivot Cache | pivotCacheDefinition | [PivotCacheDefinition](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.pivotcachedefinition.aspx) | A construct that defines the source of the data in the PivotTable. For more information, see [Working with PivotTables (Open XML SDK)](working-with-pivottables.md). | +|Pivot Cache Records | pivotCacheRecords | [PivotCacheRecords](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.pivotcacherecords.aspx) | A cache of the source data of the PivotTable. For more information, see [Working with PivotTables (Open XML SDK)](working-with-pivottables.md). | +| Calculation Chain | calcChain | [CalculationChain](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.calculationchain.aspx) | A construct that specifies the order in which cells in the workbook were last calculated. For more information, see [Working with the calculation chain (Open XML SDK)](working-with-the-calculation-chain.md). | +|Shared String Table | sst | [SharedStringTable](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.sharedstringtable.aspx) | A construct that contains one occurrence of each unique string that occurs on all worksheets in a workbook. For more information, see [Working with the shared string table (Open XML SDK)](working-with-the-shared-string-table.md). | +|Conditional Formatting | conditionalFormatting | [ConditionalFormatting](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.conditionalformatting.aspx) | A construct that defines a format applied to a cell or series of cells. For more information, see [Working with conditional formatting (Open XML SDK)](working-with-conditional-formatting.md). | +| Formulas | f | [CellFormula](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.cellformula.aspx) | A construct that defines the formula text for a cell that contains a formula. For more information, see [Working with formulas (Open XML SDK)](working-with-formulas.md). | -------------------------------------------------------------------------------- ## Minimum Workbook Scenario + The following text from the [Standard ECMA-376](http://www.ecma-international.org/publications/standards/Ecma-376.htm) introduces the minimum workbook scenario. diff --git a/docs/structure-of-a-wordprocessingml-document.md b/docs/structure-of-a-wordprocessingml-document.md index 355a17d..f72169c 100644 --- a/docs/structure-of-a-wordprocessingml-document.md +++ b/docs/structure-of-a-wordprocessingml-document.md @@ -25,13 +25,7 @@ represents a paragraph. A paragraph contains one or more \<**r**\> elements. The with a common set of properties, such as formatting. A run contains one or more \<**t**\> elements. The \<**t**\> element contains a range of text. -**In This Section** -[Important WordprocessingML Parts](structure-of-a-wordprocessingml-document.md#ImpWPParts) - -[Minimum Document Scenario](structure-of-a-wordprocessingml-document.md#MinDocScen) - -[Typical Document Scenario](structure-of-a-wordprocessingml-document.md#TypDocScen) ## Important WordprocessingML Parts diff --git a/docs/working-with-animation.md b/docs/working-with-animation.md index 6fe9174..7fa349b 100644 --- a/docs/working-with-animation.md +++ b/docs/working-with-animation.md @@ -204,7 +204,7 @@ target child elements to which the animation effects are applied. ## See also -#### Concepts + [About the Open XML SDK 2.5 for Office](about-the-open-xml-sdk.md) diff --git a/docs/working-with-comments.md b/docs/working-with-comments.md index 7786a7b..89f502e 100644 --- a/docs/working-with-comments.md +++ b/docs/working-with-comments.md @@ -331,7 +331,7 @@ article. -------------------------------------------------------------------------------- ## See also -#### Concepts + [About the Open XML SDK 2.5 for Office](about-the-open-xml-sdk.md) diff --git a/docs/working-with-handout-master-slides.md b/docs/working-with-handout-master-slides.md index 9fc53af..89e94af 100644 --- a/docs/working-with-handout-master-slides.md +++ b/docs/working-with-handout-master-slides.md @@ -298,7 +298,7 @@ the PresentationML document referenced in the code. ``` -------------------------------------------------------------------------------- ## See also -#### Concepts + [About the Open XML SDK 2.5 for Office](about-the-open-xml-sdk.md) diff --git a/docs/working-with-notes-slides.md b/docs/working-with-notes-slides.md index 1291f19..1deff3f 100644 --- a/docs/working-with-notes-slides.md +++ b/docs/working-with-notes-slides.md @@ -273,7 +273,7 @@ the PresentationML document referenced in the code. -------------------------------------------------------------------------------- ## See also -#### Concepts + [About the Open XML SDK 2.5 for Office](about-the-open-xml-sdk.md) diff --git a/docs/working-with-paragraphs.md b/docs/working-with-paragraphs.md index f754bf8..20f5afa 100644 --- a/docs/working-with-paragraphs.md +++ b/docs/working-with-paragraphs.md @@ -135,7 +135,7 @@ WordprocessingML document referenced in the code. -------------------------------------------------------------------------------- ## See also -#### Concepts + [About the Open XML SDK 2.5 for Office](about-the-open-xml-sdk.md) diff --git a/docs/working-with-presentation-slides.md b/docs/working-with-presentation-slides.md index c64e1c9..3a5e37b 100644 --- a/docs/working-with-presentation-slides.md +++ b/docs/working-with-presentation-slides.md @@ -321,7 +321,7 @@ is written to the PresentationML document file referenced in the code. -------------------------------------------------------------------------------- ## See also -#### Concepts + [About the Open XML SDK 2.5 for Office](about-the-open-xml-sdk.md) diff --git a/docs/working-with-presentations.md b/docs/working-with-presentations.md index 6ccbbfc..00961b1 100644 --- a/docs/working-with-presentations.md +++ b/docs/working-with-presentations.md @@ -428,7 +428,7 @@ PresentationML document referenced in the code. -------------------------------------------------------------------------------- ## See also -#### Concepts + [About the Open XML SDK 2.5 for Office](about-the-open-xml-sdk.md) diff --git a/docs/working-with-runs.md b/docs/working-with-runs.md index 26b97b7..033c8ca 100644 --- a/docs/working-with-runs.md +++ b/docs/working-with-runs.md @@ -140,7 +140,7 @@ WordprocessingML document specified in the preceding code. -------------------------------------------------------------------------------- ## See also -#### Concepts + [About the Open XML SDK 2.5 for Office](about-the-open-xml-sdk.md) diff --git a/docs/working-with-slide-layouts.md b/docs/working-with-slide-layouts.md index b15e947..1750c40 100644 --- a/docs/working-with-slide-layouts.md +++ b/docs/working-with-slide-layouts.md @@ -304,7 +304,7 @@ PresentationML document file referenced in the code. -------------------------------------------------------------------------------- ## See also -#### Concepts + [About the Open XML SDK 2.5 for Office](about-the-open-xml-sdk.md) diff --git a/docs/working-with-slide-masters.md b/docs/working-with-slide-masters.md index c219aaa..5533938 100644 --- a/docs/working-with-slide-masters.md +++ b/docs/working-with-slide-masters.md @@ -408,7 +408,7 @@ PresentationML document referenced in the code. -------------------------------------------------------------------------------- ## See also -#### Concepts + [About the Open XML SDK 2.5 for Office](about-the-open-xml-sdk.md)