Class PdfPTable.ColumnMeasurementState

  • Enclosing class:
    PdfPTable

    public static class PdfPTable.ColumnMeasurementState
    extends Object
    Since:
    iText 5.4.3
    • Field Detail

      • height

        public float height
      • rowspan

        public int rowspan
      • colspan

        public int colspan
    • Constructor Detail

      • ColumnMeasurementState

        public ColumnMeasurementState()
    • Method Detail

      • beginCell

        public void beginCell​(PdfPCell cell,
                              float completedRowsHeight,
                              float rowHeight)
      • consumeRowspan

        public void consumeRowspan​(float completedRowsHeight,
                                   float rowHeight)
      • cellEnds

        public boolean cellEnds()