Skip to content

Commit b0ac898

Browse files
committed
removed 2.5 version info
1 parent f53d2ee commit b0ac898

File tree

4 files changed

+32
-34
lines changed

4 files changed

+32
-34
lines changed

docs/about-the-open-xml-sdk.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ api_name:
55
api_type:
66
- schema
77
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
99
ms.suite: office
1010
ms.technology: open-xml
1111
ms.author: o365devx
@@ -14,7 +14,7 @@ ms.topic: conceptual
1414
ms.date: 11/01/2017
1515
---
1616

17-
# About the Open XML SDK 2.5 for Office
17+
# About the Open XML SDK for Office
1818

1919
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.
2020

@@ -94,17 +94,17 @@ The SDK supports the following common tasks/scenarios:
9494
- **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.
9595

9696

97-
## Open XML SDK 2.5 for Office
97+
## Open XML SDK for Office
9898

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.
100100

101101
The SDK supports the following common tasks/scenarios:
102102

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.
104104

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.
106106

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.
108108

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.
110110

docs/open-xml-sdk-design-considerations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ api_name:
55
api_type:
66
- schema
77
ms.assetid: 43c49a6d-96b5-4e87-a5bf-01629d61aad4
8-
title: Open XML SDK 2.5 for Office design considerations
8+
title: Open XML SDK for Office design considerations
99
ms.suite: office
1010
ms.technology: open-xml
1111
ms.author: o365devx
1212
author: o365devx
1313
ms.topic: conceptual
1414
ms.date: 11/01/2017
1515
---
16-
# Open XML SDK 2.5 for Office design considerations
16+
# Open XML SDK for Office design considerations
1717

18-
Before using the Open XML SDK 2.5 for Office, be aware of the following
18+
Before using the Open XML SDK for Office, be aware of the following
1919
design considerations.
2020

2121

@@ -31,7 +31,7 @@ The Open XML SDK 2.5:
3131
from other formats, such as HTML or XPS.
3232

3333
- Does not guarantee document validity of Open XML Formats when you
34-
use the Open XML SDK 2.5 or if you decide to manipulate the
34+
use the Open XML SDK or if you decide to manipulate the
3535
underlying XML directly.
3636

3737
- Does not provide application behavior such as layout functionality

docs/open-xml-sdk.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ api_name:
88
api_type:
99
- schema
1010
ms.assetid: f6a9ae68-7989-4208-97f5-3c945137a0ab
11-
title: Welcome to the Open XML SDK 2.5 for Office
11+
title: Welcome to the Open XML SDK for Office
1212
ms.suite: office
1313
ms.technology: open-xml
1414
ms.author: o365devx
1515
author: o365devx
1616
ms.topic: conceptual
1717
ms.date: 11/01/2017
1818
---
19-
# Welcome to the Open XML SDK 2.5 for Office
19+
# Welcome to the Open XML SDK for Office
2020

2121
This content set provides documentation and guidance for the
22-
strongly-typed classes in the Open XML SDK 2.5 for Office.
22+
strongly-typed classes in the Open XML SDK for Office.
2323

2424
The SDK is built on the **System.IO.Packaging**
2525
API and provides strongly-typed classes to manipulate documents that
@@ -31,9 +31,9 @@ standard. The Open XML file formats are useful for developers because
3131
they are an open standard and are based on well-known technologies: ZIP
3232
and XML.
3333

34-
The Open XML SDK 2.5 simplifies the task of manipulating Open XML
34+
The Open XML SDK simplifies the task of manipulating Open XML
3535
packages and the underlying Open XML schema elements within a package.
36-
The Open XML SDK 2.5 encapsulates many common tasks that developers
36+
The Open XML SDK encapsulates many common tasks that developers
3737
perform on Open XML packages, so that you can perform complex operations
3838
with just a few lines of code.
3939

@@ -42,18 +42,16 @@ Portions of ISO/IEC 29500:2008<sup>1</sup> are referenced in the SDK.
4242

4343
## In This Section
4444

45-
[Getting started with the Open XML SDK 2.5 for Office](getting-started.md)
45+
[Getting started with the Open XML SDK for Office](getting-started.md)
4646

4747
[Understanding the Open XML file formats](understanding-the-open-xml-file-formats.md)
4848

4949
[How do I... (Open XML SDK)](how-do-i.md)
5050

