Xceed Words for .NET v5.2 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / TableOfContentsSwitches Enumeration


In This Topic
    TableOfContentsSwitches Enumeration
    In This Topic
    Value indicating the Table of Content Switch to use.
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum TableOfContentsSwitches 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TableOfContentsSwitches
    [Flags()]
    public enum TableOfContentsSwitches : System.Enum 
    Members
    MemberValueDescription
    A1Includes captioned items, but omits caption labels and numbers. The identifier designated by text in the specified value corresponds to the caption label.
    B2Includes entries only from the portion of the document identified by the specified bookmark.
    C4Includes figures, tables, charts, and other items that are numbered by a SEQ field.
    D8When used with \s, the text in the specified value defines the separator between sequence and page numbers. By default, the separator is a hyphen (-).
    F16Includes only those TC fields whose identifier exactly matches the specified value.
    H32Makes the table of contents entries hyperlinks.
    L64Includes TC fields that assign entries to one of the levels specified by text in the specified value.
    N128Page numbers are omitted from all levels unless a range of entry levels is specified by text in the specified value. If no value is specified, omits page numbers from the table of contents.
    None0No switch is specified.
    O256Uses paragraphs formatted with all or the specified range of built-in heading styles.
    P512Specifies a sequence of characters that separate an entry and its page number. By default, a tab with leader dots.
    S1024Adds a prefix to the page number for entries numbered with a SEQ field.
    T2048Uses paragraphs formatted with styles, indicated in the specified value, other than the built-in heading styles.
    U4096Uses the applied paragraph outline level.
    W8192Preserves tab entries within table entries.
    X16384Preserves newline characters within table entries.
    Z32768Hides tab leader and page numbers in web layout view.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Document.NET.TableOfContentsSwitches

    Supported Frameworks

    .NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.

    .NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.

    See Also