Class GFSESimpleContentItem

All Implemented Interfaces:
Object, SEContentItem, SESimpleContentItem
Direct Known Subclasses:
GFSEImageItem, GFSELineArtItem, GFSEShadingItem, GFSETextItem

public abstract class GFSESimpleContentItem extends GFSEContentItem implements SESimpleContentItem
Author:
Maxim Plushchov
  • Field Details

  • Constructor Details

  • Method Details

    • getitemType

      public abstract String getitemType()
      Description copied from interface: SESimpleContentItem
      type of this content item ('text', 'image', 'lineart' or 'shading')
      Specified by:
      getitemType in interface SESimpleContentItem
    • getisFigure

      public Boolean getisFigure()
      Description copied from interface: SESimpleContentItem
      true if this content item is contained in a Figure structure element (directly or indirectly)
      Specified by:
      getisFigure in interface SESimpleContentItem
    • getisFormula

      public Boolean getisFormula()
      Description copied from interface: SESimpleContentItem
      true if this content item is contained in a Formula structure element (directly or indirectly)
      Specified by:
      getisFormula in interface SESimpleContentItem
    • getisArtifact

      public Boolean getisArtifact()
      Description copied from interface: SEContentItem
      true if this content item is contained in an Artifact structure element (directly or indirectly)
      Specified by:
      getisArtifact in interface SEContentItem
    • getparentsTags

      public String getparentsTags()
      Description copied from interface: SEContentItem
      ampersand separated list of tags, associated with parents marked content sequences (first operand of the BMC/BDC operators)
      Specified by:
      getparentsTags in interface SEContentItem
    • getparentStructureTag

      public String getparentStructureTag()
      Description copied from interface: SEContentItem
      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
      Specified by:
      getparentStructureTag in interface SEContentItem
    • getparentStandardTag

      public String getparentStandardTag()
      Description copied from interface: SEContentItem
      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
      Specified by:
      getparentStandardTag in interface SEContentItem
    • getisSignature

      public Boolean getisSignature()
      Description copied from interface: SEContentItem
      true if this content item is contained in appearance stream of the widget annotation associated with a interactive field of type 'Signature'
      Specified by:
      getisSignature in interface SEContentItem
    • getActualText

      public String getActualText()
      Description copied from interface: SEContentItem
      value of the ActualText entry
      Specified by:
      getActualText in interface SEContentItem
    • getAlt

      public String getAlt()
      Description copied from interface: SEContentItem
      value of the Alt entry
      Specified by:
      getAlt in interface SEContentItem
    • getExtraContext

      public String getExtraContext()
      Specified by:
      getExtraContext in interface Object
      Overrides:
      getExtraContext in class GenericModelObject
      Returns:
      extra context of the current object