51-
[Open XML SDK 2.5 class library reference](http://msdn.microsoft.com/library/36c8a76e-ce1b-5959-7e85-5d77db7f46d6(Office.15).aspx)
52-
5351

5452
## Additional Resources
5553

56-
- [Open XML SDK 2.5 for Microsoft Office](http://www.microsoft.com/en-us/download/details.aspx?id=30425)
54+
- [Open XML SDK for Microsoft Office](http://www.microsoft.com/en-us/download/details.aspx?id=30425)
5755

5856
- [Microsoft Office Developer Center](http://msdn.microsoft.com/en-us/office/default.aspx)
5957

docs/what-s-new-in-the-open-xml-sdk.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ api_name:
55
api_type:
66
- schema
77
ms.assetid: 4fbda0e3-5676-4a8f-ba62-3fba59fa418b
8-
title: What's new in the Open XML SDK 2.5 for Office
8+
title: What's new in the Open XML SDK for Office
99
ms.suite: office
1010
ms.technology: open-xml
1111
ms.author: o365devx
1212
author: o365devx
1313
ms.topic: conceptual
1414
ms.date: 11/01/2017
1515
---
16-
# What's new in the Open XML SDK 2.5 for Office
16+
# What's new in the Open XML SDK for Office
1717

1818
This topic describes the new and improved features included in the Open
19-
XML SDK 2.5 for Office in addition to known issues and limitations.
19+
XML SDK for Office in addition to known issues and limitations.
2020

2121

2222
---------------------------------------------------------------------------------
@@ -39,7 +39,7 @@ XML SDK 2.5 for Office in addition to known issues and limitations.
3939

4040
--------------------------------------------------------------------------------
4141
## Introduction
42-
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
4343
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).
4444
Because the SDK provides an application program interface that lets you
4545
manipulate Open XML documents directly, you can do so without the need
@@ -54,7 +54,7 @@ while adding new features.
5454

5555
--------------------------------------------------------------------------------
5656
## System Requirements
57-
The Open XML SDK 2.5 has the following system requirements:
57+
The Open XML SDK has the following system requirements:
5858

5959
**Supported operating systems:** Windows 8 Preview, Windows 7, Windows
6060
Server 2003 Service Pack 2, Windows Server 2008 R2, Windows Server 2008
@@ -66,7 +66,7 @@ available disk space
6666

6767
--------------------------------------------------------------------------------
6868
## New Software Requirements
69-
Open XML SDK 2.5 requires .NET Framework 4.0 or the greater version.
69+
Open XML SDK requires .NET Framework 4.0 or the greater version.
7070
Accordingly, the supported operating systems are updated to be the same
7171
as the requirements of the .NET Framework 4.0.
7272

@@ -77,7 +77,7 @@ In addition to offering compatibility with the Open XML SDK 1.0 classes
7777
and the Open XML SDK 2.0 for Microsoft Office classes, Open XML SDK 2.5
7878
provides new classes that enable you to write and build applications to
7979
manipulate Open XML file extensions of the new Microsoft Office 2013
80-
features (see Table 1). By using the Open XML SDK 2.5 Productivity Tool
80+
features (see Table 1). By using the Open XML SDK Productivity Tool
8181
for Office, those new extensions can be browsed inside the Open XML SDK
8282
documentation in the left pane.
8383

@@ -98,12 +98,12 @@ the Microsoft Developer Network.
9898

9999
--------------------------------------------------------------------------------
100100
## Reads ISO Strict Document Files
101-
The Open XML SDK 2.5 can read ISO/IEC 29500 Strict Format files. Its
101+
The Open XML SDK can read ISO/IEC 29500 Strict Format files. Its
102102
document contents are recognized as an Open XML Transitional Format file
103103
when the document is opened. When the file is saved, the document is
104104
saved as an Open XML Transitional Format file.
105105

106-
The Open XML SDK 2.5 converts ISO Strict files to Transitional Formatted
106+
The Open XML SDK converts ISO Strict files to Transitional Formatted
107107
files when any changes are made to the document or when the document is
108108
saved. Unless the document is saved or modified, the document is left as
109109
an ISO Strict Format file.
@@ -115,7 +115,7 @@ Because the file format extension of Office 2013 extends members of the
115115
**\<extLst\>** element which did not have any
116116
member elements, Open XML SDK 2.0 classes associated with the empty
117117
**\<extLst\>** (e.g. **DocumentFormat.OpenXml.Spreadsheet.PivotFilter:ExtensionList**)
118-
are updated to the new variants of **ExtensionList** classes of Open XML SDK 2.5 (e.g.
118+
are updated to the new variants of **ExtensionList** classes of Open XML SDK (e.g.
119119
**DocumentFormat.OpenXml.Spreadsheet.PivotFilter:PivotFilterExtensionList**).
120120
The following empty **ExtensionList** in each
121121
class are replaced with a new **ExtensionList**
@@ -178,9 +178,9 @@ The following section discusses deprecated API members:
178178
**Smart Tags**
179179

180180
Because *smart tags* were deprecated in Office 2010, the Open XML SDK
181-
2.5 doesn't support smart tag related Open XML elements. The Open XML
182-
SDK 2.5 still can process smart tag elements as *unknown* elements,
183-
however the Open XML SDK 2.5 Productivity Tool for Office validates
181+
doesn't support smart tag related Open XML elements. The Open XML
182+
SDK still can process smart tag elements as *unknown* elements,
183+
however the Open XML SDK Productivity Tool for Office validates
184184
those elements (see the following list) in Office document files as
185185
*invalid tags*.
186186

0 commit comments

Comments
 (0)