Class GFSEHn
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.pd.GFPDObject
-
- org.verapdf.gf.model.impl.pd.GFPDStructElem
-
- org.verapdf.gf.model.impl.pd.gfse.GFSEHn
-
- All Implemented Interfaces:
Object,PDObject,PDStructElem,SEHn
public class GFSEHn extends GFPDStructElem implements SEHn
-
-
Field Summary
Fields Modifier and Type Field Description static StringHN_STRUCTURE_ELEMENT_TYPE-
Fields inherited from class org.verapdf.gf.model.impl.pd.GFPDStructElem
ACTUAL_TEXT, CHILDREN, LANG, STRUCTURE_ELEMENT_TYPE, STRUCTURE_TYPE
-
Fields inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
contentStream, document, id, MAX_NUMBER_OF_ELEMENTS, pdcMap, pdFont, simpleCOSObject, simplePDObject
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFSEHn(PDStructElem structElemDictionary, String standardType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangethasCorrectNestingLevel()false if first heading tag is not H1 or numbered heading levels are skippedLonggetnestingLevel()nesting level of this heading-
Methods inherited from class org.verapdf.gf.model.impl.pd.GFPDStructElem
getActualText, getAlt, getChildren, getcircularMappingExist, getE, gethasContentItems, getisRemappedStandardType, getkidsStandardTypes, getLinkedObjects, getparentLang, getparentStandardType, getstandardType, getType, getvalueS
-
Methods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getID
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, geterrorCodes, getErrorCodes, getExtraContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, geterrorCodes, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
Methods inherited from interface org.verapdf.model.pdlayer.PDStructElem
getActualText, getAlt, getcircularMappingExist, getE, gethasContentItems, getisRemappedStandardType, getkidsStandardTypes, getparentLang, getparentStandardType, getstandardType, getType, getvalueS
-
-
-
-
Field Detail
-
HN_STRUCTURE_ELEMENT_TYPE
public static final String HN_STRUCTURE_ELEMENT_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFSEHn
public GFSEHn(PDStructElem structElemDictionary, String standardType)
-
-
Method Detail
-
gethasCorrectNestingLevel
public Boolean gethasCorrectNestingLevel()
Description copied from interface:SEHnfalse if first heading tag is not H1 or numbered heading levels are skipped- Specified by:
gethasCorrectNestingLevelin interfaceSEHn
-
getnestingLevel
public Long getnestingLevel()
Description copied from interface:SEHnnesting level of this heading- Specified by:
getnestingLevelin interfaceSEHn
-
-