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

상속: IElement
파일 보기 프로젝트 열기: boecko/iTextSharp 1 사용 예제들

공개 메소드들

메소드 설명
AddColumn ( float left, float right ) : void
AddElement ( IElement element ) : void
AddRegularColumns ( float left, float right, float gutterWidth, int numColumns ) : void
AddSimpleColumn ( float left, float right ) : void
AddText ( Chunk chunk ) : void
AddText ( Phrase phrase ) : void
IsContent ( ) : bool
IsNestable ( ) : bool
IsOverflow ( ) : bool
MultiColumnText ( ) : System
MultiColumnText ( float height ) : System
MultiColumnText ( float top, float height ) : System
NextColumn ( ) : void
Process ( IElementListener listener ) : bool
ResetCurrentColumn ( ) : void
SetColumnsRightToLeft ( bool direction ) : void
ShiftCurrentColumn ( ) : bool
ToString ( ) : string
UseColumnParams ( ColumnText sourceColumn ) : void
Write ( PdfContentByte canvas, PdfDocument document, float documentY ) : float

비공개 메소드들

메소드 설명
GetColumnBottom ( ) : float
GetHeight ( float left, float right ) : float
NewPage ( ) : void

메소드 상세

AddColumn() 공개 메소드

public AddColumn ( float left, float right ) : void
left float
right float
리턴 void

AddElement() 공개 메소드

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

AddRegularColumns() 공개 메소드

public AddRegularColumns ( float left, float right, float gutterWidth, int numColumns ) : void
left float
right float
gutterWidth float
numColumns int
리턴 void

AddSimpleColumn() 공개 메소드

public AddSimpleColumn ( float left, float right ) : void
left float
right float
리턴 void

AddText() 공개 메소드

public AddText ( Chunk chunk ) : void
chunk iTextSharp.text.Chunk
리턴 void

AddText() 공개 메소드

public AddText ( Phrase phrase ) : void
phrase iTextSharp.text.Phrase
리턴 void

IsContent() 공개 메소드

public IsContent ( ) : bool
리턴 bool

IsNestable() 공개 메소드

public IsNestable ( ) : bool
리턴 bool

IsOverflow() 공개 메소드

public IsOverflow ( ) : bool
리턴 bool

MultiColumnText() 공개 메소드

public MultiColumnText ( ) : System
리턴 System

MultiColumnText() 공개 메소드

public MultiColumnText ( float height ) : System
height float
리턴 System

MultiColumnText() 공개 메소드

public MultiColumnText ( float top, float height ) : System
top float
height float
리턴 System

NextColumn() 공개 메소드

public NextColumn ( ) : void
리턴 void

Process() 공개 메소드

public Process ( IElementListener listener ) : bool
listener IElementListener
리턴 bool

ResetCurrentColumn() 공개 메소드

public ResetCurrentColumn ( ) : void
리턴 void

SetColumnsRightToLeft() 공개 메소드

public SetColumnsRightToLeft ( bool direction ) : void
direction bool
리턴 void

ShiftCurrentColumn() 공개 메소드

public ShiftCurrentColumn ( ) : bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UseColumnParams() 공개 메소드

public UseColumnParams ( ColumnText sourceColumn ) : void
sourceColumn ColumnText
리턴 void

Write() 공개 메소드

public Write ( PdfContentByte canvas, PdfDocument document, float documentY ) : float
canvas PdfContentByte
document PdfDocument
documentY float
리턴 float