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

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

보호된 프로퍼티들

프로퍼티 타입 설명
attributes object>.Dictionary
baseFont BaseFont
changeLeading bool
encoding string
font PdfFont
image Image
leading float
newlineSplit bool
noStroke object>.Dictionary
offsetX float
offsetY float
splitCharacter ISplitCharacter
value string

Private Properties

프로퍼티 타입 설명
AdjustLeft void
GetAttribute Object
GetCharWidth float
IsAttribute bool
IsExtSplitCharacter bool
IsHorizontalSeparator bool
IsImage bool
IsSeparator bool
IsSpecialEncoding bool
IsStroked bool
IsTab bool
IsTabSpace bool
PdfChunk System
PdfChunk System
PdfChunk System
Split PdfChunk
Trim string
Truncate PdfChunk

공개 메소드들

메소드 설명
GetUnicodeEquivalent ( int c ) : int
GetWidthCorrected ( float charSpacing, float wordSpacing ) : float
IsNewlineSplit ( ) : bool
NoPrint ( int c ) : bool
ToString ( ) : string
TrimFirstSpace ( ) : float
TrimLastSpace ( ) : float

보호된 메소드들

메소드 설명
GetWord ( string text, int start ) : int

비공개 메소드들

메소드 설명
AdjustLeft ( float newValue ) : void
GetAttribute ( string name ) : Object
GetCharWidth ( int c ) : float
IsAttribute ( string name ) : bool
IsExtSplitCharacter ( int start, int current, int end, char cc, PdfChunk ck ) : bool
IsHorizontalSeparator ( ) : bool
IsImage ( ) : bool
IsSeparator ( ) : bool
IsSpecialEncoding ( ) : bool
IsStroked ( ) : bool
IsTab ( ) : bool
IsTabSpace ( ) : bool
PdfChunk ( ) : System
PdfChunk ( Chunk chunk, PdfAction action ) : System
PdfChunk ( string str, PdfChunk other ) : System
Split ( float width ) : PdfChunk
Trim ( string str ) : string
Truncate ( float width ) : PdfChunk

메소드 상세

GetUnicodeEquivalent() 공개 메소드

public GetUnicodeEquivalent ( int c ) : int
c int
리턴 int

GetWidthCorrected() 공개 메소드

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

GetWord() 보호된 메소드

protected GetWord ( string text, int start ) : int
text string
start int
리턴 int

IsNewlineSplit() 공개 메소드

public IsNewlineSplit ( ) : bool
리턴 bool

NoPrint() 공개 정적인 메소드

public static NoPrint ( int c ) : bool
c int
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TrimFirstSpace() 공개 메소드

public TrimFirstSpace ( ) : float
리턴 float

TrimLastSpace() 공개 메소드

public TrimLastSpace ( ) : float
리턴 float

프로퍼티 상세

attributes 보호되어 있는 프로퍼티

protected Dictionary attributes
리턴 object>.Dictionary

baseFont 보호되어 있는 프로퍼티

protected BaseFont baseFont
리턴 BaseFont

changeLeading 보호되어 있는 프로퍼티

protected bool changeLeading
리턴 bool

encoding 보호되어 있는 프로퍼티

protected string encoding
리턴 string

font 보호되어 있는 프로퍼티

protected PdfFont font
리턴 PdfFont

image 보호되어 있는 프로퍼티

protected Image image
리턴 Image

leading 보호되어 있는 프로퍼티

protected float leading
리턴 float

newlineSplit 보호되어 있는 프로퍼티

protected bool newlineSplit
리턴 bool

noStroke 보호되어 있는 프로퍼티

protected Dictionary noStroke
리턴 object>.Dictionary

offsetX 보호되어 있는 프로퍼티

protected float offsetX
리턴 float

offsetY 보호되어 있는 프로퍼티

protected float offsetY
리턴 float

splitCharacter 보호되어 있는 프로퍼티

protected ISplitCharacter splitCharacter
리턴 ISplitCharacter

value 보호되어 있는 프로퍼티

protected string value
리턴 string