MathematicalTextFactory class

MathematicalTextFactory class

Allows to create a MathematicalText element

The MathematicalTextFactory type exposes the following members:

Constructors

ConstructorDescription
__init__(self)

Methods

MethodDescription
create_mathematical_text(self)Create empty mathematical text element
create_mathematical_text(self, math_symbol)Create mathematical text element with the specified value
create_mathematical_text(self, math_text)Create empty mathematical text element with the specified value
create_mathematical_text(self, math_text, portion_format)Create empty mathematical text element with the specified value and formatting properties

Remarks

For COM comparibility

See Also