Package org.verapdf.gf.model.impl.cos
Class GFCosTrailer
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.cos.GFCosObject
org.verapdf.gf.model.impl.cos.GFCosDict
org.verapdf.gf.model.impl.cos.GFCosTrailer
- All Implemented Interfaces:
Object,CosDict,CosObject,CosTrailer
- Author:
- Timur Kamalov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringType name for GFCosTrailerstatic final Stringstatic final StringFields inherited from class org.verapdf.gf.model.impl.cos.GFCosDict
COS_DICT_TYPE, KEYS, METADATA, VALUESFields inherited from class org.verapdf.gf.model.impl.cos.GFCosObject
baseObject, cosDocument, MAX_NUMBER_OF_ELEMENTSFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontrue if the document is encryptedgetLinkedObjects(String link) Methods inherited from class org.verapdf.gf.model.impl.cos.GFCosDict
getkeysString, getsizeMethods inherited from class org.verapdf.gf.model.impl.cos.GFCosObject
getFromValueMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, 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.coslayer.CosDict
getkeysString, getsizeMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Field Details
-
COS_TRAILER_TYPE
Type name for GFCosTrailer- See Also:
-
CATALOG
- See Also:
-
ENCRYPT
- See Also:
-
INFO
- See Also:
-
-
Constructor Details
-
GFCosTrailer
Default constructor- Parameters:
dictionary- greenfield COSDictionary
-
-
Method Details
-
getisEncrypted
Description copied from interface:CosTrailertrue if the document is encrypted- Specified by:
getisEncryptedin interfaceCosTrailer- Returns:
- true if the current document is encrypted
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGFCosDict- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-