RichEditSelection.setHeaderSubDocumentAsActiveByPageIndex(pageIndex) Method
In This Article
Creates a header sub-document (if it was not created before) and sets the header as the active sub-document. Moves the cursor to the header’s start position.
#Declaration
TypeScript
setHeaderSubDocumentAsActiveByPageIndex(
pageIndex: number
): void
#Parameters
Name | Type | Description |
---|---|---|
page |
number | The active page’s index. |
#Remarks
Refer to the following section for more information: Client Selection.
See Also