Package org.verapdf.model.coslayer
Interface CosFileSpecification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAFRelationship()the relationship between the component of the PDF document that refers to this file specification and the associated file (/AFRelationship key)BooleangetcontainsEF()true if the file specification dictionary contains EF keyStringgetF()a file specification string (F key)BooleangetisAssociatedFile()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 elementStringgetUF()a unicode file specification (UF key)-
Methods inherited from interface org.verapdf.model.coslayer.CosDict
getkeysString, getsize
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
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
-
-