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

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

공개 프로퍼티들

프로퍼티 타입 설명
NO_MORE_COLUMN int
NO_MORE_TEXT int

보호된 프로퍼티들

프로퍼티 타입 설명
alignment int
chunks List
currentChunkMarker int
currentStandbyChunk PdfChunk
height float
leading float
maxLines int
splittedChunkText string
startX float
startY float
text PdfContentByte

공개 메소드들

메소드 설명
AddText ( Chunk chunk ) : void
AddText ( Phrase phrase ) : void
Go ( ) : int
Go ( bool simulate ) : int
SetOrigin ( float startX, float startY ) : void
SetVerticalLayout ( float startX, float startY, float height, int maxLines, float leading ) : void
VerticalText ( PdfContentByte text ) : System

보호된 메소드들

메소드 설명
CreateLine ( float width ) : PdfLine
ShortenChunkArray ( ) : void

비공개 메소드들

메소드 설명
WriteLine ( PdfLine line, PdfContentByte text, PdfContentByte graphics ) : void

메소드 상세

AddText() 공개 메소드

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

AddText() 공개 메소드

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

CreateLine() 보호된 메소드

protected CreateLine ( float width ) : PdfLine
width float
리턴 PdfLine

Go() 공개 메소드

public Go ( ) : int
리턴 int

Go() 공개 메소드

public Go ( bool simulate ) : int
simulate bool
리턴 int

SetOrigin() 공개 메소드

public SetOrigin ( float startX, float startY ) : void
startX float
startY float
리턴 void

SetVerticalLayout() 공개 메소드

public SetVerticalLayout ( float startX, float startY, float height, int maxLines, float leading ) : void
startX float
startY float
height float
maxLines int
leading float
리턴 void

ShortenChunkArray() 보호된 메소드

protected ShortenChunkArray ( ) : void
리턴 void

VerticalText() 공개 메소드

public VerticalText ( PdfContentByte text ) : System
text PdfContentByte
리턴 System

프로퍼티 상세

NO_MORE_COLUMN 공개적으로 정적으로 프로퍼티

public static int NO_MORE_COLUMN
리턴 int

NO_MORE_TEXT 공개적으로 정적으로 프로퍼티

public static int NO_MORE_TEXT
리턴 int

alignment 보호되어 있는 프로퍼티

protected int alignment
리턴 int

chunks 보호되어 있는 프로퍼티

protected List chunks
리턴 List

currentChunkMarker 보호되어 있는 프로퍼티

protected int currentChunkMarker
리턴 int

currentStandbyChunk 보호되어 있는 프로퍼티

protected PdfChunk,iTextSharp.text.pdf currentStandbyChunk
리턴 PdfChunk

height 보호되어 있는 프로퍼티

protected float height
리턴 float

leading 보호되어 있는 프로퍼티

protected float leading
리턴 float

maxLines 보호되어 있는 프로퍼티

protected int maxLines
리턴 int

splittedChunkText 보호되어 있는 프로퍼티

protected string splittedChunkText
리턴 string

startX 보호되어 있는 프로퍼티

protected float startX
리턴 float

startY 보호되어 있는 프로퍼티

protected float startY
리턴 float

text 보호되어 있는 프로퍼티

protected PdfContentByte,iTextSharp.text.pdf text
리턴 PdfContentByte