Contains the page number fields in a header or footer of a Text Control document.

Syntax

PageNumberFieldCollection

Introduced: 30.0.

Methods

Method Description
add Inserts a new page number field at the current input position which displays Arabic numbers starting with 1.
elementAt Returns the element at a specified index in the collection.
(Inherited from TextFieldCollectionBase)
forEach Executes a callback function for each element.
(Inherited from TextFieldCollectionBase)
getCanAdd Gets a value indicating whether a new text field can be inserted at the current input position.
(Inherited from TextFieldCollectionBase)
getCount Gets the number of elements contained in the collection.
(Inherited from TextFieldCollectionBase)
getItem Gets the field at the current input position or null, if there is no such field at the current input position.
remove Removes a page number from a header or footer of a Text control document.