C# 클래스 iTextSharp.text.SimpleCell

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

보호된 프로퍼티들

프로퍼티 타입 설명
useAscender bool
useBorderPadding bool
useDescender bool

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add ( Object o ) : bool
AddElement ( IElement element ) : void
CellLayout ( PdfPCell cell, Rectangle position, PdfContentByte canvases ) : void
CreateCell ( SimpleCell rowAttributes ) : Cell
CreatePdfPCell ( SimpleCell rowAttributes ) : PdfPCell
SimpleCell ( bool row ) : System

메소드 상세

Add() 공개 메소드

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

AddElement() 공개 메소드

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

CellLayout() 공개 메소드

public CellLayout ( PdfPCell cell, Rectangle position, PdfContentByte canvases ) : void
cell iTextSharp.text.pdf.PdfPCell
position Rectangle
canvases iTextSharp.text.pdf.PdfContentByte
리턴 void

CreateCell() 공개 메소드

public CreateCell ( SimpleCell rowAttributes ) : Cell
rowAttributes SimpleCell
리턴 Cell

CreatePdfPCell() 공개 메소드

public CreatePdfPCell ( SimpleCell rowAttributes ) : PdfPCell
rowAttributes SimpleCell
리턴 iTextSharp.text.pdf.PdfPCell

SimpleCell() 공개 메소드

public SimpleCell ( bool row ) : System
row bool
리턴 System

프로퍼티 상세

useAscender 보호되어 있는 프로퍼티

protected bool useAscender
리턴 bool

useBorderPadding 보호되어 있는 프로퍼티

protected bool useBorderPadding
리턴 bool

useDescender 보호되어 있는 프로퍼티

protected bool useDescender
리턴 bool