C# Class iTextSharp.text.rtf.parser.destinations.RtfDestinationFontTable

Inheritance: RtfDestination
Datei anzeigen Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
CloseDestination ( ) : bool
GetFont ( String key ) : Font
HandleCharacter ( int ch ) : bool
HandleCloseGroup ( ) : bool
HandleControlWord ( RtfCtrlWordData ctrlWordData ) : bool
HandleOpenGroup ( ) : bool
HandleOpeningSubGroup ( ) : bool
RtfDestinationFontTable ( ) : System
RtfDestinationFontTable ( RtfParser parser ) : System
SetBias ( String value ) : void
SetCharset ( String charset ) : void
SetCodePage ( String value ) : void
SetFontAlternate ( String fontAlternate ) : void
SetFontFamily ( String fontFamily ) : void
SetFontName ( String fontName ) : void
SetFontNumber ( String fontNr ) : void
SetParser ( RtfParser parser ) : void
SetPitch ( String value ) : void
SetThemeFont ( String themeFont ) : void
SetToDefaults ( ) : void
SetTrueType ( String value ) : void

Private Methods

Method Description
Createfont ( String fontName ) : Font
ImportSystemFonts ( ) : void
Init ( bool importFonts ) : void
ProcessFont ( ) : void

Method Details

CloseDestination() public method

public CloseDestination ( ) : bool
return bool

GetFont() public method

public GetFont ( String key ) : Font
key String
return iTextSharp.text.Font

HandleCharacter() public method

public HandleCharacter ( int ch ) : bool
ch int
return bool

HandleCloseGroup() public method

public HandleCloseGroup ( ) : bool
return bool

HandleControlWord() public method

public HandleControlWord ( RtfCtrlWordData ctrlWordData ) : bool
ctrlWordData iTextSharp.text.rtf.parser.ctrlwords.RtfCtrlWordData
return bool

HandleOpenGroup() public method

public HandleOpenGroup ( ) : bool
return bool

HandleOpeningSubGroup() public method

public HandleOpeningSubGroup ( ) : bool
return bool

RtfDestinationFontTable() public method

public RtfDestinationFontTable ( ) : System
return System

RtfDestinationFontTable() public method

public RtfDestinationFontTable ( RtfParser parser ) : System
parser RtfParser
return System

SetBias() public method

public SetBias ( String value ) : void
value String
return void

SetCharset() public method

public SetCharset ( String charset ) : void
charset String
return void

SetCodePage() public method

public SetCodePage ( String value ) : void
value String
return void

SetFontAlternate() public method

public SetFontAlternate ( String fontAlternate ) : void
fontAlternate String
return void

SetFontFamily() public method

public SetFontFamily ( String fontFamily ) : void
fontFamily String
return void

SetFontName() public method

public SetFontName ( String fontName ) : void
fontName String
return void

SetFontNumber() public method

public SetFontNumber ( String fontNr ) : void
fontNr String
return void

SetParser() public method

public SetParser ( RtfParser parser ) : void
parser RtfParser
return void

SetPitch() public method

public SetPitch ( String value ) : void
value String
return void

SetThemeFont() public method

public SetThemeFont ( String themeFont ) : void
themeFont String
return void

SetToDefaults() public method

public SetToDefaults ( ) : void
return void

SetTrueType() public method

public SetTrueType ( String value ) : void
value String
return void