CreateMathematicalText

CreateMathematicalText()

Create empty mathematical text element

public IMathematicalText CreateMathematicalText()

Return Value

new Mathematical Text

See Also


CreateMathematicalText(char)

Create mathematical text element with the specified value

public IMathematicalText CreateMathematicalText(char mathSymbol)
ParameterTypeDescription
mathSymbolCharsingle symbol to use as text value

Return Value

new Mathematical Text

See Also


CreateMathematicalText(string)

Create empty mathematical text element with the specified value

public IMathematicalText CreateMathematicalText(string mathText)
ParameterTypeDescription
mathTextStringtext value

Return Value

new Mathematical Text

See Also


CreateMathematicalText(string, IPortionFormat)

Create empty mathematical text element with the specified value and formatting properties

public IMathematicalText CreateMathematicalText(string mathText, IPortionFormat portionFormat)
ParameterTypeDescription
mathTextStringtext value
portionFormatIPortionFormattext format settings

Return Value

new Mathematical Text

See Also