Package org.verapdf.model.pdlayer
Interface PDOCConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAS()if this key is present, the property contain the space-concatenated values of the Event entries if all Usage Application dictionariesBooleangetdoesOrderContainAllOCGs()true if the Order array contains references to all optional content groups in the documentBooleangethasDuplicateName()true if the name of this config has already been found in the default config or in one of the optional configsStringgetName()name of the configuration (/Name entry in the optional content configuration dictionary)-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
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
-
getdoesOrderContainAllOCGs
Boolean getdoesOrderContainAllOCGs()
true if the Order array contains references to all optional content groups in the document
-
-