TabStop MembersGemBox.Document Help

The TabStop type exposes the following members.
Constructors

  NameDescription
Public methodTabStop(Double, TabStopAlignment)
Initializes a new instance of the TabStop struct.
Public methodTabStop(Double, TabStopAlignment, TabStopLeader)
Initializes a new instance of the TabStop struct.
Back to Top
Methods

  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to this TabStop instance.
(Overrides ValueType Equals(Object).)
Public methodEquals(TabStop)
Determines wheter the otherTabStop is equal to this TabStop instance.
Public methodGetHashCode
Returns a hash code for this TabStop instance.
(Overrides ValueType GetHashCode .)
Back to Top
Operators

  NameDescription
Public operatorStatic memberEquality
Determines whether first and second TabStops are equal.
Public operatorStatic memberInequality
Determines whether first and second TabStops are not equal.
Back to Top
Properties

  NameDescription
Public propertyAlignment
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.
Public propertyLeader
Gets the character which shall be used to fill in the space created by a tab which ends at this TabStop.
Public propertyPosition
Gets the position of the current TabStop, in points, with respect to the current page margins.
Back to Top
See Also