Borders module

class Borders.Borders

Bases: WordAttrCollection

Represents a collection of four borders. <see cref=”!:Spire.Doc.Border” />

property BorderType: BorderStyle
property Bottom: Border

Gets bottom border.

property Color: Color
property DiagonalDown: Border

Gets diagonal border from top left corner to bottom right corner.

property DiagonalUp: Border

Gets diagonal border from bottom left corner to top right corner.

property Horizontal: Border

Gets horizontal border.

IsShadow(value: bool)
property Left: Border

Gets left border.

property LineWidth: float
property NoBorder: bool

Gets whether the border exists

property Right: Border

Gets right border.

Space(value: float)
property Top: Border

Gets top border.

property Vertical: Border

Gets vertical border.