| NewPageDialog.Callback | This listener interface needs to be implemented by any class that wishes to handle new page creation event. |
| NewPageFactory | Interface definition of a factory that returns NewPage instances. |
| NewPageFactory.OnNewPageReadyListener | Listens for return of a NewPage instance to the editor. |
| DialogNewPageFactory | A factory for creating new pages using the NewPageDialog. |
| NewPageDialog | Dialog for choosing properties for a newly created PDF page. |
| PageTemplate | Can be used with DialogNewPageFactory and NewPageDialog to provide additional
templates for the user to choose when creating new pages. |
| ValueNewPageFactory | A NewPageFactory that returns the same NewPage instance every time it is called. |