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

public interface SEContentItem extends Object
a content item such as text, image, lineart, shading or a form
  • 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)