Border
Overview
Border is a class in Aspose.Words for Python.
Inherits from: BaseModel.
Border.line_style gets or sets the integer representing the border line style.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
line_style | int | Read | Gets or sets the integer representing the border line style |
line_width | float | Read | Represents the width of the border line in points as a float |
color | str | Read | Represents the border color as a string, typically a hex or named color |