Package com.independentsoft.office.vml
Class Rule
java.lang.Object
com.independentsoft.office.vml.Rule
The Class Rule.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the alignment.getID()Gets the id.Gets the proxies.Gets the reference.getType()Gets the type.voidsetAlignment(AlignmentType alignment)Sets the alignment.voidSets the id.voidsetReference(String reference)Sets the reference.voidSets the type.toString()
-
Constructor Details
-
Rule
public Rule()Instantiates a new rule.
-
-
Method Details
-
clone
-
toString
-
getProxies
Gets the proxies.- Returns:
- the proxies
-
getAlignment
Gets the alignment.- Returns:
- the alignment
-
setAlignment
Sets the alignment.- Parameters:
alignment- the new alignment
-
getID
Gets the id.- Returns:
- the id
-
setID
Sets the id.- Parameters:
id- the new id
-
getReference
Gets the reference.- Returns:
- the reference
-
setReference
Sets the reference.- Parameters:
reference- the new reference
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-