Package org.verapdf.model.selayer
Interface SEMarkedContent
- All Superinterfaces:
Object,SEContentItem,SEGroupedContent
content sequence marked via BMC/BDC and EMC operators
-
Method Summary
Modifier and TypeMethodDescriptiongetE()type of the parent structure element for this marked content sequence (if it is a part of the structure tree) value of the E entrythe value of Lang determined using inheritance rules from ISO 32000-1getLang()value of the Lang entrygettag()tag associated with this marked content sequence (first operand of the BMC/BDC operators)Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.selayer.SEContentItem
getActualText, getAlt, getisArtifact, getisSignature, getisTaggedContent, getparentsTags, getparentStandardTag, getparentStructureElementObjectKey, getparentStructureTag
-
Method Details
-
gettag
String gettag()tag associated with this marked content sequence (first operand of the BMC/BDC operators) -
getE
String getE()type of the parent structure element for this marked content sequence (if it is a part of the structure tree) value of the E entry -
getLang
String getLang()value of the Lang entry -
getinheritedLang
String getinheritedLang()the value of Lang determined using inheritance rules from ISO 32000-1
-