Package com.independentsoft.office.vml
Class RuleSet
java.lang.Object
com.independentsoft.office.vml.RuleSet
The Class RuleSet.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the extension handling behavior.getRules()Gets the rules.voidsetExtensionHandlingBehavior(ExtensionHandlingBehavior extensionHandlingBehavior)Sets the extension handling behavior.toString()
-
Constructor Details
-
RuleSet
public RuleSet()Instantiates a new rule set.
-
-
Method Details
-
clone
-
toString
-
getRules
Gets the rules.- Returns:
- the rules
-
getExtensionHandlingBehavior
Gets the extension handling behavior.- Returns:
- the extension handling behavior
-
setExtensionHandlingBehavior
Sets the extension handling behavior.- Parameters:
extensionHandlingBehavior- the new extension handling behavior
-