MathematicalText
MathematicalText() constructor
Default constructor (create String.Empty Value)
MathematicalText(char mathSymbol) constructor
Create MathText with single symbol
Parameters
Name | Type | Description |
---|---|---|
mathSymbol | char | single symbol |
MathematicalText(String mathText) constructor
Create MathematicalText from text
Parameters
Name | Type | Description |
---|---|---|
mathText | String | text value |
MathematicalText(String mathText, PortionFormat portionFormat) constructor
Create MathematicalText from text and format settings
Parameters
Name | Type | Description |
---|---|---|
mathText | String | text value |
portionFormat | PortionFormat | text format settings |