Class TableBorderCell


  • public class TableBorderCell
    extends Object
    • Field Detail

      • rowNumber

        public int rowNumber
      • colNumber

        public int colNumber
      • rowSpan

        public int rowSpan
      • colSpan

        public int colSpan
    • Constructor Detail

      • TableBorderCell

        public TableBorderCell​(int rowNumber,
                               int colNumber,
                               int rowSpan,
                               int colSpan)
    • Method Detail

      • setBoundingBox

        public void setBoundingBox​(BoundingBox boundingBox)
      • getTopY

        public double getTopY()
      • getBottomY

        public double getBottomY()
      • getLeftX

        public double getLeftX()
      • getRightX

        public double getRightX()
      • getWidth

        public double getWidth()
      • getHeight

        public double getHeight()
      • addContent

        public void addContent​(TableToken token)
      • setSemanticType

        public void setSemanticType​(SemanticType semanticType)
      • getNode

        public INode getNode()
      • setNode

        public void setNode​(INode node)