API Reference
Class
WordTabChar
Provides operations for a single tab character within a paragraph.
Inheritance
- WordElement
- WordTabChar
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
- Property WordDocument.TabChars
- Property WordParagraph.Tab
- Property WordSection.Tabs
Methods
public Void Remove(Boolean includingParagraph = false) #Returns:
VoidRemoves this tab character from the document and optionally deletes the parent paragraph.
Parameters
- includingParagraph System.Boolean = false
- If set to true the paragraph containing the tab is removed.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object