Class GroupCharacterProperties
java.lang.Object
com.independentsoft.office.word.math.GroupCharacterProperties
The Class GroupCharacterProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()charGets the character.Gets the control properties.Gets the position.Gets the vertical justification.voidsetCharacter(char character)Sets the character.voidsetPosition(TopBottomAlignment position)Sets the position.voidsetVerticalJustification(TopBottomAlignment verticalJustification)Sets the vertical justification.toString()
-
Constructor Details
-
GroupCharacterProperties
public GroupCharacterProperties()Instantiates a new group character properties.
-
-
Method Details
-
clone
-
toString
-
getCharacter
public char getCharacter()Gets the character.- Returns:
- the character
-
setCharacter
public void setCharacter(char character)Sets the character.- Parameters:
character- the new character
-
getPosition
Gets the position.- Returns:
- the position
-
setPosition
Sets the position.- Parameters:
position- the new position
-
getVerticalJustification
Gets the vertical justification.- Returns:
- the vertical justification
-
setVerticalJustification
Sets the vertical justification.- Parameters:
verticalJustification- the new vertical justification
-
getControlProperties
Gets the control properties.- Returns:
- the control properties
-