Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary Open-XML-SDK moniker #170

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/about-the-open-xml-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The document parts in an Open XML package are created as XML markup. Because XML

Structurally, an Open XML document is an Open Packaging Conventions (OPC) package. As stated previously, a package is composed of a collection of document parts. Each part has a part name that consists of a sequence of segments or a pathname such as "/word/theme/theme1.xml." The package contains a [Content\_Types].xml part that allows you to determine the content type of all document parts in the package. A set of explicit relationships for a source package or part is contained in a relationships part that ends with the .rels extension.

Word processing documents are described by using WordprocessingML markup. For more information, see [Working with WordprocessingML documents (Open XML SDK)](word/overview.md). A WordprocessingML document is composed of a collection of stories where each story is one of the following:
Word processing documents are described by using WordprocessingML markup. For more information, see [Working with WordprocessingML documents](word/overview.md). A WordprocessingML document is composed of a collection of stories where each story is one of the following:

- Main document (the only required story)
- Glossary document
Expand All @@ -36,15 +36,15 @@ Word processing documents are described by using WordprocessingML markup. For mo
- Text box
- Footnote and endnote

Presentations are described by using PresentationML markup. For more information, see [Working with PresentationML documents (Open XML SDK)](presentation/overview.md). Presentation packages can contain the following document parts:
Presentations are described by using PresentationML markup. For more information, see [Working with PresentationML documents](presentation/overview.md). Presentation packages can contain the following document parts:

- Slide master
- Notes master
- Handout master
- Slide layout
- Notes

Spreadsheet workbooks are described by using SpreadsheetML markup. For more information, see [Working with SpreadsheetML documents (Open XML SDK)](spreadsheet/overview.md). Workbook packages can contain:
Spreadsheet workbooks are described by using SpreadsheetML markup. For more information, see [Working with SpreadsheetML documents](spreadsheet/overview.md). Workbook packages can contain:

- Workbook part (required part)
- One or more worksheets
Expand Down
4 changes: 2 additions & 2 deletions docs/general/how-to-add-a-new-document-part-to-a-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ api_name:
api_type:
- schema
ms.assetid: ec83a076-9d71-49d1-915f-e7090f74c13a
title: 'How to: Add a new document part to a package (Open XML SDK)'
title: 'How to: Add a new document part to a package'
ms.suite: office
ms.author: o365devx
author: o365devx
Expand All @@ -13,7 +13,7 @@ ms.date: 03/22/2022
ms.localizationpriority: medium
---

# Add a new document part to a package (Open XML SDK)
# Add a new document part to a package

This topic shows how to use the classes in the Open XML SDK for Office to add a document part (file) to a word processing document programmatically.

Expand Down
4 changes: 2 additions & 2 deletions docs/general/how-to-create-a-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ api_name:
api_type:
- schema
ms.assetid: fe261589-7b04-47df-8ee9-26b444e587b0
title: 'How to: Create a package (Open XML SDK)'
title: 'How to: Create a package'
ms.suite: office

ms.author: o365devx
Expand All @@ -15,7 +15,7 @@ ms.date: 11/01/2017
ms.localizationpriority: medium
---

# Create a package (Open XML SDK)
# Create a package

This topic shows how to use the classes in the Open XML SDK for
Office to programmatically create a word processing document package
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ api_name:
api_type:
- schema
ms.assetid: b0d3d890-431a-4838-89dc-1f0dccd5dcd0
title: 'How to: Get the contents of a document part from a package (Open XML SDK)'
title: 'How to: Get the contents of a document part from a package'
ms.suite: office

ms.author: o365devx
Expand All @@ -14,7 +14,7 @@ ms.topic: conceptual
ms.date: 11/01/2017
ms.localizationpriority: high
---
# Get the contents of a document part from a package (Open XML SDK)
# Get the contents of a document part from a package

This topic shows how to use the classes in the Open XML SDK for
Office to retrieve the contents of a document part in a Wordprocessing
Expand Down
4 changes: 2 additions & 2 deletions docs/general/how-to-remove-a-document-part-from-a-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ api_name:
api_type:
- schema
ms.assetid: b3890e64-51d1-4643-8d07-2c9d8e060000
title: 'How to: Remove a document part from a package (Open XML SDK)'
title: 'How to: Remove a document part from a package'
ms.suite: office

