Class Accent
java.lang.Object
com.independentsoft.office.word.math.Accent
- All Implemented Interfaces:
IContentElement,IRunTrackChangeContent,IMathElement,IMathMathElement
The Class Accent.
-
Constructor Summary
ConstructorsConstructorDescriptionAccent()Instantiates a new accent.Accent(InternalXMLStreamReader reader)Instantiates a new accent. -
Method Summary
Modifier and TypeMethodDescriptionclone()getBase()Gets the base.charGets the character.Gets the control properties.voidSets the base.voidsetCharacter(char character)Sets the character.toString()
-
Constructor Details
-
Accent
public Accent()Instantiates a new accent. -
Accent
Instantiates a new accent.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
clone
- Specified by:
clonein interfaceIContentElement- Specified by:
clonein interfaceIMathElement- Specified by:
clonein interfaceIMathMathElement- Specified by:
clonein interfaceIRunTrackChangeContent- Overrides:
clonein classObject
-
toString
-
getBase
Gets the base.- Returns:
- the base
-
setBase
Sets the base.- Parameters:
baseArgument- the new base
-
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
-