Package org.verapdf.model.selayer
Interface SEMarkedContent
-
- All Superinterfaces:
Object,SEContentItem
- All Known Implementing Classes:
GFSEMarkedContent
public interface SEMarkedContent extends SEContentItem
content sequence marked via BMC/BDC and EMC operators
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetActualText()value of the ActualText entryStringgetAlt()value of the Alt entryStringgetE()value of the E entryStringgetinheritedLang()the value of Lang determined using inheritance rules from ISO 32000-1StringgetstructureTag()null, if it is not a part of the structure treeStringgettag()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, isContextDependent
-
Methods inherited from interface org.verapdf.model.selayer.SEContentItem
getparentsTags, getparentStandardTag, getparentStructureTag
-
-
-
-
Method Detail
-
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
-
-