create_math_border_box method
Contents
[
Hide
]create_math_border_box
Create a math border box by applying to the element
Returns
new border box element
def create_math_border_box(self, element):
...
Parameter | Type | Description |
---|---|---|
element | IMathElement | math element to apply border box |
create_math_border_box
Create a math border box by applying to the element
Returns
new border box element
def create_math_border_box(self, element, hide_top, hide_bottom, hide_left, hide_right, strikethrough_horizontal, strikethrough_vertical, strikethrough_bottom_left_to_top_right, strikethrough_top_left_to_bottom_right):
...
Parameter | Type | Description |
---|---|---|
element | IMathElement | math element to apply border box |
hide_top | bool | Hide Top Edge |
hide_bottom | bool | Hide Bottom Edge |
hide_left | bool | Hide Left Edge |
hide_right | bool | Hide Right Edge |
strikethrough_horizontal | bool | Border Box Strikethrough Horizontal |
strikethrough_vertical | bool | Border Box Strikethrough Vertical |
strikethrough_bottom_left_to_top_right | bool | Border Box Strikethrough Bottom-Left to Top-Right |
strikethrough_top_left_to_bottom_right | bool | Border Box Strikethrough Top-Left to Bottom-Right |
See Also
- class
IMathBorderBox
- class
IMathElement
- class
MathBorderBoxFactory
- module
aspose.slides.mathtext
- library
Aspose.Slides