MathematicalTextFactory

MathematicalTextFactory class

Allows to create a MathematicalText element

public class MathematicalTextFactory : IMathematicalTextFactory

Constructors

NameDescription
MathematicalTextFactory()The default constructor.

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