OfficeIMO

API Reference

Enum

WordPageNumberStyle

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Lists the built-in page numbering presets that can be applied to headers or footers when numbering pages.

Inheritance

  • Enum
  • WordPageNumberStyle

Values

public const WordPageNumberStyle PlainNumber #

Simple numeric page numbers.

Value: 0
public const WordPageNumberStyle AccentBar #

Page numbers with an accent bar above.

Value: 1
public const WordPageNumberStyle PageNumberXofY #

"Page X of Y" format.

Value: 2
public const WordPageNumberStyle Brackets1 #

Numbers enclosed in square brackets.

Value: 3
public const WordPageNumberStyle Brackets2 #

Due to way this page number style is built the location is always header (center) regardless of placement in document

Value: 4
public const WordPageNumberStyle Dots #

Page numbers separated by dotted leaders.

Value: 5
public const WordPageNumberStyle LargeItalics #

Large italic page numbers.

Value: 6
public const WordPageNumberStyle Roman #

Roman numerals (I, II, III...).

Value: 7
public const WordPageNumberStyle Tildes #

Numbers decorated with tildes.

Value: 8
public const WordPageNumberStyle TwoBars #

Due to way this page number style is built the location is always footer regardless of placement in document

Value: 9
public const WordPageNumberStyle TopLine #

Page numbers separated from text by a top line.

Value: 10
public const WordPageNumberStyle Tab #

Page numbers preceded by a tab stop.

Value: 11
public const WordPageNumberStyle ThickLine #

Page numbers separated from text by a thick line.

Value: 12
public const WordPageNumberStyle RoundedRectangle #

Numbers enclosed in a rounded rectangle.

Value: 13
public const WordPageNumberStyle Circle #

Due to way this page number style is built the location is always header (center) regardless of placement in document

Value: 14
public const WordPageNumberStyle VeryLarge #

Due to way this page number style is built the location is always header (right) regardless of placement in document

Value: 15
public const WordPageNumberStyle VerticalOutline1 #

Due to way this page number style is built the location is always header (left) regardless of placement in document

Value: 16
public const WordPageNumberStyle VerticalOutline2 #

Due to way this page number style is built the location is always header (right) regardless of placement in document

Value: 17