Package com.independentsoft.office.vml
Class ShapeLayout
java.lang.Object
com.independentsoft.office.vml.ShapeLayout
- All Implemented Interfaces:
IContentElement,IVmlElement
The Class ShapeLayout.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the extension handling behavior.getIDMap()Gets the iD map.Gets the regroup table.Gets the rule set.voidsetExtensionHandlingBehavior(ExtensionHandlingBehavior extensionHandlingBehavior)Sets the extension handling behavior.voidSets the iD map.voidsetRegroupTable(RegroupTable regroupTable)Sets the regroup table.voidsetRuleSet(RuleSet ruleSet)Sets the rule set.toString()
-
Constructor Details
-
ShapeLayout
public ShapeLayout()Instantiates a new shape layout.
-
-
Method Details
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
clone
- Specified by:
clonein interfaceIContentElement- Specified by:
clonein interfaceIVmlElement- Overrides:
clonein classObject
-
toString
-
getIDMap
Gets the iD map.- Returns:
- the iD map
-
setIDMap
Sets the iD map.- Parameters:
idMap- the new iD map
-
getRegroupTable
Gets the regroup table.- Returns:
- the regroup table
-
setRegroupTable
Sets the regroup table.- Parameters:
regroupTable- the new regroup table
-
getRuleSet
Gets the rule set.- Returns:
- the rule set
-
setRuleSet
Sets the rule set.- Parameters:
ruleSet- the new rule set
-
getExtensionHandlingBehavior
Gets the extension handling behavior.- Returns:
- the extension handling behavior
-
setExtensionHandlingBehavior
Sets the extension handling behavior.- Parameters:
extensionHandlingBehavior- the new extension handling behavior
-