Package com.pspdfkit.document.editor.page
Page editing APIs (of the Document Editor).
See: Description
-
Class Summary Class Description PageTemplate Can be used with DialogNewPageFactory and NewPageDialog to provide additional templates for the user to choose when creating new pages. NewPageDialog Dialog for choosing properties for a newly created PDF page. ValueNewPageFactory A NewPageFactory that returns the same NewPage instance every time it is called. DialogNewPageFactory A factory for creating new pages using the NewPageDialog. -
Interface Summary Interface Description OnNewPageReadyListener Listens for return of a NewPage instance to the editor. NewPageFactory Interface definition of a factory that returns NewPage instances. Callback This listener interface needs to be implemented by any class that wishes to handle new page creation event.