Package com.pspdfkit.document.editor.page
Page editing APIs (of the Document Editor).
See: Description
-
Class Summary Class Description DialogNewPageFactory A factory for creating new pages using the NewPageDialog. ValueNewPageFactory A NewPageFactory that returns the same NewPage instance every time it is called. 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. -
Interface Summary Interface Description Callback This listener interface needs to be implemented by any class that wishes to handle new page creation event. OnNewPageReadyListener Listens for return of a NewPage instance to the editor. NewPageFactory Interface definition of a factory that returns NewPage instances.