Version

PageNumberFieldFormat Enumeration

Constants which define the format applied to the page numbers displayed for a header or footer.
Syntax
'Declaration
 
Public Enum PageNumberFieldFormat 
   Inherits System.Enum
public enum PageNumberFieldFormat : System.Enum 
Members
MemberDescription
ArabicAbjadPages are numbered using ascending Abjad numerals.
ArabicAlphabeticPages are numbered using characters in the Arabic alphabet.
ChinesePages are numbered using ascending numbers from the Chinese counting system.
ChineseCountingThousandPages are numbered using sequential numbers from the Chinese counting thousand system.
ChineseLegalSimplifiedPages are numbered using sequential numbers from the Chinese simplified legal format.
DecimalPages are numbered using standard decimal representation. Example: "1", "2", "3"
DecimalCirclePages are numbered using standard decimal representation, with the numbers enclosed in a circle.
DecimalDashPages are numbered using standard decimal representation, with the numbers prefixed and sufixed by dashes. Example: "-1-", "-2-", "-3-"
DecimalParenthesisPages are numbered using standard decimal representation, with the numbers enclosed in parenthesis. Example: "(1)", "(2)", "(3)"
HebrewPages are numbered using Hebrew numerals.
HebrewAlphabeticPages are numbered using the Hebrew alphabet.
JapaneseCountingPages are numbered using the Japanese counting system.
JapaneseDigitalTenThousandPages are numbered using sequential numbers from the Japanese digital ten thousand counting system.
JapaneseIrohaPages are numbered using the Japanese iroha.
JapaneseKanjiPages are numbered using a Japanese style using sequential digital ideographs, using the appropriate character.
JapaneseLegalPages are numbered using sequential numbers from the Japanese legal counting system.
KoreanChosungPages are numbered using sequential numbers from the Korean Chosung format.
KoreanCountingPages are numbered using sequential numbers from the Korean counting system.
KoreanGanadaPages are numbered using sequential numbers from the Korean Ganada format.
LatinAlphabeticLowercaseFormats a numeric result as one or more occurrences of an lowercase alphabetic Latin character.
LatinAlphabeticUppercaseFormats a numeric result as one or more occurrences of an uppercase alphabetic Latin character. Example: "A", "B", "C"
OrdinalPages are numbered using lowercase ordinal representation of arabic numerals. Example: "1st", "2nd", "3rd"
RomanLowercasePages are numbered using lowercase Roman numerals.
RomanUppercasePages are numbered using uppercase Roman numerals.
TextCardinalPages are numbered using lowercase cardinal text. Example: "one", "two", "three"
TextOrdinalPages are numbered using lowercase ordinal text. Example: "first", "second", "third"
ThaiPages are numbered using Thai numbers.
ThaiCountingPages are numbered using sequential numbers from the Thai counting system.
ThaiLetterPages are numbered using Thai letters.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also