MathBorderBox
MathBorderBox class
Draws a rectangular or some other border around the IMathElement.
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathBar) | Creates MathBorderBox element with rectangular border |
Parameters:
| Name | Type | Description |
|---|
| element | MathBar | The base element to which the border box is applied. Can be null. |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathBox) | Creates MathBorderBox element with rectangular border |
Parameters:
| Name | Type | Description |
|---|
| element | MathBox | The base element to which the border box is applied. Can be null. |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(BaseScript) | Creates MathBorderBox element with rectangular border |
Parameters:
| Name | Type | Description |
|---|
| element | BaseScript | The base element to which the border box is applied. Can be null. |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathMatrix) | Creates MathBorderBox element with rectangular border |
Parameters:
| Name | Type | Description |
|---|
| element | MathMatrix | The base element to which the border box is applied. Can be null. |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathRadical) | Creates MathBorderBox element with rectangular border |
Parameters:
| Name | Type | Description |
|---|
| element | MathRadical | The base element to which the border box is applied. Can be null. |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathNaryOperator) | Creates MathBorderBox element with rectangular border |
Parameters:
| Name | Type | Description |
|---|
| element | MathNaryOperator | The base element to which the border box is applied. Can be null. |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathDelimiter) | Creates MathBorderBox element with rectangular border |
Parameters:
| Name | Type | Description |
|---|
| element | MathDelimiter | The base element to which the border box is applied. Can be null. |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathFraction) | Creates MathBorderBox element with rectangular border |
Parameters:
| Name | Type | Description |
|---|
| element | MathFraction | The base element to which the border box is applied. Can be null. |
Returns:
MathBorderBox
MathBorderBox
Parameters:
| Name | Type | Description |
|---|
| element | MathSuperscriptElement | The base element to which the border box is applied. Can be null. |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathBorderBox) | Creates MathBorderBox element with rectangular border |
Parameters:
| Name | Type | Description |
|---|
| element | MathBorderBox | The base element to which the border box is applied. Can be null. |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathSubscriptElement) | Creates MathBorderBox element with rectangular border |
Parameters:
| Name | Type | Description |
|---|
| element | MathSubscriptElement | The base element to which the border box is applied. Can be null. |
Returns:
MathBorderBox
MathBorderBox
Parameters:
| Name | Type | Description |
|---|
| element | MathGroupingCharacter | The base element to which the border box is applied. Can be null. |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathArray) | Creates MathBorderBox element with rectangular border |
Parameters:
| Name | Type | Description |
|---|
| element | MathArray | The base element to which the border box is applied. Can be null. |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathAccent) | Creates MathBorderBox element with rectangular border |
Parameters:
| Name | Type | Description |
|---|
| element | MathAccent | The base element to which the border box is applied. Can be null. |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathElementBase) | Creates MathBorderBox element with rectangular border |
Parameters:
| Name | Type | Description |
|---|
| element | MathElementBase | The base element to which the border box is applied. Can be null. |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathematicalText) | Creates MathBorderBox element with rectangular border |
Parameters:
| Name | Type | Description |
|---|
| element | MathematicalText | The base element to which the border box is applied. Can be null. |
Returns:
MathBorderBox
MathBorderBox
Parameters:
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathLimit) | Creates MathBorderBox element with rectangular border |
Parameters:
| Name | Type | Description |
|---|
| element | MathLimit | The base element to which the border box is applied. Can be null. |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathFunction) | Creates MathBorderBox element with rectangular border |
Parameters:
| Name | Type | Description |
|---|
| element | MathFunction | The base element to which the border box is applied. Can be null. |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathBlock) | Creates MathBorderBox element with rectangular border |
Parameters:
| Name | Type | Description |
|---|
| element | MathBlock | The base element to which the border box is applied. Can be null. |
Returns:
MathBorderBox
MathBorderBox
Parameters:
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathBar, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Creates MathBorderBox element |
Parameters:
| Name | Type | Description |
|---|
| element | MathBar | The base element to which the border box is applied |
| hideTop | boolean | Hide Top Edge |
| hideBottom | boolean | Hide Bottom Edge |
| hideLeft | boolean | Hide Left Edge |
| hideRight | boolean | Hide Right Edge |
| strikethroughHorizontal | boolean | Strikethrough Horizontal |
| strikethroughVertical | boolean | Strikethrough Vertical |
| strikethroughBottomLeftToTopRight | boolean | Strikethrough Bottom-Left to Top-Right |
| strikethroughTopLeftToBottomRight | boolean | Strikethrough Top-Left to Bottom-Right |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathBox, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Creates MathBorderBox element |
Parameters:
| Name | Type | Description |
|---|
| element | MathBox | The base element to which the border box is applied |
| hideTop | boolean | Hide Top Edge |
| hideBottom | boolean | Hide Bottom Edge |
| hideLeft | boolean | Hide Left Edge |
| hideRight | boolean | Hide Right Edge |
| strikethroughHorizontal | boolean | Strikethrough Horizontal |
| strikethroughVertical | boolean | Strikethrough Vertical |
| strikethroughBottomLeftToTopRight | boolean | Strikethrough Bottom-Left to Top-Right |
| strikethroughTopLeftToBottomRight | boolean | Strikethrough Top-Left to Bottom-Right |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(BaseScript, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Creates MathBorderBox element |
Parameters:
| Name | Type | Description |
|---|
| element | BaseScript | The base element to which the border box is applied |
| hideTop | boolean | Hide Top Edge |
| hideBottom | boolean | Hide Bottom Edge |
| hideLeft | boolean | Hide Left Edge |
| hideRight | boolean | Hide Right Edge |
| strikethroughHorizontal | boolean | Strikethrough Horizontal |
| strikethroughVertical | boolean | Strikethrough Vertical |
| strikethroughBottomLeftToTopRight | boolean | Strikethrough Bottom-Left to Top-Right |
| strikethroughTopLeftToBottomRight | boolean | Strikethrough Top-Left to Bottom-Right |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathMatrix, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Creates MathBorderBox element |
Parameters:
| Name | Type | Description |
|---|
| element | MathMatrix | The base element to which the border box is applied |
| hideTop | boolean | Hide Top Edge |
| hideBottom | boolean | Hide Bottom Edge |
| hideLeft | boolean | Hide Left Edge |
| hideRight | boolean | Hide Right Edge |
| strikethroughHorizontal | boolean | Strikethrough Horizontal |
| strikethroughVertical | boolean | Strikethrough Vertical |
| strikethroughBottomLeftToTopRight | boolean | Strikethrough Bottom-Left to Top-Right |
| strikethroughTopLeftToBottomRight | boolean | Strikethrough Top-Left to Bottom-Right |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathRadical, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Creates MathBorderBox element |
Parameters:
| Name | Type | Description |
|---|
| element | MathRadical | The base element to which the border box is applied |
| hideTop | boolean | Hide Top Edge |
| hideBottom | boolean | Hide Bottom Edge |
| hideLeft | boolean | Hide Left Edge |
| hideRight | boolean | Hide Right Edge |
| strikethroughHorizontal | boolean | Strikethrough Horizontal |
| strikethroughVertical | boolean | Strikethrough Vertical |
| strikethroughBottomLeftToTopRight | boolean | Strikethrough Bottom-Left to Top-Right |
| strikethroughTopLeftToBottomRight | boolean | Strikethrough Top-Left to Bottom-Right |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathNaryOperator, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Creates MathBorderBox element |
Parameters:
| Name | Type | Description |
|---|
| element | MathNaryOperator | The base element to which the border box is applied |
| hideTop | boolean | Hide Top Edge |
| hideBottom | boolean | Hide Bottom Edge |
| hideLeft | boolean | Hide Left Edge |
| hideRight | boolean | Hide Right Edge |
| strikethroughHorizontal | boolean | Strikethrough Horizontal |
| strikethroughVertical | boolean | Strikethrough Vertical |
| strikethroughBottomLeftToTopRight | boolean | Strikethrough Bottom-Left to Top-Right |
| strikethroughTopLeftToBottomRight | boolean | Strikethrough Top-Left to Bottom-Right |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathDelimiter, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Creates MathBorderBox element |
Parameters:
| Name | Type | Description |
|---|
| element | MathDelimiter | The base element to which the border box is applied |
| hideTop | boolean | Hide Top Edge |
| hideBottom | boolean | Hide Bottom Edge |
| hideLeft | boolean | Hide Left Edge |
| hideRight | boolean | Hide Right Edge |
| strikethroughHorizontal | boolean | Strikethrough Horizontal |
| strikethroughVertical | boolean | Strikethrough Vertical |
| strikethroughBottomLeftToTopRight | boolean | Strikethrough Bottom-Left to Top-Right |
| strikethroughTopLeftToBottomRight | boolean | Strikethrough Top-Left to Bottom-Right |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathFraction, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Creates MathBorderBox element |
Parameters:
| Name | Type | Description |
|---|
| element | MathFraction | The base element to which the border box is applied |
| hideTop | boolean | Hide Top Edge |
| hideBottom | boolean | Hide Bottom Edge |
| hideLeft | boolean | Hide Left Edge |
| hideRight | boolean | Hide Right Edge |
| strikethroughHorizontal | boolean | Strikethrough Horizontal |
| strikethroughVertical | boolean | Strikethrough Vertical |
| strikethroughBottomLeftToTopRight | boolean | Strikethrough Bottom-Left to Top-Right |
| strikethroughTopLeftToBottomRight | boolean | Strikethrough Top-Left to Bottom-Right |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathSuperscriptElement, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Creates MathBorderBox element |
Parameters:
| Name | Type | Description |
|---|
| element | MathSuperscriptElement | The base element to which the border box is applied |
| hideTop | boolean | Hide Top Edge |
| hideBottom | boolean | Hide Bottom Edge |
| hideLeft | boolean | Hide Left Edge |
| hideRight | boolean | Hide Right Edge |
| strikethroughHorizontal | boolean | Strikethrough Horizontal |
| strikethroughVertical | boolean | Strikethrough Vertical |
| strikethroughBottomLeftToTopRight | boolean | Strikethrough Bottom-Left to Top-Right |
| strikethroughTopLeftToBottomRight | boolean | Strikethrough Top-Left to Bottom-Right |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathBorderBox, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Creates MathBorderBox element |
Parameters:
| Name | Type | Description |
|---|
| element | MathBorderBox | The base element to which the border box is applied |
| hideTop | boolean | Hide Top Edge |
| hideBottom | boolean | Hide Bottom Edge |
| hideLeft | boolean | Hide Left Edge |
| hideRight | boolean | Hide Right Edge |
| strikethroughHorizontal | boolean | Strikethrough Horizontal |
| strikethroughVertical | boolean | Strikethrough Vertical |
| strikethroughBottomLeftToTopRight | boolean | Strikethrough Bottom-Left to Top-Right |
| strikethroughTopLeftToBottomRight | boolean | Strikethrough Top-Left to Bottom-Right |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathSubscriptElement, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Creates MathBorderBox element |
Parameters:
| Name | Type | Description |
|---|
| element | MathSubscriptElement | The base element to which the border box is applied |
| hideTop | boolean | Hide Top Edge |
| hideBottom | boolean | Hide Bottom Edge |
| hideLeft | boolean | Hide Left Edge |
| hideRight | boolean | Hide Right Edge |
| strikethroughHorizontal | boolean | Strikethrough Horizontal |
| strikethroughVertical | boolean | Strikethrough Vertical |
| strikethroughBottomLeftToTopRight | boolean | Strikethrough Bottom-Left to Top-Right |
| strikethroughTopLeftToBottomRight | boolean | Strikethrough Top-Left to Bottom-Right |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathGroupingCharacter, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Creates MathBorderBox element |
Parameters:
| Name | Type | Description |
|---|
| element | MathGroupingCharacter | The base element to which the border box is applied |
| hideTop | boolean | Hide Top Edge |
| hideBottom | boolean | Hide Bottom Edge |
| hideLeft | boolean | Hide Left Edge |
| hideRight | boolean | Hide Right Edge |
| strikethroughHorizontal | boolean | Strikethrough Horizontal |
| strikethroughVertical | boolean | Strikethrough Vertical |
| strikethroughBottomLeftToTopRight | boolean | Strikethrough Bottom-Left to Top-Right |
| strikethroughTopLeftToBottomRight | boolean | Strikethrough Top-Left to Bottom-Right |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathArray, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Creates MathBorderBox element |
Parameters:
| Name | Type | Description |
|---|
| element | MathArray | The base element to which the border box is applied |
| hideTop | boolean | Hide Top Edge |
| hideBottom | boolean | Hide Bottom Edge |
| hideLeft | boolean | Hide Left Edge |
| hideRight | boolean | Hide Right Edge |
| strikethroughHorizontal | boolean | Strikethrough Horizontal |
| strikethroughVertical | boolean | Strikethrough Vertical |
| strikethroughBottomLeftToTopRight | boolean | Strikethrough Bottom-Left to Top-Right |
| strikethroughTopLeftToBottomRight | boolean | Strikethrough Top-Left to Bottom-Right |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathAccent, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Creates MathBorderBox element |
Parameters:
| Name | Type | Description |
|---|
| element | MathAccent | The base element to which the border box is applied |
| hideTop | boolean | Hide Top Edge |
| hideBottom | boolean | Hide Bottom Edge |
| hideLeft | boolean | Hide Left Edge |
| hideRight | boolean | Hide Right Edge |
| strikethroughHorizontal | boolean | Strikethrough Horizontal |
| strikethroughVertical | boolean | Strikethrough Vertical |
| strikethroughBottomLeftToTopRight | boolean | Strikethrough Bottom-Left to Top-Right |
| strikethroughTopLeftToBottomRight | boolean | Strikethrough Top-Left to Bottom-Right |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathElementBase, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Creates MathBorderBox element |
Parameters:
| Name | Type | Description |
|---|
| element | MathElementBase | The base element to which the border box is applied |
| hideTop | boolean | Hide Top Edge |
| hideBottom | boolean | Hide Bottom Edge |
| hideLeft | boolean | Hide Left Edge |
| hideRight | boolean | Hide Right Edge |
| strikethroughHorizontal | boolean | Strikethrough Horizontal |
| strikethroughVertical | boolean | Strikethrough Vertical |
| strikethroughBottomLeftToTopRight | boolean | Strikethrough Bottom-Left to Top-Right |
| strikethroughTopLeftToBottomRight | boolean | Strikethrough Top-Left to Bottom-Right |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathematicalText, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Creates MathBorderBox element |
Parameters:
| Name | Type | Description |
|---|
| element | MathematicalText | The base element to which the border box is applied |
| hideTop | boolean | Hide Top Edge |
| hideBottom | boolean | Hide Bottom Edge |
| hideLeft | boolean | Hide Left Edge |
| hideRight | boolean | Hide Right Edge |
| strikethroughHorizontal | boolean | Strikethrough Horizontal |
| strikethroughVertical | boolean | Strikethrough Vertical |
| strikethroughBottomLeftToTopRight | boolean | Strikethrough Bottom-Left to Top-Right |
| strikethroughTopLeftToBottomRight | boolean | Strikethrough Top-Left to Bottom-Right |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathRightSubSuperscriptElement, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Creates MathBorderBox element |
Parameters:
| Name | Type | Description |
|---|
| element | MathRightSubSuperscriptElement | The base element to which the border box is applied |
| hideTop | boolean | Hide Top Edge |
| hideBottom | boolean | Hide Bottom Edge |
| hideLeft | boolean | Hide Left Edge |
| hideRight | boolean | Hide Right Edge |
| strikethroughHorizontal | boolean | Strikethrough Horizontal |
| strikethroughVertical | boolean | Strikethrough Vertical |
| strikethroughBottomLeftToTopRight | boolean | Strikethrough Bottom-Left to Top-Right |
| strikethroughTopLeftToBottomRight | boolean | Strikethrough Top-Left to Bottom-Right |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathLimit, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Creates MathBorderBox element |
Parameters:
| Name | Type | Description |
|---|
| element | MathLimit | The base element to which the border box is applied |
| hideTop | boolean | Hide Top Edge |
| hideBottom | boolean | Hide Bottom Edge |
| hideLeft | boolean | Hide Left Edge |
| hideRight | boolean | Hide Right Edge |
| strikethroughHorizontal | boolean | Strikethrough Horizontal |
| strikethroughVertical | boolean | Strikethrough Vertical |
| strikethroughBottomLeftToTopRight | boolean | Strikethrough Bottom-Left to Top-Right |
| strikethroughTopLeftToBottomRight | boolean | Strikethrough Top-Left to Bottom-Right |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathFunction, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Creates MathBorderBox element |
Parameters:
| Name | Type | Description |
|---|
| element | MathFunction | The base element to which the border box is applied |
| hideTop | boolean | Hide Top Edge |
| hideBottom | boolean | Hide Bottom Edge |
| hideLeft | boolean | Hide Left Edge |
| hideRight | boolean | Hide Right Edge |
| strikethroughHorizontal | boolean | Strikethrough Horizontal |
| strikethroughVertical | boolean | Strikethrough Vertical |
| strikethroughBottomLeftToTopRight | boolean | Strikethrough Bottom-Left to Top-Right |
| strikethroughTopLeftToBottomRight | boolean | Strikethrough Top-Left to Bottom-Right |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathBlock, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Creates MathBorderBox element |
Parameters:
| Name | Type | Description |
|---|
| element | MathBlock | The base element to which the border box is applied |
| hideTop | boolean | Hide Top Edge |
| hideBottom | boolean | Hide Bottom Edge |
| hideLeft | boolean | Hide Left Edge |
| hideRight | boolean | Hide Right Edge |
| strikethroughHorizontal | boolean | Strikethrough Horizontal |
| strikethroughVertical | boolean | Strikethrough Vertical |
| strikethroughBottomLeftToTopRight | boolean | Strikethrough Bottom-Left to Top-Right |
| strikethroughTopLeftToBottomRight | boolean | Strikethrough Top-Left to Bottom-Right |
Returns:
MathBorderBox
MathBorderBox
| Name | Description |
|---|
| MathBorderBox(MathLeftSubSuperscriptElement, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Creates MathBorderBox element |
Parameters:
| Name | Type | Description |
|---|
| element | MathLeftSubSuperscriptElement | The base element to which the border box is applied |
| hideTop | boolean | Hide Top Edge |
| hideBottom | boolean | Hide Bottom Edge |
| hideLeft | boolean | Hide Left Edge |
| hideRight | boolean | Hide Right Edge |
| strikethroughHorizontal | boolean | Strikethrough Horizontal |
| strikethroughVertical | boolean | Strikethrough Vertical |
| strikethroughBottomLeftToTopRight | boolean | Strikethrough Bottom-Left to Top-Right |
| strikethroughTopLeftToBottomRight | boolean | Strikethrough Top-Left to Bottom-Right |
Returns:
MathBorderBox
getBase
| Name | Description |
|---|
| getBase () | Base argument |
Returns:
MathBar, MathBox, BaseScript, MathMatrix, MathRadical, MathNaryOperator, MathDelimiter, MathFraction, MathSuperscriptElement, MathBorderBox, MathSubscriptElement, MathGroupingCharacter, MathArray, MathAccent, MathElementBase, MathematicalText, MathRightSubSuperscriptElement, MathLimit, MathFunction, MathBlock, MathLeftSubSuperscriptElement
getChildren
| Name | Description |
|---|
| getChildren () | Get children elements |
Returns:
MathBar, MathBox, BaseScript, MathMatrix, MathRadical, MathNaryOperator, MathDelimiter, MathFraction, MathSuperscriptElement, MathBorderBox, MathSubscriptElement, MathGroupingCharacter, MathArray, MathAccent, MathElementBase, MathematicalText, MathRightSubSuperscriptElement, MathLimit, MathFunction, MathBlock, MathLeftSubSuperscriptElement
getHideBottom
| Name | Description |
|---|
| getHideBottom () | Hide Bottom Edge (default is false) - specifies the hidden or shown state of the bottom edge of border box. |
Returns:
boolean
getHideLeft
| Name | Description |
|---|
| getHideLeft () | Hide Left Edge (default is false) - specifies the hidden or shown state of the left edge of border box. |
Returns:
boolean
getHideRight
| Name | Description |
|---|
| getHideRight () | Hide Right Edge (default is false) - specifies the hidden or shown state of the right edge of border box. |
Returns:
boolean
getHideTop
| Name | Description |
|---|
| getHideTop () | Hide Top Edge (default is false) - specifies the hidden or shown state of the top edge of border box. |
Returns:
boolean
getStrikethroughBottomLeftToTopRight
| Name | Description |
|---|
| getStrikethroughBottomLeftToTopRight () | Strikethrough Bottom-Left to Top-Right (default is false). Specifies the hidden or shown state of a strikethrough diagonal line from the bottom-left corner to the top-right corner of border box. |
Returns:
boolean
getStrikethroughHorizontal
| Name | Description |
|---|
| getStrikethroughHorizontal () | Strikethrough Horizontal (default is false) - specifies the hidden or shown state of a strikethrough horizontal line. |
Returns:
boolean
getStrikethroughTopLeftToBottomRight
| Name | Description |
|---|
| getStrikethroughTopLeftToBottomRight () | Strikethrough Top-Left to Bottom-Right (default is false). Specifies the hidden or shown state of a strikethrough diagonal line from the top-left corner to the bottom-right corner of border box. |
Returns:
boolean
getStrikethroughVertical
| Name | Description |
|---|
| getStrikethroughVertical () | Strikethrough Vertical (default is false) - specifies the hidden or shown state of a strikethrough vertical line. |
Returns:
boolean
setHideBottom
| Name | Description |
|---|
| setHideBottom (boolean) | Hide Bottom Edge (default is false) - specifies the hidden or shown state of the bottom edge of border box. |
setHideLeft
| Name | Description |
|---|
| setHideLeft (boolean) | Hide Left Edge (default is false) - specifies the hidden or shown state of the left edge of border box. |
setHideRight
| Name | Description |
|---|
| setHideRight (boolean) | Hide Right Edge (default is false) - specifies the hidden or shown state of the right edge of border box. |
setHideTop
| Name | Description |
|---|
| setHideTop (boolean) | Hide Top Edge (default is false) - specifies the hidden or shown state of the top edge of border box. |
setStrikethroughBottomLeftToTopRight
| Name | Description |
|---|
| setStrikethroughBottomLeftToTopRight (boolean) | Strikethrough Bottom-Left to Top-Right (default is false). Specifies the hidden or shown state of a strikethrough diagonal line from the bottom-left corner to the top-right corner of border box. |
setStrikethroughHorizontal
| Name | Description |
|---|
| setStrikethroughHorizontal (boolean) | Strikethrough Horizontal (default is false) - specifies the hidden or shown state of a strikethrough horizontal line. |
setStrikethroughTopLeftToBottomRight
| Name | Description |
|---|
| setStrikethroughTopLeftToBottomRight (boolean) | Strikethrough Top-Left to Bottom-Right (default is false). Specifies the hidden or shown state of a strikethrough diagonal line from the top-left corner to the bottom-right corner of border box. |
setStrikethroughVertical
| Name | Description |
|---|
| setStrikethroughVertical (boolean) | Strikethrough Vertical (default is false) - specifies the hidden or shown state of a strikethrough vertical line. |