Class Nary
java.lang.Object
com.independentsoft.office.word.math.Nary
- All Implemented Interfaces:
IContentElement,IRunTrackChangeContent,IMathElement,IMathMathElement
The Class Nary.
-
Constructor Summary
ConstructorsConstructorDescriptionNary()Instantiates a new nary.Nary(InternalXMLStreamReader reader)Instantiates a new nary. -
Method Summary
Modifier and TypeMethodDescriptionclone()getBase()Gets the base.charGets the character.Gets the control properties.getGrow()Gets the grow.Gets the hide subscript.Gets the hide superscript.Gets the limit location.Gets the subscript.Gets the superscript.voidSets the base.voidsetCharacter(char character)Sets the character.voidsetGrow(ExtendedBoolean grow)Sets the grow.voidsetHideSubscript(ExtendedBoolean hideSubscript)Sets the hide subscript.voidsetHideSuperscript(ExtendedBoolean hideSuperscript)Sets the hide superscript.voidsetLimitLocation(LimitLocation limitLocation)Sets the limit location.voidsetSubscript(SubPreSubSuperscript subscript)Sets the subscript.voidsetSuperscript(SupSuperscript superscript)Sets the superscript.toString()
-
Constructor Details
-
Nary
public Nary()Instantiates a new nary. -
Nary
Instantiates a new nary.- 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
-
getSubscript
Gets the subscript.- Returns:
- the subscript
-
setSubscript
Sets the subscript.- Parameters:
subscript- the new subscript
-
getSuperscript
Gets the superscript.- Returns:
- the superscript
-
setSuperscript
Sets the superscript.- Parameters:
superscript- the new superscript
-
getCharacter
public char getCharacter()Gets the character.- Returns:
- the character
-
setCharacter
public void setCharacter(char character)Sets the character.- Parameters:
character- the new character
-
getGrow
Gets the grow.- Returns:
- the grow
-
setGrow
Sets the grow.- Parameters:
grow- the new grow
-
getLimitLocation
Gets the limit location.- Returns:
- the limit location
-
setLimitLocation
Sets the limit location.- Parameters:
limitLocation- the new limit location
-
getHideSubscript
Gets the hide subscript.- Returns:
- the hide subscript
-
setHideSubscript
Sets the hide subscript.- Parameters:
hideSubscript- the new hide subscript
-
getHideSuperscript
Gets the hide superscript.- Returns:
- the hide superscript
-
setHideSuperscript
Sets the hide superscript.- Parameters:
hideSuperscript- the new hide superscript
-
getControlProperties
Gets the control properties.- Returns:
- the control properties
-