Package org.verapdf.model.selayer
Interface SEMarkedContent
- All Superinterfaces:
Object,SEContentItem
content sequence marked via BMC/BDC and EMC operators
-
Method Summary
Modifier and TypeMethodDescriptionvalue of the ActualText entrygetAlt()value of the Alt entrygetE()value of the E entrythe value of Lang determined using inheritance rules from ISO 32000-1null, if it is not a part of the structure treegettag()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
getparentsTags, getparentStandardTag, getparentStructureTag
-
Method Details
-
gettag
String gettag()tag associated with this marked content sequence (first operand of the BMC/BDC operators) -
getstructureTag
String getstructureTag()null, if it is not a part of the structure tree -
getE
String getE()value of the E entry -
getAlt
String getAlt()value of the Alt entry -
getActualText
String getActualText()value of the ActualText entry -
getinheritedLang
String getinheritedLang()the value of Lang determined using inheritance rules from ISO 32000-1
-