MathBar
MathBar class
Specifies the bar function, consisting of a base argument and an overbar or underbar
MathBar
| Name | Description |
|---|---|
| MathBar(MathBar) | Initializes MathBar with overbar (Top position) |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathBar | The base element to which the bar is applied |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathBox) | Initializes MathBar with overbar (Top position) |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathBox | The base element to which the bar is applied |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(BaseScript) | Initializes MathBar with overbar (Top position) |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | BaseScript | The base element to which the bar is applied |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathMatrix) | Initializes MathBar with overbar (Top position) |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathMatrix | The base element to which the bar is applied |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathRadical) | Initializes MathBar with overbar (Top position) |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathRadical | The base element to which the bar is applied |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathNaryOperator) | Initializes MathBar with overbar (Top position) |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathNaryOperator | The base element to which the bar is applied |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathDelimiter) | Initializes MathBar with overbar (Top position) |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathDelimiter | The base element to which the bar is applied |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathFraction) | Initializes MathBar with overbar (Top position) |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathFraction | The base element to which the bar is applied |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathSuperscriptElement) | Initializes MathBar with overbar (Top position) |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathSuperscriptElement | The base element to which the bar is applied |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathBorderBox) | Initializes MathBar with overbar (Top position) |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathBorderBox | The base element to which the bar is applied |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathSubscriptElement) | Initializes MathBar with overbar (Top position) |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathSubscriptElement | The base element to which the bar is applied |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathGroupingCharacter) | Initializes MathBar with overbar (Top position) |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathGroupingCharacter | The base element to which the bar is applied |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathArray) | Initializes MathBar with overbar (Top position) |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathArray | The base element to which the bar is applied |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathAccent) | Initializes MathBar with overbar (Top position) |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathAccent | The base element to which the bar is applied |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathElementBase) | Initializes MathBar with overbar (Top position) |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathElementBase | The base element to which the bar is applied |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathematicalText) | Initializes MathBar with overbar (Top position) |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathematicalText | The base element to which the bar is applied |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathRightSubSuperscriptElement) | Initializes MathBar with overbar (Top position) |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathRightSubSuperscriptElement | The base element to which the bar is applied |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathLimit) | Initializes MathBar with overbar (Top position) |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathLimit | The base element to which the bar is applied |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathFunction) | Initializes MathBar with overbar (Top position) |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathFunction | The base element to which the bar is applied |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathBlock) | Initializes MathBar with overbar (Top position) |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathBlock | The base element to which the bar is applied |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathLeftSubSuperscriptElement) | Initializes MathBar with overbar (Top position) |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathLeftSubSuperscriptElement | The base element to which the bar is applied |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathBar, int) | Initializes MathBar with specified position |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathBar | The base element to which the bar is applied |
| position | int | Position of the bar line. |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathBox, int) | Initializes MathBar with specified position |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathBox | The base element to which the bar is applied |
| position | int | Position of the bar line. |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(BaseScript, int) | Initializes MathBar with specified position |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | BaseScript | The base element to which the bar is applied |
| position | int | Position of the bar line. |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathMatrix, int) | Initializes MathBar with specified position |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathMatrix | The base element to which the bar is applied |
| position | int | Position of the bar line. |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathRadical, int) | Initializes MathBar with specified position |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathRadical | The base element to which the bar is applied |
| position | int | Position of the bar line. |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathNaryOperator, int) | Initializes MathBar with specified position |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathNaryOperator | The base element to which the bar is applied |
| position | int | Position of the bar line. |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathDelimiter, int) | Initializes MathBar with specified position |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathDelimiter | The base element to which the bar is applied |
| position | int | Position of the bar line. |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathFraction, int) | Initializes MathBar with specified position |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathFraction | The base element to which the bar is applied |
| position | int | Position of the bar line. |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathSuperscriptElement, int) | Initializes MathBar with specified position |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathSuperscriptElement | The base element to which the bar is applied |
| position | int | Position of the bar line. |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathBorderBox, int) | Initializes MathBar with specified position |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathBorderBox | The base element to which the bar is applied |
| position | int | Position of the bar line. |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathSubscriptElement, int) | Initializes MathBar with specified position |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathSubscriptElement | The base element to which the bar is applied |
| position | int | Position of the bar line. |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathGroupingCharacter, int) | Initializes MathBar with specified position |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathGroupingCharacter | The base element to which the bar is applied |
| position | int | Position of the bar line. |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathArray, int) | Initializes MathBar with specified position |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathArray | The base element to which the bar is applied |
| position | int | Position of the bar line. |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathAccent, int) | Initializes MathBar with specified position |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathAccent | The base element to which the bar is applied |
| position | int | Position of the bar line. |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathElementBase, int) | Initializes MathBar with specified position |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathElementBase | The base element to which the bar is applied |
| position | int | Position of the bar line. |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathematicalText, int) | Initializes MathBar with specified position |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathematicalText | The base element to which the bar is applied |
| position | int | Position of the bar line. |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathRightSubSuperscriptElement, int) | Initializes MathBar with specified position |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathRightSubSuperscriptElement | The base element to which the bar is applied |
| position | int | Position of the bar line. |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathLimit, int) | Initializes MathBar with specified position |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathLimit | The base element to which the bar is applied |
| position | int | Position of the bar line. |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathFunction, int) | Initializes MathBar with specified position |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathFunction | The base element to which the bar is applied |
| position | int | Position of the bar line. |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathBlock, int) | Initializes MathBar with specified position |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathBlock | The base element to which the bar is applied |
| position | int | Position of the bar line. |
Returns: MathBar
MathBar
| Name | Description |
|---|---|
| MathBar(MathLeftSubSuperscriptElement, int) | Initializes MathBar with specified position |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathLeftSubSuperscriptElement | The base element to which the bar is applied |
| position | int | Position of the bar line. |
Returns: MathBar
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
getPosition
| Name | Description |
|---|---|
| getPosition () | Position of the bar line. Default: Top |
Returns: int
setPosition
| Name | Description |
|---|---|
| setPosition (int) | Position of the bar line. Default: Top |