MathematicalText
MathematicalText class
Mathematical text
MathematicalText
| Name | Description |
|---|---|
| MathematicalText() | Default function (create String.Empty Value) |
Returns: MathematicalText
MathematicalText
| Name | Description |
|---|---|
| MathematicalText(char) | Create MathText with single symbol |
Parameters:
| Name | Type | Description |
|---|---|---|
| mathSymbol | char | single symbol |
Returns: MathematicalText
MathematicalText
| Name | Description |
|---|---|
| MathematicalText(String) | Create MathematicalText from text |
Parameters:
| Name | Type | Description |
|---|---|---|
| mathText | String | text value |
Returns: MathematicalText
MathematicalText
| Name | Description |
|---|---|
| MathematicalText(String, PortionFormat) | Create MathematicalText from text and format settings |
Parameters:
| Name | Type | Description |
|---|---|---|
| mathText | String | text value |
| portionFormat | PortionFormat | text format settings |
Returns: MathematicalText
getChildren
| Name | Description |
|---|---|
| getChildren () | Get children elements |
Returns: MathFunction, MathBorderBox, MathBox, MathSubscriptElement, MathRightSubSuperscriptElement, MathAccent, MathNaryOperator, MathSuperscriptElement, MathDelimiter, MathLeftSubSuperscriptElement, MathLimit, MathPhantom, MathBlock, BaseScript, MathElementBase, MathMatrix, MathRadical, MathGroupingCharacter, MathFraction, MathArray, MathBar, MathematicalText
getFormat
| Name | Description |
|---|---|
| getFormat () | Text formatting properties |
Returns: PortionFormat
getValue
| Name | Description |
|---|---|
| getValue () | Text value |
Returns: String
setValue
| Name | Description |
|---|---|
| setValue (String) | Text value |