Xceed Words for .NET v3.0 Documentation
TableOfContentsSwitches Enumeration


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace : TableOfContentsSwitches Enumeration
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
MemberDescription
AIncludes captioned items, but omits caption labels and numbers. The identifier designated by text in the specified value corresponds to the caption label.
BIncludes entries only from the portion of the document identified by the specified bookmark.
CIncludes figures, tables, charts, and other items that are numbered by a SEQ field.
DWhen used with \s, the text in the specified value defines the separator between sequence and page numbers. By default, the separator is a hyphen (-).
FIncludes only those TC fields whose identifier exactly matches the specified value.
HMakes the table of contents entries hyperlinks.
LIncludes TC fields that assign entries to one of the levels specified by text in the specified value.
NPage 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.
NoneNo switch is specified.
OUses paragraphs formatted with all or the specified range of built-in heading styles.
PSpecifies a sequence of characters that separate an entry and its page number. By default, a tab with leader dots.
SAdds a prefix to the page number for entries numbered with a SEQ field.
TUses paragraphs formatted with styles, indicated in the specified value, other than the built-in heading styles.
UUses the applied paragraph outline level.
WPreserves tab entries within table entries.
XPreserves newline characters within table entries.
ZHides tab leader and page numbers in web layout view.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Document.NET Namespace