GemBox.Document
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    TabStopLeader Enum

    Namespace:
    GemBox.Document
    Assembly:
    GemBox.Document.dll

    Represents the characters which may be used to fill in the space created by a tab which ends at this custom TabStop. The chosen character shall be repeated as required to completely fill the tab spacing generated by the tab character.

    • C#
    • VB.NET
    public enum TabStopLeader
    Public Enum TabStopLeader
    Remarks

    Creating customized tabs in a document is accomplished with TabStop structure that enables you to define tab position, tab leader character and surrounding text alignment.

    TabStops should be inserted into Tabs collection to be used in a Paragraph.

    Tabs are inserted into a document content with SpecialCharacter elements that have CharacterType property equal to Tab.

    Values Bar and List are currently not supported in PDF, XPS and image file formats.

    Fields

    Dot

    Specifies that the leader character shall be a dot [.].

    Hyphen

    Specifies that the leader character shall be a hyphen [-].

    None

    Specifies that there shall be no leader character.

    Underscore

    Specifies that the leader character shall be an underscore [_].

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.