Skip to main content
Skip table of contents

ColumnMeasurementState

ColumnMeasurementState Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.PdfPTable
  iTextSharp.text.pdf.PdfPTable.ColumnMeasurementState[[ColumnMeasurementState]]
  end

Members

Methods

Public methods
ReturnsName
voidBeginCell(PdfPCell cell, float completedRowsHeight, float rowHeight)
boolCellEnds()
voidConsumeRowspan(float completedRowsHeight, float rowHeight)

Details

Constructors

ColumnMeasurementState

Source code

public ColumnMeasurementState()

Methods

BeginCell

Source code

public virtual void BeginCell(PdfPCell cell, float completedRowsHeight, float rowHeight)
Arguments
TypeNameDescription
PdfPCellcell
floatcompletedRowsHeight
floatrowHeight
ConsumeRowspan

Source code

public virtual void ConsumeRowspan(float completedRowsHeight, float rowHeight)
Arguments
TypeNameDescription
floatcompletedRowsHeight
floatrowHeight
CellEnds

Source code

public virtual bool CellEnds()

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.