API Reference
WordTabStop
Represents a tab stop within a WordParagraph.
Inheritance
- Object
- WordTabStop
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method WordParagraph.AddTabStop
- Property WordParagraph.TabStops
Accepted by parameters
- Method WordTabStop.Equals
Constructors
public WordTabStop(WordParagraph wordParagraph) #Initializes a new instance of the WordTabStop class for the specified paragraph.
Parameters
- wordParagraph OfficeIMO.Word.WordParagraph
- The paragraph to which this tab stop belongs.
Methods
public virtual Boolean Equals(WordTabStop other) #BooleanDetermines whether the specified WordTabStop is equal to the current instance.
Parameters
- other OfficeIMO.Word.WordTabStop
- The tab stop to compare with the current instance.
Returns
true if the tab stops have the same alignment, leader and position; otherwise, false.
public override Boolean Equals(Object obj) #BooleanDetermines whether the specified object is equal to the current instance.
Parameters
- obj System.Object
- The object to compare with the current instance.
Returns
true if the objects are equal; otherwise, false.
public override Int32 GetHashCode() #Int32Returns a hash code for this instance.
Returns
A hash code for the current object.
Inherited Methods
Properties
public WordTabAlignment Alignment { get; set; } #Gets or sets the alignment type for the tab stop.
public WordTabLeader Leader { get; set; } #Gets or sets the leader character displayed before the tab stop.
public Int32 Position { get; set; } #Gets or sets the position of the tab stop in twentieths of a point.