Package org.verapdf.model.coslayer
Interface CosFileSpecification
File specification dictionary
-
Method Summary
Modifier and TypeMethodDescriptionthe relationship between the component of the PDF document that refers to this file specification and the associated file (/AFRelationship key)true if the file specification dictionary contains EF keygetF()a file specification string (F key)true if the file specification dictionary is associated (=referenced by the /AF key) with at least one of the following objects: catalog, page, XObject, annotation or structure elementgetUF()a unicode file specification (UF key)Methods inherited from interface org.verapdf.model.coslayer.CosDict
getkeysString, getsizeMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Method Details
-
getcontainsEF
Boolean getcontainsEF()true if the file specification dictionary contains EF key -
getF
String getF()a file specification string (F key) -
getUF
String getUF()a unicode file specification (UF key) -
getAFRelationship
String getAFRelationship()the relationship between the component of the PDF document that refers to this file specification and the associated file (/AFRelationship key) -
getisAssociatedFile
Boolean getisAssociatedFile()true if the file specification dictionary is associated (=referenced by the /AF key) with at least one of the following objects: catalog, page, XObject, annotation or structure element
-