Package org.verapdf.model.selayer
Interface SETable
-
- All Superinterfaces:
Object,PDObject,PDStructElem
public interface SETable extends PDStructElem
structure element
-
-
Method Summary
All Methods Instance Methods Abstract 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 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
-
-
-
-
Method Detail
-
getuseHeadersAndIdOrScope
Boolean getuseHeadersAndIdOrScope()
and structure elements of type TH don't have a Scope attribute
-
getcolumnSpan
Long getcolumnSpan()
column span of the table
-
getrowSpan
Long getrowSpan()
row span of the table
-
getnumberOfRowWithWrongColumnSpan
Long getnumberOfRowWithWrongColumnSpan()
number of row with wrong column span
-
getnumberOfColumnWithWrongRowSpan
Long getnumberOfColumnWithWrongRowSpan()
number of column with wrong row span
-
getwrongColumnSpan
Long getwrongColumnSpan()
column span of row, which number contains property numberOfRowWithWrongColumnSpan
-
-