Package org.verapdf.model.xmplayer
Interface PDFUAIdentification
-
Method Summary
Modifier and TypeMethodDescriptionnamespace prefix for the ‘amd’ property from PDF/UA Identification schemanamespace prefix for the ‘corr’ property from PDF/UA Identification schemagetpart()value of ‘part’ property from PDF/UA Identification schemanamespace prefix for the ‘part’ property from PDF/UA Identification schemagetrev()string value of ‘rev’ property from PDF/UA Identification schemanamespace prefix for the ‘rev’ property from PDF/UA 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/UA Identification schema -
getrev
String getrev()string value of ‘rev’ property from PDF/UA Identification schema -
getpartPrefix
String getpartPrefix()namespace prefix for the ‘part’ property from PDF/UA Identification schema -
getamdPrefix
String getamdPrefix()namespace prefix for the ‘amd’ property from PDF/UA Identification schema -
getcorrPrefix
String getcorrPrefix()namespace prefix for the ‘corr’ property from PDF/UA Identification schema -
getrevPrefix
String getrevPrefix()namespace prefix for the ‘rev’ property from PDF/UA Identification schema
-