API Reference
Class
WordPackageCompatibility
Helper methods for manipulating Open XML packages.
Inheritance
- Object
- WordPackageCompatibility
Methods
NormalizeOpenOfficeRelationships 2 overloads
public static Void NormalizeOpenOfficeRelationships(String filePath) #Returns:
VoidAdjusts relationship targets so that the document can be opened by OpenOffice.
Parameters
- filePath System.String
- Path to the document package.
public static Void NormalizeOpenOfficeRelationships(Stream fileStream) #Returns:
VoidAdjusts relationship targets for a document provided as a stream.
Parameters
- fileStream System.IO.Stream
- Stream containing the document package.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object