create_mathematical_text method

create_mathematical_text

Create empty mathematical text element

Returns

new Mathematical Text

def create_mathematical_text(self):
    ...

create_mathematical_text

Create mathematical text element with the specified value

Returns

new Mathematical Text

def create_mathematical_text(self, math_symbol):
    ...
ParameterTypeDescription
math_symbolcharsingle symbol to use as text value

create_mathematical_text

Create empty mathematical text element with the specified value

Returns

new Mathematical Text

def create_mathematical_text(self, math_text):
    ...
ParameterTypeDescription
math_textstrtext value

create_mathematical_text

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

Returns

new Mathematical Text

def create_mathematical_text(self, math_text, portion_format):
    ...
ParameterTypeDescription
math_textstrtext value
portion_formatIPortionFormattext format settings

See Also