'Declaration<FlagsAttribute()> Public Enum TableOfContentsSwitches Inherits System.Enum
'UsageDim instance As TableOfContentsSwitches
[Flags()] public enum TableOfContentsSwitches : System.Enum
'Declaration<FlagsAttribute()> Public Enum TableOfContentsSwitches Inherits System.Enum
'UsageDim instance As TableOfContentsSwitches
[Flags()] public enum TableOfContentsSwitches : System.Enum
| Member | Value | Description |
|---|---|---|
| A | 1 | Includes captioned items, but omits caption labels and numbers. The identifier designated by text in the specified value corresponds to the caption label. |
| B | 2 | Includes entries only from the portion of the document identified by the specified bookmark. |
| C | 4 | Includes figures, tables, charts, and other items that are numbered by a SEQ field. |
| D | 8 | When used with \s, the text in the specified value defines the separator between sequence and page numbers. By default, the separator is a hyphen (-). |
| F | 16 | Includes only those TC fields whose identifier exactly matches the specified value. |
| H | 32 | Makes the table of contents entries hyperlinks. |
| L | 64 | Includes TC fields that assign entries to one of the levels specified by text in the specified value. |
| N | 128 | Page 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. |
| None | 0 | No switch is specified. |
| O | 256 | Uses paragraphs formatted with all or the specified range of built-in heading styles. |
| P | 512 | Specifies a sequence of characters that separate an entry and its page number. By default, a tab with leader dots. |
| S | 1024 | Adds a prefix to the page number for entries numbered with a SEQ field. |
| T | 2048 | Uses paragraphs formatted with styles, indicated in the specified value, other than the built-in heading styles. |
| U | 4096 | Uses the applied paragraph outline level. |
| W | 8192 | Preserves tab entries within table entries. |
| X | 16384 | Preserves newline characters within table entries. |
| Z | 32768 | Hides tab leader and page numbers in web layout view. |
System.Object
System.ValueType
System.Enum
Xceed.Document.NET.TableOfContentsSwitches
.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.