[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Tab

Tab Class

Represents an absolute position tab element in a body content.

Inheritance
Tab
Implements
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class Tab : Text, IBrowsable<Text>
Public Class Tab
    Inherits Text
    Implements IBrowsable(Of Text)
Remarks

An absolute position tab is a character that is used to advance the position on the current line of text when displaying content, using the following logic:

Regardless of any number of custom tab stops defined using the TabStop, the absolute position tab character shall advance to the position specified by its Alignment and RelativeTo properties.

The resulting end position of the tab character shall not be affected by the addition of any custom tab stops or changes to the value of the DefaultTabStop.

If the alignment location specified by the positional tab cannot be found on the current line because the starting location is past that point, then the tab character shall advance to that location on the next available line in the document.

Properties

Name Description
Alignment

Gets or sets the tab alignment.

Leader

Gets or sets the tab leader character.

RelativeTo

Gets or sets the extent to calculate the position of the tab.

Value

Gets the text representation of the tab.

Methods

Name Description
Split(int)

Splitting of a tab is not supported.