C# Class iTextSharp.text.pdf.PdfDiv

Inheritance: IElement, ISpaceable, IAccessibleElement
Show file Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
spacingAfter float
spacingBefore float

Public Methods

Method Description
AddElement ( IElement element ) : void
IsContent ( ) : bool
IsNestable ( ) : bool
PdfDiv ( ) : System
Process ( IElementListener listener ) : bool
getActualHeight ( ) : float
getActualWidth ( ) : float
layout ( ColumnText compositeColumn, bool simulate, float llx, float lly, float urx, float ury ) : int

Method Details

AddElement() public method

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

IsContent() public method

public IsContent ( ) : bool
return bool

IsNestable() public method

public IsNestable ( ) : bool
return bool

PdfDiv() public method

public PdfDiv ( ) : System
return System

Process() public method

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

getActualHeight() public method

public getActualHeight ( ) : float
return float

getActualWidth() public method

public getActualWidth ( ) : float
return float

layout() public method

public layout ( ColumnText compositeColumn, bool simulate, float llx, float lly, float urx, float ury ) : int
compositeColumn ColumnText
simulate bool
llx float
lly float
urx float
ury float
return int

Property Details

spacingAfter protected property

protected float spacingAfter
return float

spacingBefore protected property

protected float spacingBefore
return float