Generated by
JDiff

Class com.itextpdf.kernel.pdf.PdfCatalog

Documentation changed from old to new.

Changed Constructors
PdfCatalog( PdfDictionary) Documentation changed from old to new.
Create PdfCatalog dictionary.
PdfCatalog( PdfDocument) Documentation changed from old to new.
Create PdfCatalog to PdfDocument.
 

Changed Methods
void  addDeveloperExtension( PdfDeveloperExtension) Documentation changed from old to new.
Add an extensions dictionary containing developer prefix identification and version numbers for developer extensions that occur in this document.
PdfDocument  getDocument() Documentation changed from old to new.
Get PdfDocument with indirect reference associated with the object.
PdfString  getLang() Documentation changed from old to new.
Get natural language.
PdfOCProperties  getOCProperties( boolean) Documentation changed from old to new.
Use this method to get the Optional Content Properties Dictionary.
PdfName  getPageLayout() Documentation changed from old to new.
Get page layout of the document.
PdfName  getPageMode() Documentation changed from old to new.
Get page mode of the document.
PdfViewerPreferences  getViewerPreferences() Documentation changed from old to new.
Get viewer preferences of the document.
PdfCatalog  put( PdfName, PdfObject ) Documentation changed from old to new.
Add key and value to PdfCatalog dictionary.
PdfCatalog  remove( PdfName) Documentation changed from old to new.
Remove key from catalog dictionary.
PdfCatalog  setAdditionalAction( PdfName, PdfAction ) Documentation changed from old to new.
The actions that shall be taken in response to various trigger events affecting the document as a whole.
PdfCatalog  setOpenAction( PdfAction) Documentation changed from old to new.
A value specifying an action that shall be performed when the document is opened.
PdfCatalog  setOpenAction( PdfDestination) Documentation changed from old to new.
A value specifying a destination that shall be displayed when the document is opened.
 

Changed Fields
Map  nameTrees Documentation changed from old to new.
Map of the PdfNameTree.
PdfOCProperties  ocProperties Documentation changed from old to new.
The document#s optional content properties dictionary.
PdfNumTree  pageLabels Documentation changed from old to new.
Defining the page labelling for the document.