VDocs.NET
Back to DOM

DOM.Styles.Tab

Namespace: DOM.Styles

Represents a single tab stop definition for paragraph layout.

describes the position, alignment and leader character used when a tab character is rendered within a paragraph. Instances are typically stored in a paragraph style's tab collection and consulted by the layout engine when calculating tab stops and rendering tab leaders.

3 members

Properties

LeaderTabStopLeaderCharValues

Gets or sets the leader character used to fill the space between the text and the tab stop.

PositionDocumentUnit

Gets or sets the absolute position of the tab stop measured from the paragraph start.

TabStopTypeTabStopValues

Gets or sets the tab stop alignment/behaviour.

VDocs.NET
The .NET Word Document Library

Generate Word
documents.
Not XML.

Create professional documents in .NET without the complexity of OpenXML or Word Interop.

C#VB.NET
var doc = new WordDocument();

doc.AddParagraph()
   .AddText("Invoice")
   .SetHeading(HeadingLevel.Title);

doc.Save("invoice.docx");

Create Account

Create your VDocs account.

or

Already have an account? Sign in