WdPageNumberAlignment Enumeration

Specifies the alignment to apply to page numbers.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdPageNumberAlignment
'Usage
Dim instance As WdPageNumberAlignment
public enum WdPageNumberAlignment

Members

Member name Description
wdAlignPageNumberLeft Left-aligned.
wdAlignPageNumberCenter Centered.
wdAlignPageNumberRight Right-aligned.
wdAlignPageNumberInside Left-aligned just inside the footer.
wdAlignPageNumberOutside Right-aligned just outside the footer.

See Also

Reference

Microsoft.Office.Interop.Word Namespace