Package org.verapdf.model.coslayer
Interface CosXRef
- All Known Implementing Classes:
GFCosXRef
Cross reference table of the document
-
Method Summary
Modifier and TypeMethodDescriptiontrue if headers of all subsections of the cross reference table comply to PDF/A standardtrue if the 'xref' keyword and the following cross reference subsection header are separated by a single EOL markerMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Method Details
-
getsubsectionHeaderSpaceSeparated
Boolean getsubsectionHeaderSpaceSeparated()true if headers of all subsections of the cross reference table comply to PDF/A standard -
getxrefEOLMarkersComplyPDFA
Boolean getxrefEOLMarkersComplyPDFA()true if the 'xref' keyword and the following cross reference subsection header are separated by a single EOL marker
-