C# Class iTextSharp.text.pdf.PdfPCell

Inheritance: Rectangle, IAccessibleElement
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
phrase Phrase

Public Methods

Method 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 method

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

GetMaxHeight() public method

public GetMaxHeight ( ) : float
return float

HasFixedHeight() public method

public HasFixedHeight ( ) : bool
return bool

HasMinimumHeight() public method

public HasMinimumHeight ( ) : bool
return bool

PdfPCell() public method

public PdfPCell ( ) : System
return System

PdfPCell() public method

public PdfPCell ( System.Image image ) : System
image System.Image
return System

PdfPCell() public method

public PdfPCell ( System.Image image, bool fit ) : System
image System.Image
fit bool
return System

PdfPCell() public method

public PdfPCell ( PdfPCell cell ) : System
cell PdfPCell
return System

PdfPCell() public method

public PdfPCell ( PdfPTable table ) : System
table PdfPTable
return System

PdfPCell() public method

public PdfPCell ( PdfPTable table, PdfPCell style ) : System
table PdfPTable
style PdfPCell
return System

PdfPCell() public method

public PdfPCell ( Phrase phrase ) : System
phrase Phrase
return System

SetLeading() public method

public SetLeading ( float fixedLeading, float multipliedLeading ) : void
fixedLeading float
multipliedLeading float
return void

Property Details

phrase protected_oe property

protected Phrase phrase
return Phrase