ms.author: o365devx
Expand All @@ -14,7 +14,7 @@ ms.topic: conceptual
ms.date: 11/01/2017
ms.localizationpriority: medium
---
# Remove a document part from a package (Open XML SDK)
# Remove a document part from a package

This topic shows how to use the classes in the Open XML SDK for
Office to remove a document part (file) from a Wordprocessing document
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ api_name:
api_type:
- schema
ms.assetid: cfb75725-f3a7-43c0-85f4-7bb4c3f448ca
title: 'How to: Replace the theme part in a word processing document (Open XML SDK)'
title: 'How to: Replace the theme part in a word processing document'
ms.suite: office

ms.author: o365devx
Expand All @@ -14,7 +14,7 @@ ms.topic: conceptual
ms.date: 11/01/2017
ms.localizationpriority: medium
---
# Replace the theme part in a word processing document (Open XML SDK)
# Replace the theme part in a word processing document

This topic shows how to use the classes in the Open XML SDK for
Office to programmatically replace a document part in a word processing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ api_name:
api_type:
- schema
ms.assetid: cbb4547e-45fa-48ee-872e-8727beec6dfa
title: 'How to: Search and replace text in a document part (Open XML SDK)'
title: 'How to: Search and replace text in a document part'
ms.suite: office

ms.author: o365devx
Expand All @@ -14,7 +14,7 @@ ms.topic: conceptual
ms.date: 11/01/2017
ms.localizationpriority: high
---
# Search and replace text in a document part (Open XML SDK)
# Search and replace text in a document part

This topic shows how to use the classes in the Open XML SDK for
Office to programmatically search and replace a text value in a word
Expand Down
4 changes: 2 additions & 2 deletions docs/general/introduction-to-markup-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ api_name:
api_type:
- schema
ms.assetid: dd42a9a3-5c16-4cab-ad6d-506cf822ec7a
title: Introduction to markup compatibility (Open XML SDK)
title: Introduction to markup compatibility
ms.suite: office

ms.author: o365devx
Expand All @@ -15,7 +15,7 @@ ms.date: 11/01/2017
ms.localizationpriority: high
---

# Introduction to markup compatibility (Open XML SDK)
# Introduction to markup compatibility

This topic introduces the markup compatibility features included in the Open XML SDK for Office.

Expand Down
4 changes: 2 additions & 2 deletions docs/general/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ api_name:
api_type:
- schema
ms.assetid: edbe267a-ced9-43fd-a702-fd0165cb3438
title: Packages and general (Open XML SDK)
title: Packages and general
ms.suite: office

ms.author: o365devx
Expand All @@ -14,7 +14,7 @@ ms.topic: conceptual
ms.date: 11/01/2017
ms.localizationpriority: high
---
# Packages and general (Open XML SDK)
# Packages and general

This section provides how-to topics for working with documents and packages using the Open XML SDK.

