C# Class iTextSharp.text.pdf.PdfDiv

Inheritance: IElement, ISpaceable, IAccessibleElement
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство Type Description
spacingAfter float
spacingBefore float

Méthodes publiques

Méthode 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 méthode

public AddElement ( IElement element ) : void
element IElement
Résultat void

IsContent() public méthode

public IsContent ( ) : bool
Résultat bool

IsNestable() public méthode

public IsNestable ( ) : bool
Résultat bool

PdfDiv() public méthode

public PdfDiv ( ) : System
Résultat System

Process() public méthode

public Process ( IElementListener listener ) : bool
listener IElementListener
Résultat bool

getActualHeight() public méthode

public getActualHeight ( ) : float
Résultat float

getActualWidth() public méthode

public getActualWidth ( ) : float
Résultat float

layout() public méthode

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
Résultat int

Property Details

spacingAfter protected_oe property

protected float spacingAfter
Résultat float

spacingBefore protected_oe property

protected float spacingBefore
Résultat float