to_border_box method
Contents
[
Hide
]to_border_box
Places this element in a border-box
Returns
Border-box with this element placed inside
def to_border_box(self):
    ...
Examples
Example:
to_border_box
Places this element in a border-box
Returns
Border-box with this element placed inside
def to_border_box(self, 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 | 
|---|---|---|
| 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 | 
Examples
Example:
See Also
- class IMathBorderBox
- class MathGroupingCharacter
- module aspose.slides.mathtext
- library Aspose.Slides