IMathematicalTextFactory

IMathematicalTextFactory interface

Allows to create a MathematicalText element

public interface IMathematicalTextFactory

Methods

NameDescription
CreateMathematicalText()Create empty mathematical text element
CreateMathematicalText(char)Create mathematical text element with the specified value
CreateMathematicalText(string)Create empty mathematical text element with the specified value
CreateMathematicalText(string, IPortionFormat)Create empty mathematical text element with the specified value and formatting properties

Remarks

For COM comparibility

See Also