Class TableCell


  • public final class TableCell
    extends Range
    • Constructor Detail

      • TableCell

        public TableCell​(int startIdxInclusive,
                         int endIdxExclusive,
                         TableRow parent,
                         int levelNum,
                         TableCellDescriptor tcd,
                         int leftEdge,
                         int width)
    • Method Detail

      • isFirstMerged

        public boolean isFirstMerged()
      • isMerged

        public boolean isMerged()
      • isVertical

        public boolean isVertical()
      • isBackward

        public boolean isBackward()
      • isRotateFont

        public boolean isRotateFont()
      • isVerticallyMerged

        public boolean isVerticallyMerged()
      • isFirstVerticallyMerged

        public boolean isFirstVerticallyMerged()
      • getVertAlign

        public byte getVertAlign()
      • getLeftEdge

        public int getLeftEdge()
      • getWidth

        public int getWidth()
      • getDescriptor

        public TableCellDescriptor getDescriptor()
        Returns the TableCellDescriptor for this cell.