Package org.verapdf.model.selayer
Interface SEContentItem
- All Superinterfaces:
Object
- All Known Subinterfaces:
SEImageItem,SEImageXObjectItem,SEInlineImageItem,SELineArtItem,SEMarkedContent,SEShadingItem,SESimpleContentItem,SETextItem,SEUnmarkedContent
- All Known Implementing Classes:
GFSEContentItem,GFSEImageItem,GFSEImageXObjectItem,GFSEInlineImageItem,GFSELineArtItem,GFSEMarkedContent,GFSEShadingItem,GFSESimpleContentItem,GFSETextItem,GFSEUnmarkedContent
a content item such as text, image, lineart, shading or a form
-
Method Summary
Modifier and TypeMethodDescriptionampersand separated list of tags, associated with parents marked content sequences (first operand of the BMC/BDC operators)(if it is a part of the structure tree), null, if it is not a part of the structure treenull, if it is not a part of the structure treeMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Method Details
-
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
-