MathBorderBoxFactory
MathBorderBoxFactory class
Allows to create a math border box
For COM comparibility
MathBorderBoxFactory
Name | Description |
---|---|
MathBorderBoxFactory() |
Returns: MathBorderBoxFactory
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathLeftSubSuperscriptElement) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathLeftSubSuperscriptElement | math element to apply border box |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathMatrix) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathMatrix | math element to apply border box |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathLimit) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathLimit | math element to apply border box |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathBlock) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathBlock | math element to apply border box |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathRadical) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathRadical | math element to apply border box |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathArray) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathArray | math element to apply border box |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathDelimiter) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathDelimiter | math element to apply border box |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathNaryOperator) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathNaryOperator | math element to apply border box |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathAccent) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathAccent | math element to apply border box |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathBorderBox) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathBorderBox | math element to apply border box |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathGroupingCharacter) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathGroupingCharacter | math element to apply border box |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathBar) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathBar | math element to apply border box |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathFunction) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathFunction | math element to apply border box |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathSuperscriptElement) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathSuperscriptElement | math element to apply border box |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathSubscriptElement) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathSubscriptElement | math element to apply border box |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (BaseScript) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | BaseScript | math element to apply border box |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathematicalText) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathematicalText | math element to apply border box |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathFraction) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathFraction | math element to apply border box |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathElementBase) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathElementBase | math element to apply border box |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathBox) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathBox | math element to apply border box |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathRightSubSuperscriptElement) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathRightSubSuperscriptElement | math element to apply border box |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathLeftSubSuperscriptElement, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathLeftSubSuperscriptElement | math element to apply border box |
hideTop | boolean | Hide Top Edge |
hideBottom | boolean | Hide Bottom Edge |
hideLeft | boolean | Hide Left Edge |
hideRight | boolean | Hide Right Edge |
strikethroughHorizontal | boolean | Border Box Strikethrough Horizontal |
strikethroughVertical | boolean | Border Box Strikethrough Vertical |
strikethroughBottomLeftToTopRight | boolean | Border Box Strikethrough Bottom-Left to Top-Right |
strikethroughTopLeftToBottomRight | boolean | Border Box Strikethrough Top-Left to Bottom-Right |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathMatrix, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathMatrix | math element to apply border box |
hideTop | boolean | Hide Top Edge |
hideBottom | boolean | Hide Bottom Edge |
hideLeft | boolean | Hide Left Edge |
hideRight | boolean | Hide Right Edge |
strikethroughHorizontal | boolean | Border Box Strikethrough Horizontal |
strikethroughVertical | boolean | Border Box Strikethrough Vertical |
strikethroughBottomLeftToTopRight | boolean | Border Box Strikethrough Bottom-Left to Top-Right |
strikethroughTopLeftToBottomRight | boolean | Border Box Strikethrough Top-Left to Bottom-Right |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathLimit, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathLimit | math element to apply border box |
hideTop | boolean | Hide Top Edge |
hideBottom | boolean | Hide Bottom Edge |
hideLeft | boolean | Hide Left Edge |
hideRight | boolean | Hide Right Edge |
strikethroughHorizontal | boolean | Border Box Strikethrough Horizontal |
strikethroughVertical | boolean | Border Box Strikethrough Vertical |
strikethroughBottomLeftToTopRight | boolean | Border Box Strikethrough Bottom-Left to Top-Right |
strikethroughTopLeftToBottomRight | boolean | Border Box Strikethrough Top-Left to Bottom-Right |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathBlock, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathBlock | math element to apply border box |
hideTop | boolean | Hide Top Edge |
hideBottom | boolean | Hide Bottom Edge |
hideLeft | boolean | Hide Left Edge |
hideRight | boolean | Hide Right Edge |
strikethroughHorizontal | boolean | Border Box Strikethrough Horizontal |
strikethroughVertical | boolean | Border Box Strikethrough Vertical |
strikethroughBottomLeftToTopRight | boolean | Border Box Strikethrough Bottom-Left to Top-Right |
strikethroughTopLeftToBottomRight | boolean | Border Box Strikethrough Top-Left to Bottom-Right |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathRadical, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathRadical | math element to apply border box |
hideTop | boolean | Hide Top Edge |
hideBottom | boolean | Hide Bottom Edge |
hideLeft | boolean | Hide Left Edge |
hideRight | boolean | Hide Right Edge |
strikethroughHorizontal | boolean | Border Box Strikethrough Horizontal |
strikethroughVertical | boolean | Border Box Strikethrough Vertical |
strikethroughBottomLeftToTopRight | boolean | Border Box Strikethrough Bottom-Left to Top-Right |
strikethroughTopLeftToBottomRight | boolean | Border Box Strikethrough Top-Left to Bottom-Right |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathArray, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathArray | math element to apply border box |
hideTop | boolean | Hide Top Edge |
hideBottom | boolean | Hide Bottom Edge |
hideLeft | boolean | Hide Left Edge |
hideRight | boolean | Hide Right Edge |
strikethroughHorizontal | boolean | Border Box Strikethrough Horizontal |
strikethroughVertical | boolean | Border Box Strikethrough Vertical |
strikethroughBottomLeftToTopRight | boolean | Border Box Strikethrough Bottom-Left to Top-Right |
strikethroughTopLeftToBottomRight | boolean | Border Box Strikethrough Top-Left to Bottom-Right |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathDelimiter, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathDelimiter | math element to apply border box |
hideTop | boolean | Hide Top Edge |
hideBottom | boolean | Hide Bottom Edge |
hideLeft | boolean | Hide Left Edge |
hideRight | boolean | Hide Right Edge |
strikethroughHorizontal | boolean | Border Box Strikethrough Horizontal |
strikethroughVertical | boolean | Border Box Strikethrough Vertical |
strikethroughBottomLeftToTopRight | boolean | Border Box Strikethrough Bottom-Left to Top-Right |
strikethroughTopLeftToBottomRight | boolean | Border Box Strikethrough Top-Left to Bottom-Right |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathNaryOperator, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathNaryOperator | math element to apply border box |
hideTop | boolean | Hide Top Edge |
hideBottom | boolean | Hide Bottom Edge |
hideLeft | boolean | Hide Left Edge |
hideRight | boolean | Hide Right Edge |
strikethroughHorizontal | boolean | Border Box Strikethrough Horizontal |
strikethroughVertical | boolean | Border Box Strikethrough Vertical |
strikethroughBottomLeftToTopRight | boolean | Border Box Strikethrough Bottom-Left to Top-Right |
strikethroughTopLeftToBottomRight | boolean | Border Box Strikethrough Top-Left to Bottom-Right |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathAccent, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathAccent | math element to apply border box |
hideTop | boolean | Hide Top Edge |
hideBottom | boolean | Hide Bottom Edge |
hideLeft | boolean | Hide Left Edge |
hideRight | boolean | Hide Right Edge |
strikethroughHorizontal | boolean | Border Box Strikethrough Horizontal |
strikethroughVertical | boolean | Border Box Strikethrough Vertical |
strikethroughBottomLeftToTopRight | boolean | Border Box Strikethrough Bottom-Left to Top-Right |
strikethroughTopLeftToBottomRight | boolean | Border Box Strikethrough Top-Left to Bottom-Right |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathBorderBox, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathBorderBox | math element to apply border box |
hideTop | boolean | Hide Top Edge |
hideBottom | boolean | Hide Bottom Edge |
hideLeft | boolean | Hide Left Edge |
hideRight | boolean | Hide Right Edge |
strikethroughHorizontal | boolean | Border Box Strikethrough Horizontal |
strikethroughVertical | boolean | Border Box Strikethrough Vertical |
strikethroughBottomLeftToTopRight | boolean | Border Box Strikethrough Bottom-Left to Top-Right |
strikethroughTopLeftToBottomRight | boolean | Border Box Strikethrough Top-Left to Bottom-Right |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathGroupingCharacter, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathGroupingCharacter | math element to apply border box |
hideTop | boolean | Hide Top Edge |
hideBottom | boolean | Hide Bottom Edge |
hideLeft | boolean | Hide Left Edge |
hideRight | boolean | Hide Right Edge |
strikethroughHorizontal | boolean | Border Box Strikethrough Horizontal |
strikethroughVertical | boolean | Border Box Strikethrough Vertical |
strikethroughBottomLeftToTopRight | boolean | Border Box Strikethrough Bottom-Left to Top-Right |
strikethroughTopLeftToBottomRight | boolean | Border Box Strikethrough Top-Left to Bottom-Right |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathBar, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathBar | math element to apply border box |
hideTop | boolean | Hide Top Edge |
hideBottom | boolean | Hide Bottom Edge |
hideLeft | boolean | Hide Left Edge |
hideRight | boolean | Hide Right Edge |
strikethroughHorizontal | boolean | Border Box Strikethrough Horizontal |
strikethroughVertical | boolean | Border Box Strikethrough Vertical |
strikethroughBottomLeftToTopRight | boolean | Border Box Strikethrough Bottom-Left to Top-Right |
strikethroughTopLeftToBottomRight | boolean | Border Box Strikethrough Top-Left to Bottom-Right |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathFunction, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathFunction | math element to apply border box |
hideTop | boolean | Hide Top Edge |
hideBottom | boolean | Hide Bottom Edge |
hideLeft | boolean | Hide Left Edge |
hideRight | boolean | Hide Right Edge |
strikethroughHorizontal | boolean | Border Box Strikethrough Horizontal |
strikethroughVertical | boolean | Border Box Strikethrough Vertical |
strikethroughBottomLeftToTopRight | boolean | Border Box Strikethrough Bottom-Left to Top-Right |
strikethroughTopLeftToBottomRight | boolean | Border Box Strikethrough Top-Left to Bottom-Right |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathSuperscriptElement, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathSuperscriptElement | math element to apply border box |
hideTop | boolean | Hide Top Edge |
hideBottom | boolean | Hide Bottom Edge |
hideLeft | boolean | Hide Left Edge |
hideRight | boolean | Hide Right Edge |
strikethroughHorizontal | boolean | Border Box Strikethrough Horizontal |
strikethroughVertical | boolean | Border Box Strikethrough Vertical |
strikethroughBottomLeftToTopRight | boolean | Border Box Strikethrough Bottom-Left to Top-Right |
strikethroughTopLeftToBottomRight | boolean | Border Box Strikethrough Top-Left to Bottom-Right |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathSubscriptElement, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathSubscriptElement | math element to apply border box |
hideTop | boolean | Hide Top Edge |
hideBottom | boolean | Hide Bottom Edge |
hideLeft | boolean | Hide Left Edge |
hideRight | boolean | Hide Right Edge |
strikethroughHorizontal | boolean | Border Box Strikethrough Horizontal |
strikethroughVertical | boolean | Border Box Strikethrough Vertical |
strikethroughBottomLeftToTopRight | boolean | Border Box Strikethrough Bottom-Left to Top-Right |
strikethroughTopLeftToBottomRight | boolean | Border Box Strikethrough Top-Left to Bottom-Right |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (BaseScript, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | BaseScript | math element to apply border box |
hideTop | boolean | Hide Top Edge |
hideBottom | boolean | Hide Bottom Edge |
hideLeft | boolean | Hide Left Edge |
hideRight | boolean | Hide Right Edge |
strikethroughHorizontal | boolean | Border Box Strikethrough Horizontal |
strikethroughVertical | boolean | Border Box Strikethrough Vertical |
strikethroughBottomLeftToTopRight | boolean | Border Box Strikethrough Bottom-Left to Top-Right |
strikethroughTopLeftToBottomRight | boolean | Border Box Strikethrough Top-Left to Bottom-Right |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathematicalText, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathematicalText | math element to apply border box |
hideTop | boolean | Hide Top Edge |
hideBottom | boolean | Hide Bottom Edge |
hideLeft | boolean | Hide Left Edge |
hideRight | boolean | Hide Right Edge |
strikethroughHorizontal | boolean | Border Box Strikethrough Horizontal |
strikethroughVertical | boolean | Border Box Strikethrough Vertical |
strikethroughBottomLeftToTopRight | boolean | Border Box Strikethrough Bottom-Left to Top-Right |
strikethroughTopLeftToBottomRight | boolean | Border Box Strikethrough Top-Left to Bottom-Right |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathFraction, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathFraction | math element to apply border box |
hideTop | boolean | Hide Top Edge |
hideBottom | boolean | Hide Bottom Edge |
hideLeft | boolean | Hide Left Edge |
hideRight | boolean | Hide Right Edge |
strikethroughHorizontal | boolean | Border Box Strikethrough Horizontal |
strikethroughVertical | boolean | Border Box Strikethrough Vertical |
strikethroughBottomLeftToTopRight | boolean | Border Box Strikethrough Bottom-Left to Top-Right |
strikethroughTopLeftToBottomRight | boolean | Border Box Strikethrough Top-Left to Bottom-Right |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathElementBase, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathElementBase | math element to apply border box |
hideTop | boolean | Hide Top Edge |
hideBottom | boolean | Hide Bottom Edge |
hideLeft | boolean | Hide Left Edge |
hideRight | boolean | Hide Right Edge |
strikethroughHorizontal | boolean | Border Box Strikethrough Horizontal |
strikethroughVertical | boolean | Border Box Strikethrough Vertical |
strikethroughBottomLeftToTopRight | boolean | Border Box Strikethrough Bottom-Left to Top-Right |
strikethroughTopLeftToBottomRight | boolean | Border Box Strikethrough Top-Left to Bottom-Right |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathBox, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathBox | math element to apply border box |
hideTop | boolean | Hide Top Edge |
hideBottom | boolean | Hide Bottom Edge |
hideLeft | boolean | Hide Left Edge |
hideRight | boolean | Hide Right Edge |
strikethroughHorizontal | boolean | Border Box Strikethrough Horizontal |
strikethroughVertical | boolean | Border Box Strikethrough Vertical |
strikethroughBottomLeftToTopRight | boolean | Border Box Strikethrough Bottom-Left to Top-Right |
strikethroughTopLeftToBottomRight | boolean | Border Box Strikethrough Top-Left to Bottom-Right |
Returns: MathBorderBox
createMathBorderBox
Name | Description |
---|---|
createMathBorderBox (MathRightSubSuperscriptElement, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) | Create a math border box by applying to the element |
Parameters:
Name | Type | Description |
---|---|---|
element | MathRightSubSuperscriptElement | math element to apply border box |
hideTop | boolean | Hide Top Edge |
hideBottom | boolean | Hide Bottom Edge |
hideLeft | boolean | Hide Left Edge |
hideRight | boolean | Hide Right Edge |
strikethroughHorizontal | boolean | Border Box Strikethrough Horizontal |
strikethroughVertical | boolean | Border Box Strikethrough Vertical |
strikethroughBottomLeftToTopRight | boolean | Border Box Strikethrough Bottom-Left to Top-Right |
strikethroughTopLeftToBottomRight | boolean | Border Box Strikethrough Top-Left to Bottom-Right |
Returns: MathBorderBox