WdPageNumberAlignment 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 alignment to apply to page numbers.
public enum class WdPageNumberAlignment
[System.Runtime.InteropServices.Guid("062752C8-C44D-3CBD-A146-0DCD9544BA52")]
public enum WdPageNumberAlignment
type WdPageNumberAlignment =
Public Enum WdPageNumberAlignment
- Inheritance
-
WdPageNumberAlignment
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdAlignPageNumberLeft | 0 | Left-aligned. |
wdAlignPageNumberCenter | 1 | Centered. |
wdAlignPageNumberRight | 2 | Right-aligned. |
wdAlignPageNumberInside | 3 | Left-aligned just inside the footer. |
wdAlignPageNumberOutside | 4 | Right-aligned just outside the footer. |