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

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

보호된 프로퍼티들

프로퍼티 타입 설명
alignment int
height float
isRTL bool
left float
line List
listSymbol Chunk
newlineSplit bool
originalWidth float
symbolIndent float
width float

Private Properties

프로퍼티 타입 설명
Add PdfChunk
AddToLine void
GetMaxSize float[]
GetSeparatorCount int
PdfLine System
PdfLine System
SetExtraIndent void

공개 메소드들

메소드 설명
GetChunk ( int idx ) : PdfChunk
GetEnumerator ( ) : IEnumerator
GetLineLengthUtf32 ( ) : int
GetWidthCorrected ( float charSpacing, float wordSpacing ) : float
HasToBeJustified ( ) : bool
ResetAlignment ( ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
Add ( PdfChunk chunk ) : PdfChunk
AddToLine ( PdfChunk chunk ) : void
GetMaxSize ( float fixedLeading, float multipliedLeading ) : float[]
GetSeparatorCount ( ) : int
PdfLine ( float left, float originalWidth, float remainingWidth, int alignment, bool newlineSplit, List line, bool isRTL ) : System
PdfLine ( float left, float right, int alignment, float height ) : System
SetExtraIndent ( float extra ) : void

메소드 상세

GetChunk() 공개 메소드

public GetChunk ( int idx ) : PdfChunk
idx int
리턴 PdfChunk

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetLineLengthUtf32() 공개 메소드

public GetLineLengthUtf32 ( ) : int
리턴 int

GetWidthCorrected() 공개 메소드

public GetWidthCorrected ( float charSpacing, float wordSpacing ) : float
charSpacing float
wordSpacing float
리턴 float

HasToBeJustified() 공개 메소드

public HasToBeJustified ( ) : bool
리턴 bool

ResetAlignment() 공개 메소드

public ResetAlignment ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

alignment 보호되어 있는 프로퍼티

protected int alignment
리턴 int

height 보호되어 있는 프로퍼티

protected float height
리턴 float

isRTL 보호되어 있는 프로퍼티

protected bool isRTL
리턴 bool

left 보호되어 있는 프로퍼티

protected float left
리턴 float

line 보호되어 있는 프로퍼티

protected List line
리턴 List

listSymbol 보호되어 있는 프로퍼티

protected Chunk listSymbol
리턴 Chunk

newlineSplit 보호되어 있는 프로퍼티

protected bool newlineSplit
리턴 bool

originalWidth 보호되어 있는 프로퍼티

protected float originalWidth
리턴 float

symbolIndent 보호되어 있는 프로퍼티

protected float symbolIndent
리턴 float

width 보호되어 있는 프로퍼티

protected float width
리턴 float