Click or drag to resize

AbsolutePositionTabCharacter Class

Represents the absolute position tab character.
Inheritance Hierarchy
SystemObject
  SautinSoft.DocumentElement
    SautinSoft.DocumentInline
      SautinSoft.DocumentSpecialCharacter
        SautinSoft.DocumentAbsolutePositionTabCharacter

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public sealed class AbsolutePositionTabCharacter : SpecialCharacter

The AbsolutePositionTabCharacter type exposes the following members.

Constructors
 NameDescription
Public methodAbsolutePositionTabCharacter Initializes a new instance of the AbsolutePositionTabCharacter class.
Top
Properties
 NameDescription
Public propertyAlignment Gets or sets the location of the positional tab stop on the line, as well as the alignment which shall be applied to text subsequent to the current positional tab stop.
Public propertyLeader Gets or sets the character which shall be used to fill in the space created by a positional tab.
Public propertyRelativeTo Gets or sets the extents which shall be used to calculate the absolute positioning of this positional tab character.
Top
Methods
 NameDescription
Public methodClone Clones this element instance.
Top
See Also