WdTofFormat 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 figures in the active document.
public enum class WdTofFormat
[System.Runtime.InteropServices.Guid("53781DD1-52EC-3C5F-8219-49F320AAB5D6")]
public enum WdTofFormat
type WdTofFormat =
Public Enum WdTofFormat
- Inheritance
-
WdTofFormat
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdTOFTemplate | 0 | Template formatting. |
wdTOFClassic | 1 | Classic formatting. |
wdTOFDistinctive | 2 | Distinctive formatting. |
wdTOFCentered | 3 | Centered formatting. |
wdTOFFormal | 4 | Formal formatting. |
wdTOFSimple | 5 | Simple formatting. |