Package org.verapdf.model.selayer
Interface SEContentItem
-
- All Superinterfaces:
Object
- All Known Subinterfaces:
SEImageItem,SEImageXObjectItem,SEInlineImageItem,SELineArtItem,SEMarkedContent,SEShadingItem,SESimpleContentItem,SETextItem,SEUnmarkedContent
public interface SEContentItem extends Object
a content item such as text, image, lineart, shading or a form
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetparentsTags()ampersand separated list of tags, associated with parents marked content sequences (first operand of the BMC/BDC operators)StringgetparentStandardTag()(if it is a part of the structure tree), null, if it is not a part of the structure treeStringgetparentStructureTag()null, if it is not a part of the structure tree-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
getparentsTags
String getparentsTags()
ampersand separated list of tags, associated with parents marked content sequences (first operand of the BMC/BDC operators)
-
getparentStructureTag
String getparentStructureTag()
null, if it is not a part of the structure tree
-
getparentStandardTag
String getparentStandardTag()
(if it is a part of the structure tree), null, if it is not a part of the structure tree
-
-