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