Package org.verapdf.model.coslayer
Interface CosFileSpecification
- All Known Implementing Classes:
GFCosFileSpecification
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 Desc keytrue 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 elementtrue if the file specification dictionary is present in the EmbeddedFiles name treegetUF()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 -
getcontainsDesc
Boolean getcontainsDesc()true if the file specification dictionary contains Desc 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 -
getpresentInEmbeddedFiles
Boolean getpresentInEmbeddedFiles()true if the file specification dictionary is present in the EmbeddedFiles name tree
-