Package org.verapdf.model.selayer
Interface SEContentItem
- All Superinterfaces:
Object
- All Known Subinterfaces:
SEGroupedContent,SEImageItem,SEImageXObjectItem,SEInlineImageItem,SELineArtItem,SEMarkedContent,SEShadingItem,SESimpleContentItem,SETextItem,SEUnmarkedContent
- All Known Implementing Classes:
GFSEContentItem,GFSEGroupedContent,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 TypeMethodDescriptionvalue of the ActualText entrygetAlt()value of the Alt entrytrue if this content item is contained in an Artifact structure element (directly or indirectly)true if this content item is contained in appearance stream of the widget annotation associated with a interactive field of type 'Signature'true, if parent struct element is a part of the structure treeampersand separated list of tags, associated with parents marked content sequences (first operand of the BMC/BDC operators)standard type of the parent structure element for parent marked content sequence (if it is a part of the structure tree), null, if it is not a part of the structure treeobject key of parent struct elementtype of the parent structure element for parent marked content sequenceMethods 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()type of the parent structure element for parent marked content sequence -
getisTaggedContent
Boolean getisTaggedContent()true, if parent struct element is a part of the structure tree -
getparentStructureElementObjectKey
String getparentStructureElementObjectKey()object key of parent struct element -
getparentStandardTag
String getparentStandardTag()standard type of the parent structure element for parent marked content sequence (if it is a part of the structure tree), null, if it is not a part of the structure tree -
getActualText
String getActualText()value of the ActualText entry -
getAlt
String getAlt()value of the Alt entry -
getisSignature
Boolean getisSignature()true if this content item is contained in appearance stream of the widget annotation associated with a interactive field of type 'Signature' -
getisArtifact
Boolean getisArtifact()true if this content item is contained in an Artifact structure element (directly or indirectly)
-