Package com.independentsoft.office.vml
Class IDMap
java.lang.Object
com.independentsoft.office.vml.IDMap
The Class IDMap.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getData()Gets the data.Gets the extension handling behavior.voidSets the data.voidsetExtensionHandlingBehavior(ExtensionHandlingBehavior extensionHandlingBehavior)Sets the extension handling behavior.toString()
-
Constructor Details
-
IDMap
public IDMap()Instantiates a new iD map.
-
-
Method Details
-
clone
-
toString
-
getData
Gets the data.- Returns:
- the data
-
setData
Sets the data.- Parameters:
data- the new data
-
getExtensionHandlingBehavior
Gets the extension handling behavior.- Returns:
- the extension handling behavior
-
setExtensionHandlingBehavior
Sets the extension handling behavior.- Parameters:
extensionHandlingBehavior- the new extension handling behavior
-