Class NaryProperties
java.lang.Object
com.independentsoft.office.word.math.NaryProperties
The Class NaryProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()charGets the character.Gets the control properties.getGrow()Gets the grow.Gets the hide subscript.Gets the hide superscript.Gets the limit location.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.toString()
-
Constructor Details
-
NaryProperties
public NaryProperties()Instantiates a new nary 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
-
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
-