Click or drag to resize

AbsolutePositionTabAlignment Enumeration

Specifies the alignment of an absolutely positioned tab character.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public enum AbsolutePositionTabAlignment
Members
Member nameValueDescription
Left0 Specifies that the positional tab should be left aligned.
Center1 Specifies that the positional tab should be center aligned.
Right2 Specifies that the positional tab should be right aligned.
See Also