diff --git a/docs/general/how-to-add-a-new-document-part-that-receives-a-relationship-id-to-a-package.md b/docs/general/how-to-add-a-new-document-part-that-receives-a-relationship-id-to-a-package.md index e553877..296f5d0 100644 --- a/docs/general/how-to-add-a-new-document-part-that-receives-a-relationship-id-to-a-package.md +++ b/docs/general/how-to-add-a-new-document-part-that-receives-a-relationship-id-to-a-package.md @@ -57,7 +57,7 @@ It then adds the MainDocumentPart part in the new word processing document, with The code then adds the `DigitalSignatureOriginPart` part, the `ExtendedFilePropertiesPart` part, and the `ThumbnailPart` part in the new word processing document with realtionship IDs rId4, rId5, and rId6. > [!NOTE] -> The method creates a relationship from the current document part to the new document part. This method returns the new document part. Also, you can use the method to fill the document part. +> The method creates a relationship from the current document part to the new document part. This method returns the new document part. Also, you can use the method to fill the document part. ## Sample Code diff --git a/docs/includes/presentation/structure.md b/docs/includes/presentation/structure.md index 5711e28..7a16c73 100644 --- a/docs/includes/presentation/structure.md +++ b/docs/includes/presentation/structure.md @@ -65,7 +65,7 @@ two slides denoted by the IDs 267 and 256. Using the Open XML SDK, you can create document structure and content using strongly-typed classes that correspond to PresentationML -elements. You can find these classes in the +elements. You can find these classes in the namespace. The following table lists the class names of the classes that correspond to the `sld`, `sldLayout`, `sldMaster`, and `notesMaster` elements. diff --git a/docs/includes/word/structure.md b/docs/includes/word/structure.md index aa85ed4..56f1614 100644 --- a/docs/includes/word/structure.md +++ b/docs/includes/word/structure.md @@ -14,7 +14,7 @@ The basic document structure of a `WordProcessingML` document consists of the `d ``` -Using the Open XML SDK, you can create document structure and content using strongly-typed classes that correspond to `WordprocessingML` elements. You will find these classes in the namespace. The following table lists the class names of the classes that correspond to the `document`, `body`, `p`, `r`, and `t` elements. +Using the Open XML SDK, you can create document structure and content using strongly-typed classes that correspond to `WordprocessingML` elements. You will find these classes in the namespace. The following table lists the class names of the classes that correspond to the `document`, `body`, `p`, `r`, and `t` elements. | **WordprocessingML Element** | **Open XML SDK Class** | **Description** | |---|---|---| diff --git a/docs/presentation/how-to-create-a-presentation-document-by-providing-a-file-name.md b/docs/presentation/how-to-create-a-presentation-document-by-providing-a-file-name.md index 86bcb61..8ad5735 100644 --- a/docs/presentation/how-to-create-a-presentation-document-by-providing-a-file-name.md +++ b/docs/presentation/how-to-create-a-presentation-document-by-providing-a-file-name.md @@ -69,7 +69,7 @@ slide layout, slide master, and theme parts. Using the Open XML SDK, you can create presentation structure and content by using strongly-typed classes that correspond to -PresentationML elements. You can find these classes in the +PresentationML elements. You can find these classes in the namespace. The following table lists the names of the classes that correspond to the presentation, slide, slide master, slide layout, and theme elements. The class that corresponds to the theme element is diff --git a/docs/presentation/structure-of-a-presentationml-document.md b/docs/presentation/structure-of-a-presentationml-document.md index b7a11cd..afff457 100644 --- a/docs/presentation/structure-of-a-presentationml-document.md +++ b/docs/presentation/structure-of-a-presentationml-document.md @@ -25,7 +25,7 @@ A PresentationML document is not stored as one large body in a single part. Inst ## Important Presentation Parts -Using the Open XML SDK, you can create document structure and content that uses strongly-typed classes that correspond to PresentationML elements. You can find these classes in the namespace. The following table lists the class names of the classes that correspond to some of the important presentation elements. +Using the Open XML SDK, you can create document structure and content that uses strongly-typed classes that correspond to PresentationML elements. You can find these classes in the namespace. The following table lists the class names of the classes that correspond to some of the important presentation elements. | **Package Part** | **Top Level PresentationML Element** | **Open XML SDK Class** | **Description**\* | |-------------------------|--------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| diff --git a/docs/presentation/working-with-handout-master-slides.md b/docs/presentation/working-with-handout-master-slides.md index b63673f..e06ad63 100644 --- a/docs/presentation/working-with-handout-master-slides.md +++ b/docs/presentation/working-with-handout-master-slides.md @@ -143,7 +143,7 @@ turn, creates additional class instances: an instance of the class, and an instance of the class. -The namespace represented by the letter `P` in the code is the +The namespace represented by the letter `P` in the code is the namespace. ### [C#](#tab/cs) diff --git a/docs/presentation/working-with-notes-slides.md b/docs/presentation/working-with-notes-slides.md index e8f46c6..99f8c2d 100644 --- a/docs/presentation/working-with-notes-slides.md +++ b/docs/presentation/working-with-notes-slides.md @@ -168,7 +168,7 @@ the `CommonSlideData` class. -------------------------------------------------------------------------------- ## Open XML SDK Code Example -> In the following code snippets `P` represents the namespace and `D` represents the namespace. +> In the following code snippets `P` represents the namespace and `D` represents the namespace. In the snippet below, a presentation is opened with `Presentation.Open` and the first is retrieved or added if the presentation does not already have a `SlidePart`. diff --git a/docs/presentation/working-with-presentation-slides.md b/docs/presentation/working-with-presentation-slides.md index ccd0b08..ef02986 100644 --- a/docs/presentation/working-with-presentation-slides.md +++ b/docs/presentation/working-with-presentation-slides.md @@ -51,7 +51,7 @@ In the above example the order specified to present the slides is slide 4, then 3, 2, and finally 5. -© [!include[ISO/IEC 29500 version](../includes/iso-iec-29500-version.md)] +© [!include[ISO/IEC 29500 version](../includes/iso-iec-29500-version.md)] The `` element is the root element of the PresentationML Slide part. For more information about the overall structure of the parts and @@ -93,7 +93,7 @@ by the master is used. If the `` child element is present, it defines a new color scheme specific to the parent notes slide, presentation slide, or slide layout. -© [!include[ISO/IEC 29500 version](../includes/iso-iec-29500-version.md)] +© [!include[ISO/IEC 29500 version](../includes/iso-iec-29500-version.md)] ### CommonSlideData Class @@ -112,7 +112,7 @@ The actual data in `` describe only the particular parent slide; it is only the type of information stored that is common across all slides. -© [!include[ISO/IEC 29500 version](../includes/iso-iec-29500-version.md)] +© [!include[ISO/IEC 29500 version](../includes/iso-iec-29500-version.md)] ### ExtensionListWithModification Class @@ -131,7 +131,7 @@ framework. [Note: Using this `extLst` element allows the generating application to store whether this extension property has been modified. end note] -© [!include[ISO/IEC 29500 version](../includes/iso-iec-29500-version.md)] +© [!include[ISO/IEC 29500 version](../includes/iso-iec-29500-version.md)] ### Timing Class @@ -146,7 +146,7 @@ More information on the specifics of these time nodes and how they are to be defined can be found within the Animation section of the PresentationML framework. -© [!include[ISO/IEC 29500 version](../includes/iso-iec-29500-version.md)] +© [!include[ISO/IEC 29500 version](../includes/iso-iec-29500-version.md)] ### Transition Class @@ -159,7 +159,7 @@ to transition to the current slide from the previous slide. That is, the transition information is stored on the slide that appears after the transition is complete. -© [!include[ISO/IEC 29500 version](../includes/iso-iec-29500-version.md)] +© [!include[ISO/IEC 29500 version](../includes/iso-iec-29500-version.md)] -------------------------------------------------------------------------------- @@ -195,7 +195,7 @@ All of these class instances and instances of the classes that represent the child elements of the `` element are required to create the minimum number of XML elements necessary to represent a new slide. -The namespace represented by the letter *P* in the code is the +The namespace represented by the letter *P* in the code is the namespace. ### [C#](#tab/cs-0) diff --git a/docs/presentation/working-with-slide-layouts.md b/docs/presentation/working-with-slide-layouts.md index c43aa1b..2b8d96e 100644 --- a/docs/presentation/working-with-slide-layouts.md +++ b/docs/presentation/working-with-slide-layouts.md @@ -168,7 +168,7 @@ the `CommonSlideData` class, the `ColorMapOverride` class, the class, whose constructor in turn creates additional class instances: an instance of the class, an instance of the class, and an instance of the class. -The namespace represented by the letter *P* in the code is the namespace. +The namespace represented by the letter *P* in the code is the namespace. ### [C#](#tab/cs) [!code-csharp[](../../samples/presentation/create_by_providing_a_file_name/cs/Program.cs#snippet100)] diff --git a/docs/presentation/working-with-slide-masters.md b/docs/presentation/working-with-slide-masters.md index e9a941b..b6e724e 100644 --- a/docs/presentation/working-with-slide-masters.md +++ b/docs/presentation/working-with-slide-masters.md @@ -147,7 +147,7 @@ element. Among these classes, as shown in the following code sample, are the `Co The following method from the article [How to: Create a presentation document by providing a file name](./how-to-create-a-presentation-document-by-providing-a-file-name.md) adds a new slidemaster part to an existing presentation and creates an instance of an Open XML SDK `SlideMaster` class in the new slide master part. The `SlideMaster` class constructor creates instances of the `CommonSlideData` class and the `ColorMap`, `SlideLayoutIdList`, and `TextStyles` classes. The `CommonSlideData` class constructor creates an instance of the class, whose constructor in turn creates additional class instances: an instance of the class, an instance of the class, and an instance of the class, among others. -The namespace represented by the letter *P* in the code is the namespace. +The namespace represented by the letter *P* in the code is the namespace. ### [C#](#tab/cs) [!code-csharp[](../../samples/presentation/create_by_providing_a_file_name/cs/Program.cs#snippet99)] diff --git a/docs/spreadsheet/how-to-retrieve-a-list-of-the-hidden-rows-or-columns-in-a-spreadsheet.md b/docs/spreadsheet/how-to-retrieve-a-list-of-the-hidden-rows-or-columns-in-a-spreadsheet.md index 868cdc9..ebf2e56 100644 --- a/docs/spreadsheet/how-to-retrieve-a-list-of-the-hidden-rows-or-columns-in-a-spreadsheet.md +++ b/docs/spreadsheet/how-to-retrieve-a-list-of-the-hidden-rows-or-columns-in-a-spreadsheet.md @@ -37,7 +37,7 @@ You can use the `GetHiddenRowsOrCols` method to retrieve a list of the hidden ro ## How the Code Works -The code opens the document, by using the method and indicating that the document should be open for read-only access (the final `false` parameter value). Next the code retrieves a reference to the workbook part, by using the property of the document. +The code opens the document, by using the method and indicating that the document should be open for read-only access (the final `false` parameter value). Next the code retrieves a reference to the workbook part, by using the property of the document. ### [C#](#tab/cs-3) [!code-csharp[](../../samples/spreadsheet/retrieve_a_list_of_the_hidden_rows_or_columns/cs/Program.cs#snippet1)]