WdTocFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of formatting to apply to the table of contents in the active document.
public enum class WdTocFormat
[System.Runtime.InteropServices.Guid("381BE070-999B-3575-ADC6-68FC392AF3D3")]
public enum WdTocFormat
type WdTocFormat =
Public Enum WdTocFormat
- Inheritance
-
WdTocFormat
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdTOCTemplate | 0 | Template formatting. |
wdTOCClassic | 1 | Classic formatting. |
wdTOCDistinctive | 2 | Distinctive formatting. |
wdTOCFancy | 3 | Fancy formatting. |
wdTOCModern | 4 | Modern formatting. |
wdTOCFormal | 5 | Formal formatting. |
wdTOCSimple | 6 | Simple formatting. |