Class CompatibilityExtension
java.lang.Object
com.independentsoft.office.drawing.extensions.CompatibilityExtension
- All Implemented Interfaces:
IExtensionContent
Represents the shape-compatibility extension (
a14:compatExt) that links
a DrawingML shape to its legacy VML shape id (spid)
(uri {63B3BB69-23CF-44E3-9099-C40C66FF867C}).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new compatibility extension.Instantiates a new compatibility extension. -
Method Summary
-
Field Details
-
NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
CompatibilityExtension
public CompatibilityExtension()Instantiates a new compatibility extension. -
CompatibilityExtension
Instantiates a new compatibility extension.- Parameters:
reader- the reader- Throws:
XMLStreamException- the XML stream exception
-
-
Method Details
-
clone
Description copied from interface:IExtensionContentClone.- Specified by:
clonein interfaceIExtensionContent- Overrides:
clonein classObject- Returns:
- the extension content
-
toString
-
getSpid
Gets the legacy VML shape id.- Returns:
- the legacy VML shape id
-
setSpid
Sets the legacy VML shape id.- Parameters:
spid- the new legacy VML shape id
-