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
Details
Constructors
ColumnMeasurementState
Source code
public ColumnMeasurementState()
Methods
BeginCell
Source code
public virtual void BeginCell(PdfPCell cell, float completedRowsHeight, float rowHeight)
Arguments
Type | Name | Description |
---|
PdfPCell | cell | |
float | completedRowsHeight | |
float | rowHeight | |
ConsumeRowspan
Source code
public virtual void ConsumeRowspan(float completedRowsHeight, float rowHeight)
Arguments
Type | Name | Description |
---|
float | completedRowsHeight | |
float | rowHeight | |
CellEnds
Source code
public virtual bool CellEnds()
Generated with ModularDoc