Package org.verapdf.model.pdlayer
Interface PDOCConfig
- All Known Implementing Classes:
GFPDOCConfig
-
Method Summary
Modifier and TypeMethodDescriptiongetAS()if this key is present, the property contain the space-concatenated values of the Event entries if all Usage Application dictionariestrue if the name of this config has already been found in the default config or in one of the optional configsgetName()name of the configuration (/Name entry in the optional content configuration dictionary)comma separated list of all optional content groups in the document, which the Order array does not contain references toMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
Method Details
-
getName
String getName()name of the configuration (/Name entry in the optional content configuration dictionary) -
gethasDuplicateName
Boolean gethasDuplicateName()true if the name of this config has already been found in the default config or in one of the optional configs -
getAS
String getAS()if this key is present, the property contain the space-concatenated values of the Event entries if all Usage Application dictionaries -
getOCGsNotContainedInOrder
String getOCGsNotContainedInOrder()comma separated list of all optional content groups in the document, which the Order array does not contain references to
-