Border
Overview
Border is a class in Aspose.Words FOSS for Python.
Inherits from: BaseModel.
Border.line_style is an integer representing the border’s line style.
Properties: color, distance_from_text, is_visible, line_style, line_width, shadow.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
line_style | int | Read | Gets the line style. |
line_width | float | Read | Gets the line width. |
is_visible | bool | Read | Gets the is visible. |
color | str | Read | Gets the color. |
distance_from_text | float | Read | Gets the distance from text. |
shadow | bool | Read | Gets the shadow. |