Package org.verapdf.pd
Class PDCatalog
- java.lang.Object
-
- org.verapdf.pd.PDObject
-
- org.verapdf.pd.PDCatalog
-
public class PDCatalog extends PDObject
- Author:
- Timur Kamalov
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PDAcroFormgetAcroForm()PDCatalogAdditionalActionsgetAdditionalActions()PDMetadatagetMetadata()PDNamesDictionarygetNamesDictionary()PDOptionalContentPropertiesgetOCProperties()PDActiongetOpenAction()PDOutlineDictionarygetOutlines()List<PDOutputIntent>getOutputIntents()PageLabelsgetPageLabels()PDPageTreegetPageTree()PDStructTreeRootgetStructTreeRoot()-
Methods inherited from class org.verapdf.pd.PDObject
clear, empty, getBooleanKey, getIntegerKey, getKey, getNameKey, getObject, getRealKey, getStringKey, knownKey, removeKey, setBooleanKey, setIntegerKey, setKey, setNameKey, setObject, setObject, setStringKey, updateFromObject, updateToObject
-
-
-
-
Constructor Detail
-
PDCatalog
public PDCatalog()
-
PDCatalog
public PDCatalog(COSObject object)
-
-
Method Detail
-
getPageTree
public PDPageTree getPageTree()
-
getMetadata
public PDMetadata getMetadata()
-
getStructTreeRoot
public PDStructTreeRoot getStructTreeRoot()
-
getOutputIntents
public List<PDOutputIntent> getOutputIntents()
-
getOCProperties
public PDOptionalContentProperties getOCProperties()
-
getOutlines
public PDOutlineDictionary getOutlines()
-
getOpenAction
public PDAction getOpenAction()
-
getAdditionalActions
public PDCatalogAdditionalActions getAdditionalActions()
-
getAcroForm
public PDAcroForm getAcroForm()
-
getNamesDictionary
public PDNamesDictionary getNamesDictionary()
-
getPageLabels
public PageLabels getPageLabels()
-
-