You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/about-the-open-xml-sdk.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ api_name:
5
5
api_type:
6
6
- schema
7
7
ms.assetid: 620e86b5-49f2-43dc-85d4-9c7456c09552
8
-
title: About the Open XML SDK 2.5 for Office
8
+
title: About the Open XML SDK for Office
9
9
ms.suite: office
10
10
ms.technology: open-xml
11
11
ms.author: o365devx
@@ -14,7 +14,7 @@ ms.topic: conceptual
14
14
ms.date: 11/01/2017
15
15
---
16
16
17
-
# About the Open XML SDK 2.5 for Office
17
+
# About the Open XML SDK for Office
18
18
19
19
Open XML is an open standard for word-processing documents, presentations, and spreadsheets that can be freely implemented by multiple applications on different platforms. Open XML is designed to faithfully represent existing word-processing documents, presentations, and spreadsheets that are encoded in binary formats defined by Microsoft Office applications. The reason for Open XML is simple: billions of documents now exist but, unfortunately, the information in those documents is tightly coupled with the programs that created them. The purpose of the Open XML standard is to de-couple documents created by Microsoft Office applications so that they can be manipulated by other applications independent of proprietary formats and without the loss of data.
20
20
@@ -94,17 +94,17 @@ The SDK supports the following common tasks/scenarios:
94
94
-**Validation**—The Open XML SDK 2.0 for Microsoft Office provides validation functionality, enabling you to validate Open XML documents against different variations of the Open XML Format.
95
95
96
96
97
-
## Open XML SDK 2.5 for Office
97
+
## Open XML SDK for Office
98
98
99
-
The Open XML SDK 2.5 provides the namespaces and members to support the Microsoft Office 2013. The Open XML SDK 2.5 can also read ISO/IEC 29500 Strict Format files. The Strict format is a subset of the Transitional format that does not include legacy features - this makes it theoretically easier for a new implementer to support since it has a smaller technical footprint.
99
+
The Open XML SDK provides the namespaces and members to support the Microsoft Office 2013. The Open XML SDK can also read ISO/IEC 29500 Strict Format files. The Strict format is a subset of the Transitional format that does not include legacy features - this makes it theoretically easier for a new implementer to support since it has a smaller technical footprint.
100
100
101
101
The SDK supports the following common tasks/scenarios:
102
102
103
-
-**Support of Office 2013 Preview file format**—In addition to the Open XML SDK 2.0 for Microsoft Office classes, Open XML SDK 2.5 provides new classes that enable you to write and build applications to manipulate Open XML file extensions of the new Office 2013 features.
103
+
-**Support of Office 2013 Preview file format**—In addition to the Open XML SDK 2.0 for Microsoft Office classes, Open XML SDK provides new classes that enable you to write and build applications to manipulate Open XML file extensions of the new Office 2013 features.
104
104
105
-
-**Reads ISO Strict Document File**—Open XML SDK 2.5 can read ISO/IEC 29500 Strict Format files. When the Open XML SDK 2.5 API opens a Strict Format file, each Open XML part in the file is loaded to an **OpenXmlPart** class of the Open XML SDK 2.5 by mapping `http://purl.oclc.org/ooxml/` namespaces to the corresponding `http://schemas.openxmlformats.org/` namespaces.
105
+
-**Reads ISO Strict Document File**—Open XML SDK can read ISO/IEC 29500 Strict Format files. When the Open XML SDK API opens a Strict Format file, each Open XML part in the file is loaded to an **OpenXmlPart** class of the Open XML SDK by mapping `http://purl.oclc.org/ooxml/` namespaces to the corresponding `http://schemas.openxmlformats.org/` namespaces.
106
106
107
-
-**Fixes to the Open XML SDK 2.0 for Microsoft Office**—Open XML SDK 2.5 includes fixes to known issues in the Open XML SDK 2.0 for Microsoft Office. These include lost whitespaces in PowerPoint presentations and an issue with the Custom UI in Word documents where a specified argument was reported as being out of the range of valid values.
107
+
-**Fixes to the Open XML SDK 2.0 for Microsoft Office**—Open XML SDK includes fixes to known issues in the Open XML SDK 2.0 for Microsoft Office. These include lost whitespaces in PowerPoint presentations and an issue with the Custom UI in Word documents where a specified argument was reported as being out of the range of valid values.
108
108
109
-
You can find more information about these and other new features of the Open XML SDK 2.5 in the [What's new in the Open XML SDK 2.5 for Office](what-s-new-in-the-open-xml-sdk-2-5.md) article.
109
+
You can find more information about these and other new features of the Open XML SDK in the [What's new in the Open XML SDK for Office](what-s-new-in-the-open-xml-sdk.md) article.
The Open XML SDK 2.5 is a collection of classes that let you create and
42
+
The Open XML SDK is a collection of classes that let you create and
43
43
manipulate Open XML documents - documents that adhere to the [Office Open XML File Formats Standard](http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=51463).
44
44
Because the SDK provides an application program interface that lets you
45
45
manipulate Open XML documents directly, you can do so without the need
0 commit comments