Class TableCell

java.lang.Object
org.apache.poi.hwpf.usermodel.Range
org.apache.poi.hwpf.usermodel.TableCell

public final class TableCell extends Range
  • Constructor Details

    • TableCell

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

    • 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()
    • getBrcTop

      public BorderCode getBrcTop()
    • getBrcBottom

      public BorderCode getBrcBottom()
    • getBrcLeft

      public BorderCode getBrcLeft()
    • getBrcRight

      public BorderCode getBrcRight()
    • getLeftEdge

      public int getLeftEdge()
    • getWidth

      public int getWidth()
    • getDescriptor

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