Package org.verapdf.model.selayer
Interface SEFENote
- All Superinterfaces:
Object,PDObject,PDStructElem,PDStructTreeNode
-
Method Summary
Modifier and TypeMethodDescriptioncomma separated list of object numbers that are present in the Ref entry of a given FENote, while these structure elements do not reference this FENotevalue of the NoteType attributecomma separated list of object numbers that are missing in the Ref entry of a given FENoteMethods 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
-
getNoteType
String getNoteType()value of the NoteType attribute -
getorphanRefs
String getorphanRefs()comma separated list of object numbers that are missing in the Ref entry of a given FENote -
getghostRefs
String getghostRefs()comma separated list of object numbers that are present in the Ref entry of a given FENote, while these structure elements do not reference this FENote
-