TextTabStop Class

TextTabStop class

Represents tab stop.


type TextTabStop struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetTabAlignmentSpecifies the alignment that is to be applied to text using this tab stop.
SetTabAlignmentSpecifies the alignment that is to be applied to text using this tab stop.
GetTabPositionSpecifies the position of the tab stop relative to the left margin.
SetTabPositionSpecifies the position of the tab stop relative to the left margin.