MathematicalTextFactory

MathematicalTextFactory class

Allows to create a MathematicalText element

For COM comparibility

MathematicalTextFactory

NameDescription
MathematicalTextFactory()

Returns: MathematicalTextFactory


createMathematicalText

NameDescription
createMathematicalText ()Create empty mathematical text element

Returns: MathematicalText


createMathematicalText

NameDescription
createMathematicalText (char)Create mathematical text element with the specified value

Parameters:

NameTypeDescription
mathSymbolcharsingle symbol to use as text value

Returns: MathematicalText


createMathematicalText

NameDescription
createMathematicalText (String)Create empty mathematical text element with the specified value

Parameters:

NameTypeDescription
mathTextStringtext value

Returns: MathematicalText


createMathematicalText

NameDescription
createMathematicalText (String, PortionFormat)Create empty mathematical text element with the specified value and formatting properties

Parameters:

NameTypeDescription
mathTextStringtext value
portionFormatPortionFormattext format settings

Returns: MathematicalText