Expand Down
2 changes: 1 addition & 1 deletion docs/includes/word/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Using the Open XML SDK, you can create document structure and content using stro
| r | [Run](https://msdn.microsoft.com/library/office/documentformat.openxml.wordprocessing.run.aspx) | A run. |
| t | [Text](https://msdn.microsoft.com/library/office/documentformat.openxml.wordprocessing.text.aspx) | A range of text. |

For more information about the overall structure of the parts and elements of a WordprocessingML document, see [Structure of a WordprocessingML document (Open XML SDK)](../../word/structure-of-a-wordprocessingml-document.md).
For more information about the overall structure of the parts and elements of a WordprocessingML document, see [Structure of a WordprocessingML document](../../word/structure-of-a-wordprocessingml-document.md).
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ api_name:
api_type:
- schema
ms.assetid: 403abe97-7ab2-40ba-92c0-d6312a6d10c8
title: 'How to: Add a comment to a slide in a presentation (Open XML SDK)'
title: 'How to: Add a comment to a slide in a presentation'
ms.suite: office

ms.author: o365devx
Expand All @@ -15,7 +15,7 @@ ms.date: 11/01/2017
ms.localizationpriority: medium
---

# Add a comment to a slide in a presentation (Open XML SDK)
# Add a comment to a slide in a presentation

This topic shows how to use the classes in the Open XML SDK for
Office to add a comment to the first slide in a presentation
Expand Down
4 changes: 2 additions & 2 deletions docs/presentation/how-to-apply-a-theme-to-a-presentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ api_name:
api_type:
- schema
ms.assetid: d7575014-8187-4e55-bafa-15bc317bf8c8
title: 'How to: Apply a theme to a presentation (Open XML SDK)'
title: 'How to: Apply a theme to a presentation'
ms.suite: office

ms.author: o365devx
Expand All @@ -15,7 +15,7 @@ ms.date: 11/01/2017
ms.localizationpriority: medium
---

# Apply a theme to a presentation (Open XML SDK)
# Apply a theme to a presentation

This topic shows how to use the classes in the Open XML SDK for
Office to apply the theme from one presentation to another presentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ api_name:
api_type:
- schema
ms.assetid: e3adae2b-c7e8-45f4-b1fc-93d937f4b3b1
title: 'How to: Change the fill color of a shape in a presentation (Open XML SDK)'
title: 'How to: Change the fill color of a shape in a presentation'
ms.suite: office

ms.author: o365devx
Expand All @@ -15,7 +15,7 @@ ms.date: 11/01/2017
ms.localizationpriority: medium
---

# Change the fill color of a shape in a presentation (Open XML SDK)
# Change the fill color of a shape in a presentation

This topic shows how to use the classes in the Open XML SDK to
change the fill color of a shape on the first slide in a presentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ api_name:
api_type:
- schema
ms.assetid: 3d4a800e-64f0-4715-919f-a8f7d92a5c37
title: 'How to: Create a presentation document by providing a file name (Open XML SDK)'
title: 'How to: Create a presentation document by providing a file name'
description: 'Learn how to create a presentation document by providing a file name using the Open XML SDK.'
ms.suite: office

Expand All @@ -16,7 +16,7 @@ ms.date: 06/28/2021
ms.localizationpriority: high
---

# Create a presentation document by providing a file name (Open XML SDK)
# Create a presentation document by providing a file name

This topic shows how to use the classes in the Open XML SDK to
create a presentation document programmatically.
Expand Down Expand Up @@ -166,12 +166,12 @@ presentation, given a file path.

[Structure of a PresentationML Document](structure-of-a-presentationml-document.md)

[How to: Insert a new slide into a presentation (Open XML SDK)](how-to-insert-a-new-slide-into-a-presentation.md)
[How to: Insert a new slide into a presentation](how-to-insert-a-new-slide-into-a-presentation.md)

[How to: Delete a slide from a presentation (Open XML SDK)](how-to-delete-a-slide-from-a-presentation.md)
[How to: Delete a slide from a presentation](how-to-delete-a-slide-from-a-presentation.md)

[How to: Retrieve the number of slides in a presentation document (Open XML SDK)](how-to-retrieve-the-number-of-slides-in-a-presentation-document.md)
[How to: Retrieve the number of slides in a presentation document](how-to-retrieve-the-number-of-slides-in-a-presentation-document.md)

[How to: Apply a theme to a presentation (Open XML SDK)](how-to-apply-a-theme-to-a-presentation.md)
[How to: Apply a theme to a presentation](how-to-apply-a-theme-to-a-presentation.md)

- [Open XML SDK class library reference](/office/open-xml/open-xml-sdk)
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ api_name:
api_type:
- schema
ms.assetid: 98781b17-8de4-46e9-b29a-5b4033665491
title: 'How to: Delete a slide from a presentation (Open XML SDK)'
title: 'How to: Delete a slide from a presentation'
ms.suite: office

ms.author: o365devx
Expand All @@ -14,7 +14,7 @@ ms.topic: conceptual
ms.date: 11/01/2017
ms.localizationpriority: medium
---
# Delete a slide from a presentation (Open XML SDK)
# Delete a slide from a presentation

This topic shows how to use the Open XML SDK for Office to delete a
slide from a presentation programmatically. It also shows how to delete
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ api_name:
api_type:
- schema
ms.assetid: d6daf04e-3e45-4570-a184-8f0449c7ab91
title: 'How to: Get all the external hyperlinks in a presentation (Open XML SDK)'
title: 'How to: Get all the external hyperlinks in a presentation'
ms.suite: office

ms.author: o365devx
Expand All @@ -14,7 +14,7 @@ ms.topic: conceptual
ms.date: 11/01/2017
ms.localizationpriority: medium
---
# Get all the external hyperlinks in a presentation (Open XML SDK)
# Get all the external hyperlinks in a presentation

This topic shows how to use the classes in the Open XML SDK for
Office to get all the external hyperlinks in a presentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ api_name:
api_type:
- schema
ms.assetid: 6de46612-f864-413f-a504-11ea85f1f88f
title: 'How to: Get all the text in a slide in a presentation (Open XML SDK)'
title: 'How to: Get all the text in a slide in a presentation'
ms.suite: office

ms.author: o365devx
Expand All @@ -14,7 +14,7 @@ ms.topic: conceptual
ms.date: 11/01/2017
ms.localizationpriority: medium
---
# Get all the text in a slide in a presentation (Open XML SDK)
# Get all the text in a slide in a presentation

This topic shows how to use the classes in the Open XML SDK for
Office to get all the text in a slide in a presentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ api_name:
api_type:
- schema
ms.assetid: debad542-5915-45ad-a71c-eeb95b40ec1a
title: 'How to: Get all the text in all slides in a presentation (Open XML SDK)'
title: 'How to: Get all the text in all slides in a presentation'
ms.suite: office

ms.author: o365devx
Expand All @@ -14,7 +14,7 @@ ms.topic: conceptual
ms.date: 11/01/2017
ms.localizationpriority: medium
---
# Get all the text in all slides in a presentation (Open XML SDK)
# Get all the text in all slides in a presentation

This topic shows how to use the classes in the Open XML SDK to get
all of the text in all of the slides in a presentation programmatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ api_name:
api_type:
- schema
ms.assetid: b7d5d1fd-dcdf-4f88-9d57-884562c8144f
title: 'How to: Get the titles of all the slides in a presentation (Open XML SDK)'
title: 'How to: Get the titles of all the slides in a presentation'
ms.suite: office

ms.author: o365devx
Expand All @@ -14,7 +14,7 @@ ms.topic: conceptual
ms.date: 11/01/2017
ms.localizationpriority: medium
---
# Get the titles of all the slides in a presentation (Open XML SDK)
# Get the titles of all the slides in a presentation

This topic shows how to use the classes in the Open XML SDK for
Office to get the titles of all slides in a presentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ api_name:
api_type:
- schema
ms.assetid: 6079a1ae-4567-4d99-b350-b819fd06fe5c
title: 'How to: Insert a new slide into a presentation (Open XML SDK)'
title: 'How to: Insert a new slide into a presentation'
ms.suite: office

ms.author: o365devx
Expand All @@ -14,7 +14,7 @@ ms.topic: conceptual
ms.date: 11/01/2017
ms.localizationpriority: high
---
# Insert a new slide into a presentation (Open XML SDK)
# Insert a new slide into a presentation

This topic shows how to use the classes in the Open XML SDK to
insert a new slide into a presentation programmatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ api_name:
api_type:
- schema
ms.assetid: ef817bef-27cd-4c2a-acf3-b7bba17e6e1e
title: 'How to: Move a paragraph from one presentation to another (Open XML SDK)'
title: 'How to: Move a paragraph from one presentation to another'
ms.suite: office

ms.author: o365devx
Expand All @@ -14,7 +14,7 @@ ms.topic: conceptual
ms.date: 11/01/2017
ms.localizationpriority: medium
---
# Move a paragraph from one presentation to another (Open XML SDK)
# Move a paragraph from one presentation to another

This topic shows how to use the classes in the Open XML SDK for
Office to move a paragraph from one presentation to another presentation
Expand Down
Loading