MathematicalTextFactory
MathematicalTextFactory class
Allows to create a MathematicalText element
For COM comparibility
MathematicalTextFactory
Name | Description |
---|---|
MathematicalTextFactory() |
Returns: MathematicalTextFactory
createMathematicalText
Name | Description |
---|---|
createMathematicalText () | Create empty mathematical text element |
Returns: MathematicalText
createMathematicalText
Name | Description |
---|---|
createMathematicalText (char) | Create mathematical text element with the specified value |
Parameters:
Name | Type | Description |
---|---|---|
mathSymbol | char | single symbol to use as text value |
Returns: MathematicalText
createMathematicalText
Name | Description |
---|---|
createMathematicalText (String) | Create empty mathematical text element with the specified value |
Parameters:
Name | Type | Description |
---|---|---|
mathText | String | text value |
Returns: MathematicalText
createMathematicalText
Name | Description |
---|---|
createMathematicalText (String, PortionFormat) | Create empty mathematical text element with the specified value and formatting properties |
Parameters:
Name | Type | Description |
---|---|---|
mathText | String | text value |
portionFormat | PortionFormat | text format settings |
Returns: MathematicalText