WdNumberType 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 number.
public enum class WdNumberType
[System.Runtime.InteropServices.Guid("E185D7DA-3CBF-3644-806E-5F683669AF8E")]
public enum WdNumberType
type WdNumberType =
Public Enum WdNumberType
- Inheritance
-
WdNumberType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdNumberParagraph | 1 | Preset numbers you can add to paragraphs by selecting a template in the Bullets and Numbering dialog box. |
wdNumberListNum | 2 | Default value for LISTNUM fields. |
wdNumberAllNumbers | 3 | Default value for all other cases. |