C# Class iTextSharp.text.pdf.PdfChunk

ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
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

Property Type Description
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

Public Methods

Method Description
GetUnicodeEquivalent ( int c ) : int
GetWidthCorrected ( float charSpacing, float wordSpacing ) : float
IsNewlineSplit ( ) : bool
NoPrint ( int c ) : bool
ToString ( ) : string
TrimFirstSpace ( ) : float
TrimLastSpace ( ) : float

Protected Methods

Method Description
GetWord ( string text, int start ) : int

Private Methods

Method Description
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

Method Details

GetUnicodeEquivalent() public method

public GetUnicodeEquivalent ( int c ) : int
c int
return int

GetWidthCorrected() public method

public GetWidthCorrected ( float charSpacing, float wordSpacing ) : float
charSpacing float
wordSpacing float
return float

GetWord() protected method

protected GetWord ( string text, int start ) : int
text string
start int
return int

IsNewlineSplit() public method

public IsNewlineSplit ( ) : bool
return bool

NoPrint() public static method

public static NoPrint ( int c ) : bool
c int
return bool

ToString() public method

public ToString ( ) : string
return string

TrimFirstSpace() public method

public TrimFirstSpace ( ) : float
return float

TrimLastSpace() public method

public TrimLastSpace ( ) : float
return float

Property Details

attributes protected_oe property

protected Dictionary attributes
return object>.Dictionary

baseFont protected_oe property

protected BaseFont baseFont
return BaseFont

changeLeading protected_oe property

protected bool changeLeading
return bool

encoding protected_oe property

protected string encoding
return string

font protected_oe property

protected PdfFont font
return PdfFont

image protected_oe property

protected Image image
return Image

leading protected_oe property

protected float leading
return float

newlineSplit protected_oe property

protected bool newlineSplit
return bool

noStroke protected_oe property

protected Dictionary noStroke
return object>.Dictionary

offsetX protected_oe property

protected float offsetX
return float

offsetY protected_oe property

protected float offsetY
return float

splitCharacter protected_oe property

protected ISplitCharacter splitCharacter
return ISplitCharacter

value protected_oe property

protected string value
return string