TextTabStop Class
TextTabStop class
Represents tab stop.
type TextTabStop struct {
ptr unsafe.Pointer
}
Constructors
Methods
Method | Description |
---|
IsNull | Checks whether the implementation object is nullptr. |
GetTabAlignment | Specifies the alignment that is to be applied to text using this tab stop. |
SetTabAlignment | Specifies the alignment that is to be applied to text using this tab stop. |
GetTabPosition | Specifies the position of the tab stop relative to the left margin. |
SetTabPosition | Specifies the position of the tab stop relative to the left margin. |