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
-
Field Summary
Fields inherited from class org.verapdf.gf.model.impl.pd.GFPDStructElem
ACTUAL_TEXT, CHILDREN, LANG, STRUCTURE_ELEMENT_TYPE, STRUCTURE_TYPEFields 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
ConstructorsConstructorDescriptionGFSETableCell(PDStructElem structElemDictionary, String standardType, String type) -
Method Summary
Modifier and TypeMethodDescriptionvalue of /ColSpan entryinttrue, if this cell contains intersection(s) with other cell(s)intvalue 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, getvalueSMethods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getIDMethods 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
getentriesMethods inherited from interface org.verapdf.model.pdlayer.PDStructElem
getActualText, getAlt, getcircularMappingExist, getE, gethasContentItems, getisRemappedStandardType, getkidsStandardTypes, getparentLang, getparentStandardType, getstandardType, getType, getvalueS
-
Constructor Details
-
GFSETableCell
-
-
Method Details
-
getColSpan
Description copied from interface:SETableCellvalue of /ColSpan entry- Specified by:
getColSpanin interfaceSETableCell
-
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
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)
-