CreateMathBorderBox
Contents
[
Hide
]CreateMathBorderBox(IMathElement)
Create a math border box by applying to the element
public IMathBorderBox CreateMathBorderBox(IMathElement element)
Parameter | Type | Description |
---|---|---|
element | IMathElement | math element to apply border box |
Return Value
new border box element
See Also
- interface IMathBorderBox
- interface IMathElement
- class MathBorderBoxFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathBorderBox(IMathElement, bool, bool, bool, bool, bool, bool, bool, bool)
Create a math border box by applying to the element
public IMathBorderBox CreateMathBorderBox(IMathElement element, bool hideTop, bool hideBottom,
bool hideLeft, bool hideRight, bool strikethroughHorizontal, bool strikethroughVertical,
bool strikethroughBottomLeftToTopRight, bool strikethroughTopLeftToBottomRight)
Parameter | Type | Description |
---|---|---|
element | IMathElement | 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 |
Return Value
new border box element
See Also
- interface IMathBorderBox
- interface IMathElement
- class MathBorderBoxFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides