Package org.verapdf.model.coslayer
Interface CosIndirect
-
- All Known Implementing Classes:
GFCosIndirect
public interface CosIndirect extends CosObject
PDF Indirect object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetspacingCompliesPDFA()true if the spacings around object number, generation number, keywords 'obj' and 'endobj' comply to PDF/A standard-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
getspacingCompliesPDFA
Boolean getspacingCompliesPDFA()
true if the spacings around object number, generation number, keywords 'obj' and 'endobj' comply to PDF/A standard
-
-