Package org.verapdf.gf.model.impl.pd
Class GFPDOCConfig
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.GFPDObject
org.verapdf.gf.model.impl.pd.GFPDOCConfig
- All Implemented Interfaces:
Object,PDObject,PDOCConfig
- Author:
- Timur Kamalov
-
Field Summary
FieldsFields inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
contentStream, document, id, MAX_NUMBER_OF_ELEMENTS, pdcMap, pdFont, simpleCOSObject, simplePDObjectFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
ConstructorsConstructorDescriptionGFPDOCConfig(PDObject simplePDObject) GFPDOCConfig(PDObject simplePDObject, List<String> groupNames, boolean duplicateName) -
Method Summary
Modifier and TypeMethodDescriptiongetAS()string representation of the /AS key (or null, if this key does not exist in the config dictionary) 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 class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getID, getobjectKeyMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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, getobjectKey
-
Field Details
-
LOGGER
-
OC_CONFIG_TYPE
- See Also:
-
EVENT_KEY
- See Also:
-
-
Constructor Details
-
GFPDOCConfig
-
GFPDOCConfig
-
-
Method Details
-
getAS
Description copied from interface:PDOCConfigstring representation of the /AS key (or null, if this key does not exist in the config dictionary) if this key is present, the property contain the space-concatenated values of the Event entries if all Usage Application dictionaries- Specified by:
getASin interfacePDOCConfig
-
getOCGsNotContainedInOrder
Description copied from interface:PDOCConfigcomma separated list of all optional content groups in the document, which the Order array does not contain references to- Specified by:
getOCGsNotContainedInOrderin interfacePDOCConfig
-
gethasDuplicateName
Description copied from interface:PDOCConfigtrue if the name of this config has already been found in the default config or in one of the optional configs- Specified by:
gethasDuplicateNamein interfacePDOCConfig
-
getName
Description copied from interface:PDOCConfigname of the configuration (/Name entry in the optional content configuration dictionary)- Specified by:
getNamein interfacePDOCConfig
-