Class AccentProperties
java.lang.Object
com.independentsoft.office.word.math.AccentProperties
The Class AccentProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()charGets the character.Gets the control properties.voidsetCharacter(char character)Sets the character.toString()
-
Constructor Details
-
AccentProperties
public AccentProperties()Instantiates a new accent 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
-
getControlProperties
Gets the control properties.- Returns:
- the control properties
-