Skip to main content
Skip table of contents

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
TypeNameMethods
floatFilledWidthget, set
intRunDirectionget, set
floatYLineget, set

Methods

Public methods
ReturnsName
intLayout(PdfContentByte canvas, bool simulate)
voidSetSimpleColumn(float llx, float lly, float urx, float ury)

Details

Constructors

FloatLayout

Source code

public FloatLayout(List<IElement> elements, bool useAscender)
Arguments
TypeNameDescription
List<IElement>elements
booluseAscender

Methods

SetSimpleColumn

Source code

public virtual void SetSimpleColumn(float llx, float lly, float urx, float ury)
Arguments
TypeNameDescription
floatllx
floatlly
floaturx
floatury
Layout

Source code

public virtual int Layout(PdfContentByte canvas, bool simulate)
Arguments
TypeNameDescription
PdfContentBytecanvas
boolsimulate

Properties

YLine
public virtual float YLine { get; set; }
FilledWidth
public virtual float FilledWidth { get; set; }
RunDirection
public int RunDirection { get; set; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.