API Reference
WordPageNumberStyle
Lists the built-in page numbering presets that can be applied to headers or footers when numbering pages.
Inheritance
- Enum
- WordPageNumberStyle
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Int32Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const WordPageNumberStyle Brackets2 #Due to way this page number style is built the location is always header (center) regardless of placement in document
4public const WordPageNumberStyle TwoBars #Due to way this page number style is built the location is always footer regardless of placement in document
9public const WordPageNumberStyle ThickLine #Page numbers separated from text by a thick line.
12public const WordPageNumberStyle RoundedRectangle #Numbers enclosed in a rounded rectangle.
13public const WordPageNumberStyle Circle #Due to way this page number style is built the location is always header (center) regardless of placement in document
14public const WordPageNumberStyle VeryLarge #Due to way this page number style is built the location is always header (right) regardless of placement in document
15public const WordPageNumberStyle VerticalOutline1 #Due to way this page number style is built the location is always header (left) regardless of placement in document
16public const WordPageNumberStyle VerticalOutline2 #Due to way this page number style is built the location is always header (right) regardless of placement in document
17