Class MathRunProperties
java.lang.Object
com.independentsoft.office.word.math.MathRunProperties
The Class MathRunProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the alignment.intgetBreak()Gets the break.Gets the literal.Gets the normal text.Gets the script.getStyle()Gets the style.voidsetAlignment(ExtendedBoolean alignment)Sets the alignment.voidsetBreak(int brk)Sets the break.voidsetLiteral(ExtendedBoolean literal)Sets the literal.voidsetNormalText(ExtendedBoolean normalText)Sets the normal text.voidSets the script.voidSets the style.toString()
-
Constructor Details
-
MathRunProperties
public MathRunProperties()Instantiates a new math run properties.
-
-
Method Details
-
clone
-
toString
-
getAlignment
Gets the alignment.- Returns:
- the alignment
-
setAlignment
Sets the alignment.- Parameters:
alignment- the new alignment
-
getBreak
public int getBreak()Gets the break.- Returns:
- the break
-
setBreak
public void setBreak(int brk)Sets the break.- Parameters:
brk- the new break
-
getLiteral
Gets the literal.- Returns:
- the literal
-
setLiteral
Sets the literal.- Parameters:
literal- the new literal
-
getNormalText
Gets the normal text.- Returns:
- the normal text
-
setNormalText
Sets the normal text.- Parameters:
normalText- the new normal text
-
getScript
Gets the script.- Returns:
- the script
-
setScript
Sets the script.- Parameters:
script- the new script
-
getStyle
Gets the style.- Returns:
- the style
-
setStyle
Sets the style.- Parameters:
style- the new style
-