Class PDFPagesTree
java.lang.Object
com.inductiveautomation.rm.base.RMListenerList
com.inductiveautomation.rm.base.RMObject
com.inductiveautomation.rm.pdf.writer.PDFPagesTree
- All Implemented Interfaces:
- RMPropertyChanger,- Cloneable
This class represents a pages tree in a PDF file.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdds a given page to this pages tree.getPage(int anIndex) Returns the PDF page at the given index.intReturns the number of pages.intReturns the index of the given page in this pages tree.voidTells all pages in this pages tree to resolve page references.voidwritePDF(RMPDFWriter aWriter) Writes this pages tree to the given PDF file.Methods inherited from class com.inductiveautomation.rm.base.RMObjectaddPropertyChangeListener, animUpdate, firePropertyChange, firePropertyChange, firePropertyChange, getPCEvent, removePropertyChangeListener, sendPropertyChange, toStringMethods inherited from class com.inductiveautomation.rm.base.RMListenerListaddListener, clone, getListener, getListenerCount, getListenerCount, getListenerList, getListeners, hasListeners, removeListener
- 
Constructor Details- 
PDFPagesTreeCreates a new pdf pages tree.
 
- 
- 
Method Details- 
getPageCountpublic int getPageCount()Returns the number of pages.
- 
getPageReturns the PDF page at the given index.
- 
addPageAdds a given page to this pages tree.
- 
indexOfReturns the index of the given page in this pages tree.
- 
resolvePageReferencespublic void resolvePageReferences()Tells all pages in this pages tree to resolve page references.
- 
writePDFWrites this pages tree to the given PDF file.
 
-