Class GFSESimpleContentItem
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.gfse.contents.GFSEContentItem
org.verapdf.gf.model.impl.pd.gfse.contents.GFSESimpleContentItem
- All Implemented Interfaces:
Object,SEContentItem,SESimpleContentItem
- Direct Known Subclasses:
GFSEImageItem,GFSELineArtItem,GFSEShadingItem,GFSETextItem
- Author:
- Maxim Plushchov
-
Field Summary
FieldsFields inherited from class org.verapdf.gf.model.impl.pd.gfse.contents.GFSEContentItem
CONTENT_ITEMFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
Constructors -
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 a Figure structure element (directly or indirectly)true if this content item is contained in a Formula 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 treeabstract Stringtype of this content item ('text', 'image', 'lineart' or 'shading')ampersand 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 class org.verapdf.model.GenericModelObject
getContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Field Details
-
groupedContent
-
-
Constructor Details
-
GFSESimpleContentItem
-
-
Method Details
-
getitemType
Description copied from interface:SESimpleContentItemtype of this content item ('text', 'image', 'lineart' or 'shading')- Specified by:
getitemTypein interfaceSESimpleContentItem
-
getisFigure
Description copied from interface:SESimpleContentItemtrue if this content item is contained in a Figure structure element (directly or indirectly)- Specified by:
getisFigurein interfaceSESimpleContentItem
-
getisFormula
Description copied from interface:SESimpleContentItemtrue if this content item is contained in a Formula structure element (directly or indirectly)- Specified by:
getisFormulain interfaceSESimpleContentItem
-
getisArtifact
Description copied from interface:SEContentItemtrue if this content item is contained in an Artifact structure element (directly or indirectly)- Specified by:
getisArtifactin interfaceSEContentItem
-
getparentsTags
Description copied from interface:SEContentItemampersand separated list of tags, associated with parents marked content sequences (first operand of the BMC/BDC operators)- Specified by:
getparentsTagsin interfaceSEContentItem
-
getparentStructureTag
Description copied from interface:SEContentItemtype of the parent structure element for parent marked content sequence- Specified by:
getparentStructureTagin interfaceSEContentItem
-
getparentStandardTag
Description copied from interface:SEContentItemstandard 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:
getparentStandardTagin interfaceSEContentItem
-
getisSignature
Description copied from interface:SEContentItemtrue if this content item is contained in appearance stream of the widget annotation associated with a interactive field of type 'Signature'- Specified by:
getisSignaturein interfaceSEContentItem
-
getActualText
Description copied from interface:SEContentItemvalue of the ActualText entry- Specified by:
getActualTextin interfaceSEContentItem
-
getAlt
Description copied from interface:SEContentItemvalue of the Alt entry- Specified by:
getAltin interfaceSEContentItem
-
getisTaggedContent
Description copied from interface:SEContentItemtrue, if parent struct element is a part of the structure tree- Specified by:
getisTaggedContentin interfaceSEContentItem
-
getparentStructureElementObjectKey
Description copied from interface:SEContentItemobject key of parent struct element- Specified by:
getparentStructureElementObjectKeyin interfaceSEContentItem
-
getExtraContext
- Specified by:
getExtraContextin interfaceObject- Overrides:
getExtraContextin classGenericModelObject- Returns:
- extra context of the current object
-