Package org.verapdf.model.xmplayer
Interface PDFAIdentification
- All Known Implementing Classes:
AXLPDFAIdentification
-
Method Summary
Modifier and TypeMethodDescriptionnamespace prefix for the ‘amd’ property from PDF/A Identification schemavalue of ‘conformance’ property from PDF/A Identification schemanamespace prefix for the ‘conformance’ property from PDF/A Identification schemanamespace prefix for the ‘corr’ property from PDF/A Identification schemagetpart()
value of ‘part’ property from PDF/A Identification schemanamespace prefix for the ‘part’ property from PDF/A Identification schemagetrev()
string value of ‘rev’ property from PDF/A Identification schemanamespace prefix for the ‘rev’ property from PDF/A Identification schemaMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Method Details
-
getpart
Long getpart()value of ‘part’ property from PDF/A Identification schema -
getconformance
String getconformance()value of ‘conformance’ property from PDF/A Identification schema -
getrev
String getrev()string value of ‘rev’ property from PDF/A Identification schema -
getpartPrefix
String getpartPrefix()namespace prefix for the ‘part’ property from PDF/A Identification schema -
getconformancePrefix
String getconformancePrefix()namespace prefix for the ‘conformance’ property from PDF/A Identification schema -
getamdPrefix
String getamdPrefix()namespace prefix for the ‘amd’ property from PDF/A Identification schema -
getcorrPrefix
String getcorrPrefix()namespace prefix for the ‘corr’ property from PDF/A Identification schema -
getrevPrefix
String getrevPrefix()namespace prefix for the ‘rev’ property from PDF/A Identification schema
-