WdNumberingRule 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 numbering rule to apply.
public enum class WdNumberingRule
[System.Runtime.InteropServices.Guid("0A4D5556-FEDB-329E-8EEE-04AB37C53B94")]
public enum WdNumberingRule
type WdNumberingRule =
Public Enum WdNumberingRule
- Inheritance
-
WdNumberingRule
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdRestartContinuous | 0 | Numbers are assigned continuously. |
wdRestartSection | 1 | Numbers are reset for each section. |
wdRestartPage | 2 | Numbers are reset for each page. |