Class GFSETableCell
- 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.GFSETableCell
-
- All Implemented Interfaces:
Object,PDObject,PDStructElem,SETableCell
public class GFSETableCell extends GFPDStructElem implements SETableCell
-
-
Field Summary
-
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 GFSETableCell(PDStructElem structElemDictionary, String standardType, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetColSpan()value of /ColSpan entryintgetColumnNumber()BooleangethasIntersection()true, if this cell contains intersection(s) with other cell(s)intgetRowNumber()LonggetRowSpan()value of /RowSpan entryvoidsetColumnNumber(int columnNumber)voidsetHasIntersection(boolean hasIntersection)voidsetRowNumber(int rowNumber)-
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
-
-
-
-
Constructor Detail
-
GFSETableCell
public GFSETableCell(PDStructElem structElemDictionary, String standardType, String type)
-
-
Method Detail
-
getColSpan
public Long getColSpan()
Description copied from interface:SETableCellvalue of /ColSpan entry- Specified by:
getColSpanin interfaceSETableCell
-
getRowSpan
public Long getRowSpan()
Description copied from interface:SETableCellvalue of /RowSpan entry- Specified by:
getRowSpanin interfaceSETableCell
-
getRowNumber
public int getRowNumber()
-
setRowNumber
public void setRowNumber(int rowNumber)
-
getColumnNumber
public int getColumnNumber()
-
setColumnNumber
public void setColumnNumber(int columnNumber)
-
gethasIntersection
public Boolean gethasIntersection()
Description copied from interface:SETableCelltrue, if this cell contains intersection(s) with other cell(s)- Specified by:
gethasIntersectionin interfaceSETableCell
-
setHasIntersection
public void setHasIntersection(boolean hasIntersection)
-
-