C# 클래스 iTextSharp.text.pdf.PdfPCell

상속: Rectangle, IAccessibleElement
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
phrase Phrase

공개 메소드들

메소드 설명
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

메소드 상세

AddElement() 공개 메소드

public AddElement ( IElement element ) : void
element IElement
리턴 void

GetMaxHeight() 공개 메소드

public GetMaxHeight ( ) : float
리턴 float

HasFixedHeight() 공개 메소드

public HasFixedHeight ( ) : bool
리턴 bool

HasMinimumHeight() 공개 메소드

public HasMinimumHeight ( ) : bool
리턴 bool

PdfPCell() 공개 메소드

public PdfPCell ( ) : System
리턴 System

PdfPCell() 공개 메소드

public PdfPCell ( System.Image image ) : System
image System.Image
리턴 System

PdfPCell() 공개 메소드

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

PdfPCell() 공개 메소드

public PdfPCell ( PdfPCell cell ) : System
cell PdfPCell
리턴 System

PdfPCell() 공개 메소드

public PdfPCell ( PdfPTable table ) : System
table PdfPTable
리턴 System

PdfPCell() 공개 메소드

public PdfPCell ( PdfPTable table, PdfPCell style ) : System
table PdfPTable
style PdfPCell
리턴 System

PdfPCell() 공개 메소드

public PdfPCell ( Phrase phrase ) : System
phrase Phrase
리턴 System

SetLeading() 공개 메소드

public SetLeading ( float fixedLeading, float multipliedLeading ) : void
fixedLeading float
multipliedLeading float
리턴 void

프로퍼티 상세

phrase 보호되어 있는 프로퍼티

protected Phrase phrase
리턴 Phrase