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
public class GFPDOCConfig extends GFPDObject implements PDOCConfig
- Author:
- Timur Kamalov
-
-
Field Summary
Fields Modifier and Type Field Description static StringEVENT_KEYstatic LoggerLOGGERstatic StringOC_CONFIG_TYPE-
Fields inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
contentStream, document, id, MAX_NUMBER_OF_ELEMENTS, pdcMap, pdFont, simpleCOSObject, simplePDObject
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFPDOCConfig(PDObject simplePDObject)GFPDOCConfig(PDObject simplePDObject, List<String> groupNames, boolean duplicateName)
-
Method Summary
All Methods Instance Methods Concrete 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 dictionariesBooleangethasDuplicateName()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)StringgetOCGsNotContainedInOrder()comma separated list of all optional content groups in the document, which the Order array does not contain references to-
Methods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getID
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
-
-
-
Field Detail
-
LOGGER
public static final Logger LOGGER
-
OC_CONFIG_TYPE
public static final String OC_CONFIG_TYPE
- See Also:
- Constant Field Values
-
EVENT_KEY
public static final String EVENT_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAS
public String getAS()
Description copied from interface:PDOCConfigif 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
public String 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
public Boolean 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
public String getName()
Description copied from interface:PDOCConfigname of the configuration (/Name entry in the optional content configuration dictionary)- Specified by:
getNamein interfacePDOCConfig
-
-