Enum TableAlignment
- Namespace
- GrapeCity.Documents.Word
- Assembly
- GcDocs.Word.dll
Specifies alignment for an inline table.
public enum TableAlignment
Fields
Center = 1
The table is centered.
Left = 0
The table is aligned to the left.
Right = 2
The table is aligned to the right.