C# 클래스 iTextSharp.text.rtf.table.RtfCell

상속: iTextSharp.text.Cell, IRtfExtendedElement
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
IsDeleted ( ) : bool
IsInHeader ( ) : bool
RtfCell ( ) : System
RtfCell ( IElement element ) : System
RtfCell ( String content ) : System
SetBorders ( RtfBorderGroup borderGroup ) : void
SetInHeader ( bool inHeader ) : void
SetInTable ( bool inTable ) : void
SetRtfDocument ( RtfDocument doc ) : void
WriteContent ( Stream result ) : void
WriteDefinition ( Stream result ) : void

보호된 메소드들

메소드 설명
GetBorders ( ) : RtfBorderGroup
GetCellRight ( ) : int
GetCellWidth ( ) : int
GetCellpadding ( ) : int
GetRtfBackgroundColor ( ) : RtfColor
RtfCell ( RtfDocument doc, RtfRow row, Cell cell ) : System
RtfCell ( RtfDocument doc, RtfRow row, PdfPCell cell ) : System
RtfCell ( bool deleted ) : System
SetCellMergeChild ( RtfCell mergeParent ) : void
SetCellRight ( int cellRight ) : void
SetCellWidth ( int cellWidth ) : void

비공개 메소드들

메소드 설명
ImportCell ( Cell cell ) : void
ImportCell ( PdfPCell cell ) : void
IntToByteArray ( int i ) : byte[]

메소드 상세

GetBorders() 보호된 메소드

protected GetBorders ( ) : RtfBorderGroup
리턴 RtfBorderGroup

GetCellRight() 보호된 메소드

protected GetCellRight ( ) : int
리턴 int

GetCellWidth() 보호된 메소드

protected GetCellWidth ( ) : int
리턴 int

GetCellpadding() 보호된 메소드

protected GetCellpadding ( ) : int
리턴 int

GetRtfBackgroundColor() 보호된 메소드

protected GetRtfBackgroundColor ( ) : RtfColor
리턴 iTextSharp.text.rtf.style.RtfColor

IsDeleted() 공개 메소드

public IsDeleted ( ) : bool
리턴 bool

IsInHeader() 공개 메소드

public IsInHeader ( ) : bool
리턴 bool

RtfCell() 공개 메소드

public RtfCell ( ) : System
리턴 System

RtfCell() 공개 메소드

public RtfCell ( IElement element ) : System
element IElement
리턴 System

RtfCell() 보호된 메소드

protected RtfCell ( RtfDocument doc, RtfRow row, Cell cell ) : System
doc iTextSharp.text.rtf.document.RtfDocument
row RtfRow
cell iTextSharp.text.Cell
리턴 System

RtfCell() 보호된 메소드

protected RtfCell ( RtfDocument doc, RtfRow row, PdfPCell cell ) : System
doc iTextSharp.text.rtf.document.RtfDocument
row RtfRow
cell iTextSharp.text.pdf.PdfPCell
리턴 System

RtfCell() 공개 메소드

public RtfCell ( String content ) : System
content String
리턴 System

RtfCell() 보호된 메소드

protected RtfCell ( bool deleted ) : System
deleted bool
리턴 System

SetBorders() 공개 메소드

public SetBorders ( RtfBorderGroup borderGroup ) : void
borderGroup RtfBorderGroup
리턴 void

SetCellMergeChild() 보호된 메소드

protected SetCellMergeChild ( RtfCell mergeParent ) : void
mergeParent RtfCell
리턴 void

SetCellRight() 보호된 메소드

protected SetCellRight ( int cellRight ) : void
cellRight int
리턴 void

SetCellWidth() 보호된 메소드

protected SetCellWidth ( int cellWidth ) : void
cellWidth int
리턴 void

SetInHeader() 공개 메소드

public SetInHeader ( bool inHeader ) : void
inHeader bool
리턴 void

SetInTable() 공개 메소드

public SetInTable ( bool inTable ) : void
inTable bool
리턴 void

SetRtfDocument() 공개 메소드

public SetRtfDocument ( RtfDocument doc ) : void
doc iTextSharp.text.rtf.document.RtfDocument
리턴 void

WriteContent() 공개 메소드

public WriteContent ( Stream result ) : void
result Stream
리턴 void

WriteDefinition() 공개 메소드

public WriteDefinition ( Stream result ) : void
result Stream
리턴 void