Class GFSESimpleContentItem
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.gfse.GFSEContentItem
org.verapdf.gf.model.impl.pd.gfse.GFSESimpleContentItem
- All Implemented Interfaces:
Object,SEContentItem,SESimpleContentItem
- Direct Known Subclasses:
GFSEImageItem,GFSELineArtItem,GFSEShadingItem,GFSETextItem
- Author:
- Maxim Plushchov
-
Field Summary
Fields inherited from class org.verapdf.gf.model.impl.pd.gfse.GFSEContentItem
CONTENT_ITEM, parentMarkedContentOperator, parentMCID, parentsTags, parentStructElemFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
ConstructorsConstructorDescriptionGFSESimpleContentItem(String objectType, COSObject parentStructElem, String parentsTags) GFSESimpleContentItem(String objectType, GFOpMarkedContent parentMarkedContentOperator, COSObject parentStructElem, String parentsTags) -
Method Summary
Modifier and TypeMethodDescriptionvalue of the ActualText entrytrue 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)type of this content item ('text', 'image', 'lineart' or 'shading')Methods inherited from class org.verapdf.gf.model.impl.pd.gfse.GFSEContentItem
getExtraContext, getisArtifact, getLinkedObjects, getparentsTags, getparentStandardTag, getparentStructureTag, hasParentWithStandardTypeMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getID, 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, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.selayer.SEContentItem
getisArtifact, getparentsTags, getparentStandardTag, getparentStructureTag
-
Constructor Details
-
GFSESimpleContentItem
-
GFSESimpleContentItem
public GFSESimpleContentItem(String objectType, GFOpMarkedContent parentMarkedContentOperator, COSObject parentStructElem, String parentsTags)
-
-
Method Details
-
getActualText
Description copied from interface:SEContentItemvalue of the ActualText entry- Specified by:
getActualTextin interfaceSEContentItem- Overrides:
getActualTextin classGFSEContentItem
-
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
-