Class PdfPTable.ColumnMeasurementState

  • Enclosing class:
    PdfPTable

    public static class PdfPTable.ColumnMeasurementState
    extends java.lang.Object
    Since:
    iText 5.4.3
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int colspan  
      float height  
      int rowspan  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void beginCell​(PdfPCell cell, float completedRowsHeight, float rowHeight)  
      boolean cellEnds()  
      void consumeRowspan​(float completedRowsHeight, float rowHeight)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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()