MathematicalTextFactory

MathematicalTextFactory class

Allows to create a MathematicalText element

For COM comparibility

MathematicalTextFactory

NameDescription
MathematicalTextFactory()

Result: MathematicalTextFactory


createMathematicalText

NameDescription
createMathematicalText()Create empty mathematical text element

Result: MathematicalText


createMathematicalText

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

Parameters:

NameTypeDescription
mathSymbolcharsingle symbol to use as text value

Result: MathematicalText


createMathematicalText

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

Parameters:

NameTypeDescription
mathTextStringtext value

Result: 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

Result: MathematicalText