Class GFSETable
- 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.GFSETable
-
- All Implemented Interfaces:
Object,PDObject,PDStructElem,SETable
public class GFSETable extends GFPDStructElem implements SETable
-
-
Field Summary
Fields Modifier and Type Field Description static StringTABLE_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 GFSETable(PDStructElem structElemDictionary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetcolumnSpan()column span of the tableLonggetnumberOfColumnWithWrongRowSpan()number of column with wrong row spanLonggetnumberOfRowWithWrongColumnSpan()number of row with wrong column spanLonggetrowSpan()row span of the tableBooleangetuseHeadersAndIdOrScope()and structure elements of type TH don't have a Scope attributeLonggetwrongColumnSpan()column span of row, which number contains property numberOfRowWithWrongColumnSpan-
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, 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, 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
-
TABLE_STRUCTURE_ELEMENT_TYPE
public static final String TABLE_STRUCTURE_ELEMENT_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFSETable
public GFSETable(PDStructElem structElemDictionary)
-
-
Method Detail
-
getuseHeadersAndIdOrScope
public Boolean getuseHeadersAndIdOrScope()
Description copied from interface:SETableand structure elements of type TH don't have a Scope attribute- Specified by:
getuseHeadersAndIdOrScopein interfaceSETable
-
getcolumnSpan
public Long getcolumnSpan()
Description copied from interface:SETablecolumn span of the table- Specified by:
getcolumnSpanin interfaceSETable
-
getrowSpan
public Long getrowSpan()
Description copied from interface:SETablerow span of the table- Specified by:
getrowSpanin interfaceSETable
-
getnumberOfRowWithWrongColumnSpan
public Long getnumberOfRowWithWrongColumnSpan()
Description copied from interface:SETablenumber of row with wrong column span- Specified by:
getnumberOfRowWithWrongColumnSpanin interfaceSETable
-
getnumberOfColumnWithWrongRowSpan
public Long getnumberOfColumnWithWrongRowSpan()
Description copied from interface:SETablenumber of column with wrong row span- Specified by:
getnumberOfColumnWithWrongRowSpanin interfaceSETable
-
getwrongColumnSpan
public Long getwrongColumnSpan()
Description copied from interface:SETablecolumn span of row, which number contains property numberOfRowWithWrongColumnSpan- Specified by:
getwrongColumnSpanin interfaceSETable
-
-