C# 클래스 iTextSharp.text.SimpleTable

Summary description for SimpleTable.
상속: Rectangle, IPdfPTableEvent, IElement, ITextElementArray
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Object o ) : bool
AddElement ( SimpleCell element ) : void
CreatePdfPTable ( ) : PdfPTable
CreateTable ( ) : Table
IsNestable ( ) : bool
SimpleTable ( ) : System
TableLayout ( PdfPTable table, float widths, float heights, int headerRows, int rowStart, PdfContentByte canvases ) : void

메소드 상세

Add() 공개 메소드

public Add ( Object o ) : bool
o Object
리턴 bool

AddElement() 공개 메소드

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

CreatePdfPTable() 공개 메소드

public CreatePdfPTable ( ) : PdfPTable
리턴 iTextSharp.text.pdf.PdfPTable

CreateTable() 공개 메소드

public CreateTable ( ) : Table
리턴 Table

IsNestable() 공개 메소드

public IsNestable ( ) : bool
리턴 bool

SimpleTable() 공개 메소드

public SimpleTable ( ) : System
리턴 System

TableLayout() 공개 메소드

public TableLayout ( PdfPTable table, float widths, float heights, int headerRows, int rowStart, PdfContentByte canvases ) : void
table iTextSharp.text.pdf.PdfPTable
widths float
heights float
headerRows int
rowStart int
canvases iTextSharp.text.pdf.PdfContentByte
리턴 void