CreatePageFieldCommand Class
In This Article
A command to insert a PAGE field displaying the current page number.
#Declaration
TypeScript
declare class CreatePageFieldCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.createPageField property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
CreatePageFieldCommand
See Also