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, line_style, line_width.

Properties

NameTypeAccessDescription
line_styleintReadGets the line style.
line_widthfloatReadGets the line width.
colorstrReadGets the color.

See Also