C# Class iTextSharp.text.pdf.MultiColumnText

Inheritance: IElement
ファイルを表示 Open project: boecko/iTextSharp Class Usage Examples

Public Methods

Method Description
AddColumn ( float left, float right ) : void
AddElement ( IElement element ) : void
AddRegularColumns ( float left, float right, float gutterWidth, int numColumns ) : void
AddSimpleColumn ( float left, float right ) : void
AddText ( Chunk chunk ) : void
AddText ( Phrase phrase ) : void
IsContent ( ) : bool
IsNestable ( ) : bool
IsOverflow ( ) : bool
MultiColumnText ( ) : System
MultiColumnText ( float height ) : System
MultiColumnText ( float top, float height ) : System
NextColumn ( ) : void
Process ( IElementListener listener ) : bool
ResetCurrentColumn ( ) : void
SetColumnsRightToLeft ( bool direction ) : void
ShiftCurrentColumn ( ) : bool
ToString ( ) : string
UseColumnParams ( ColumnText sourceColumn ) : void
Write ( PdfContentByte canvas, PdfDocument document, float documentY ) : float

Private Methods

Method Description
GetColumnBottom ( ) : float
GetHeight ( float left, float right ) : float
NewPage ( ) : void

Method Details

AddColumn() public method

public AddColumn ( float left, float right ) : void
left float
right float
return void

AddElement() public method

public AddElement ( IElement element ) : void
element IElement
return void

AddRegularColumns() public method

public AddRegularColumns ( float left, float right, float gutterWidth, int numColumns ) : void
left float
right float
gutterWidth float
numColumns int
return void

AddSimpleColumn() public method

public AddSimpleColumn ( float left, float right ) : void
left float
right float
return void

AddText() public method

public AddText ( Chunk chunk ) : void
chunk iTextSharp.text.Chunk
return void

AddText() public method

public AddText ( Phrase phrase ) : void
phrase iTextSharp.text.Phrase
return void

IsContent() public method

public IsContent ( ) : bool
return bool

IsNestable() public method

public IsNestable ( ) : bool
return bool

IsOverflow() public method

public IsOverflow ( ) : bool
return bool

MultiColumnText() public method

public MultiColumnText ( ) : System
return System

MultiColumnText() public method

public MultiColumnText ( float height ) : System
height float
return System

MultiColumnText() public method

public MultiColumnText ( float top, float height ) : System
top float
height float
return System

NextColumn() public method

public NextColumn ( ) : void
return void

Process() public method

public Process ( IElementListener listener ) : bool
listener IElementListener
return bool

ResetCurrentColumn() public method

public ResetCurrentColumn ( ) : void
return void

SetColumnsRightToLeft() public method

public SetColumnsRightToLeft ( bool direction ) : void
direction bool
return void

ShiftCurrentColumn() public method

public ShiftCurrentColumn ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string

UseColumnParams() public method

public UseColumnParams ( ColumnText sourceColumn ) : void
sourceColumn ColumnText
return void

Write() public method

public Write ( PdfContentByte canvas, PdfDocument document, float documentY ) : float
canvas PdfContentByte
document PdfDocument
documentY float
return float