Click or drag to resize

RowAlignment Enumeration

Specifies type of the horizontal alignment.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum RowAlignment
Members
Member name Value Description
Left 0 Specifies alignment to the left.
Center 1 Specifies alignment to the center.
Right 2 Specifies alignment to the right.
See Also