C# Class iTextSharp.text.pdf.PdfPCell

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

Protected Properties

Свойство Type Description
phrase Phrase

Méthodes publiques

Méthode Description
AddElement ( IElement element ) : void
GetMaxHeight ( ) : float
HasFixedHeight ( ) : bool
HasMinimumHeight ( ) : bool
PdfPCell ( ) : System
PdfPCell ( System.Image image ) : System
PdfPCell ( System.Image image, bool fit ) : System
PdfPCell ( PdfPCell cell ) : System
PdfPCell ( PdfPTable table ) : System
PdfPCell ( PdfPTable table, PdfPCell style ) : System
PdfPCell ( Phrase phrase ) : System
SetLeading ( float fixedLeading, float multipliedLeading ) : void

Method Details

AddElement() public méthode

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

GetMaxHeight() public méthode

public GetMaxHeight ( ) : float
Résultat float

HasFixedHeight() public méthode

public HasFixedHeight ( ) : bool
Résultat bool

HasMinimumHeight() public méthode

public HasMinimumHeight ( ) : bool
Résultat bool

PdfPCell() public méthode

public PdfPCell ( ) : System
Résultat System

PdfPCell() public méthode

public PdfPCell ( System.Image image ) : System
image System.Image
Résultat System

PdfPCell() public méthode

public PdfPCell ( System.Image image, bool fit ) : System
image System.Image
fit bool
Résultat System

PdfPCell() public méthode

public PdfPCell ( PdfPCell cell ) : System
cell PdfPCell
Résultat System

PdfPCell() public méthode

public PdfPCell ( PdfPTable table ) : System
table PdfPTable
Résultat System

PdfPCell() public méthode

public PdfPCell ( PdfPTable table, PdfPCell style ) : System
table PdfPTable
style PdfPCell
Résultat System

PdfPCell() public méthode

public PdfPCell ( Phrase phrase ) : System
phrase Phrase
Résultat System

SetLeading() public méthode

public SetLeading ( float fixedLeading, float multipliedLeading ) : void
fixedLeading float
multipliedLeading float
Résultat void

Property Details

phrase protected_oe property

protected Phrase phrase
Résultat Phrase