java.lang.Object
org.verapdf.wcag.algorithms.entities.BaseObject
org.verapdf.wcag.algorithms.entities.tables.tableBorders.TableBorderCell
All Implemented Interfaces:
IObject

public class TableBorderCell extends BaseObject
  • Field Details

    • rowNumber

      protected int rowNumber
    • colNumber

      protected int colNumber
    • rowSpan

      protected int rowSpan
    • colSpan

      protected int colSpan
  • Constructor Details

    • TableBorderCell

      public TableBorderCell(int rowNumber, int colNumber, int rowSpan, int colSpan, Long id)
    • TableBorderCell

      public TableBorderCell(INode node, int rowNumber, int colNumber)
  • Method Details

    • addContent

      public void addContent(TableToken token)
    • getContent

      public List<TableToken> getContent()
    • getSemanticType

      public SemanticType getSemanticType()
    • setSemanticType

      public void setSemanticType(SemanticType semanticType)
    • getNode

      public INode getNode()
    • setNode

      public void setNode(INode node)
    • getColNumber

      public int getColNumber()
    • getRowNumber

      public int getRowNumber()
    • getRowSpan

      public int getRowSpan()
    • getColSpan

      public int getColSpan()
    • getContentBoundingBox

      public BoundingBox getContentBoundingBox()