iText 5

FloatLayout

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

float

FilledWidth

get, set

int

RunDirection

get, set

float

YLine

get, set

Methods

Public methods

Returns

Name

int

Layout

(

PdfContentByte

canvas, bool simulate)

void

SetSimpleColumn

(float llx, float lly, float urx, float ury)

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

Type

Name

Description

PdfContentByte

canvas

bool

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