Class GFSETable
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.GFPDObject
org.verapdf.gf.model.impl.pd.GFPDStructTreeNode
org.verapdf.gf.model.impl.pd.GFPDStructElem
org.verapdf.gf.model.impl.pd.gfse.GFSETable
- All Implemented Interfaces:
Object,PDObject,PDStructElem,PDStructTreeNode,SETable
-
Field Summary
FieldsFields inherited from class org.verapdf.gf.model.impl.pd.GFPDStructElem
ACTUAL_TEXT, ALT, LANG, STRUCTURE_ELEMENT_TYPE, STRUCTURE_TYPEFields inherited from class org.verapdf.gf.model.impl.pd.GFPDStructTreeNode
CHILDRENFields inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
contentStream, document, id, MAX_NUMBER_OF_ELEMENTS, pdcMap, pdFont, simpleCOSObject, simplePDObjectFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolumn span of the tablenumber of column with wrong row spannumber of row with wrong column spanrow span of the tablefalse, if the table's structure is not determinable via Headers and IDs, and structure elements of type TH don't have a Scope attributecolumn span of row, which number contains property numberOfRowWithWrongColumnSpanMethods inherited from class org.verapdf.gf.model.impl.pd.GFPDStructElem
getActualText, getAlt, getcircularMappingExist, getcontainsParent, getE, getLinkedObjects, getparentLang, getparentStandardType, getremappedStandardType, getroleMapToSameNamespaceTag, getstandardType, getStandardTypeNamespaceURL, getvalueSMethods inherited from class org.verapdf.gf.model.impl.pd.GFPDStructTreeNode
getChildrenStandardTypes, gethasContentItems, getkidsStandardTypes, getStructuralSignificanceChildrenMethods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getID, getobjectKeyMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, 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.pdlayer.PDObject
getentries, getobjectKeyMethods inherited from interface org.verapdf.model.pdlayer.PDStructElem
getActualText, getAlt, getcircularMappingExist, getcontainsParent, getE, getparentLang, getparentStandardType, getremappedStandardType, getroleMapToSameNamespaceTag, getstandardType, getvalueSMethods inherited from interface org.verapdf.model.pdlayer.PDStructTreeNode
gethasContentItems, getkidsStandardTypes
-
Field Details
-
TABLE_STRUCTURE_ELEMENT_TYPE
- See Also:
-
-
Constructor Details
-
GFSETable
-
-
Method Details
-
getuseHeadersAndIdOrScope
Description copied from interface:SETablefalse, if the table's structure is not determinable via Headers and IDs, and structure elements of type TH don't have a Scope attribute- Specified by:
getuseHeadersAndIdOrScopein interfaceSETable
-
getcolumnSpan
Description copied from interface:SETablecolumn span of the table- Specified by:
getcolumnSpanin interfaceSETable
-
getrowSpan
Description copied from interface:SETablerow span of the table- Specified by:
getrowSpanin interfaceSETable
-
getnumberOfRowWithWrongColumnSpan
Description copied from interface:SETablenumber of row with wrong column span- Specified by:
getnumberOfRowWithWrongColumnSpanin interfaceSETable
-
getnumberOfColumnWithWrongRowSpan
Description copied from interface:SETablenumber of column with wrong row span- Specified by:
getnumberOfColumnWithWrongRowSpanin interfaceSETable
-
getwrongColumnSpan
Description copied from interface:SETablecolumn span of row, which number contains property numberOfRowWithWrongColumnSpan- Specified by:
getwrongColumnSpanin interfaceSETable
-