WdToaFormat 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 authorities in the active document.
public enum class WdToaFormat
[System.Runtime.InteropServices.Guid("B12AC10C-DAC9-3348-BD2B-29A0A270196B")]
public enum WdToaFormat
type WdToaFormat =
Public Enum WdToaFormat
- Inheritance
-
WdToaFormat
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdTOATemplate | 0 | Template formatting. |
wdTOAClassic | 1 | Classic formatting. |
wdTOADistinctive | 2 | Distinctive formatting. |
wdTOAFormal | 3 | Formal formatting. |
wdTOASimple | 4 | Simple formatting. |