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
Methods
Public methods
Details
Constructors
FloatLayout
Source code
public FloatLayout(List<IElement> elements, bool useAscender)
Arguments
Type | Name | Description |
---|
List <IElement > | elements | |
bool | useAscender | |
Methods
SetSimpleColumn
Source code
public virtual void SetSimpleColumn(float llx, float lly, float urx, float ury)
Arguments
Type | Name | Description |
---|
float | llx | |
float | lly | |
float | urx | |
float | ury | |
Layout
Source code
public virtual int Layout(PdfContentByte canvas, bool simulate)
Arguments
Properties
YLine
public virtual float YLine { get; set; }
FilledWidth
public virtual float FilledWidth { get; set; }
RunDirection
public int RunDirection { get; set; }
Generated with ModularDoc