TabStop Struct |
Docentric Toolkit Help
Send Feedback |
Represents a custom tab stop within a list of custom tab stops applied to a ParagraphFormat.Tabs property.
System.Object
System.ValueType
Docentric.Documents.ObjectModel.TabStop
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public struct TabStop
The TabStop type exposes the following members.
Name | Description | |
---|---|---|
.ctor(Length, TabStopAlignment, TabStopLeader) | Creates a new TabStop instance. |
Name | Description | |
---|---|---|
Alignment | Gets the alignment of the current TabStop, which determines the behavior of the tab stop and the alignment which shall be applied to text entered at the current TabStop. | |
ClearsTabStop | Indicates whether this TabStop object clears an inherited tab stop set higher in the style hierarchy. | |
Leader | Gets the character which shall be used to fill in the gap befor the text at the tab stop position created by a tab which ends at this TabStop. | |
Position | Gets the position of the current TabStop with respect to the current page margins. |
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString() | Returns the description of the TabStop object. (Overrides TabStop.ToString) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |