FloatLayout Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.FloatLayout[[FloatLayout]] end
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
canvas, |
|
|
( |
Details
Constructors
FloatLayout
Source code
public FloatLayout(List<IElement> elements, bool useAscender)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
> |
elements |
|
|
|
useAscender |
Methods
SetSimpleColumn
Source code
public virtual void SetSimpleColumn(float llx, float lly, float urx, float ury)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
llx |
|
|
|
lly |
|
|
|
urx |
|
|
|
ury |
Layout
Source code
public virtual int Layout(PdfContentByte canvas, bool simulate)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
canvas |
|
|
|
simulate |
Properties
YLine
public virtual float YLine { get; set; }
FilledWidth
public virtual float FilledWidth { get; set; }
RunDirection
public int RunDirection { get; set; }
Generated with ModularDoc