Class DelimiterProperties
java.lang.Object
com.independentsoft.office.word.math.DelimiterProperties
The Class DelimiterProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()charGets the beginning character.Gets the control properties.charGets the ending character.getGrow()Gets the grow.charGets the separator character.getShape()Gets the shape.voidsetBeginningCharacter(char beginningCharacter)Sets the beginning character.voidsetEndingCharacter(char endingCharacter)Sets the ending character.voidsetGrow(ExtendedBoolean grow)Sets the grow.voidsetSeparatorCharacter(char separatorCharacter)Sets the separator character.voidsetShape(DelimiterShape shape)Sets the shape.toString()
-
Constructor Details
-
DelimiterProperties
public DelimiterProperties()Instantiates a new delimiter properties.
-
-
Method Details
-
clone
-
toString
-
getBeginningCharacter
public char getBeginningCharacter()Gets the beginning character.- Returns:
- the beginning character
-
setBeginningCharacter
public void setBeginningCharacter(char beginningCharacter)Sets the beginning character.- Parameters:
beginningCharacter- the new beginning character
-
getSeparatorCharacter
public char getSeparatorCharacter()Gets the separator character.- Returns:
- the separator character
-
setSeparatorCharacter
public void setSeparatorCharacter(char separatorCharacter)Sets the separator character.- Parameters:
separatorCharacter- the new separator character
-
getEndingCharacter
public char getEndingCharacter()Gets the ending character.- Returns:
- the ending character
-
setEndingCharacter
public void setEndingCharacter(char endingCharacter)Sets the ending character.- Parameters:
endingCharacter- the new ending character
-
getShape
Gets the shape.- Returns:
- the shape
-
setShape
Sets the shape.- Parameters:
shape- the new shape
-
getGrow
Gets the grow.- Returns:
- the grow
-
setGrow
Sets the grow.- Parameters:
grow- the new grow
-
getControlProperties
Gets the control properties.- Returns:
- the control properties
-