Package org.verapdf.model.selayer
Interface SENonStandard
- All Superinterfaces:
Object,PDObject,PDStructElem,PDStructTreeNode
the structure element with no mapping to the standard PDF 1.7 or PDF 2.0 tag
-
Method Summary
Modifier and TypeMethodDescriptiontrue, if the struct elem has non-standard type, which is not mapped to a standard typeMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKeyMethods inherited from interface org.verapdf.model.pdlayer.PDStructElem
getActualText, getAlt, getcircularMappingExist, getcontainsParent, getE, getparentLang, getparentStandardType, getremappedStandardType, getroleMapToSameNamespaceTag, getstandardType, getvalueSMethods inherited from interface org.verapdf.model.pdlayer.PDStructTreeNode
gethasContentItems, getkidsStandardTypes
-
Method Details
-
getisNotMappedToStandardType
Boolean getisNotMappedToStandardType()true, if the struct elem has non-standard type, which is not mapped to a standard type
-