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

Inheritance: RtfDestination
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Createfont ( String fontName ) : Font
ImportSystemFonts ( ) : void
Init ( bool importFonts ) : void
ProcessFont ( ) : void

Method Details

CloseDestination() public méthode

public CloseDestination ( ) : bool
Résultat bool

GetFont() public méthode

public GetFont ( String key ) : Font
key String
Résultat iTextSharp.text.Font

HandleCharacter() public méthode

public HandleCharacter ( int ch ) : bool
ch int
Résultat bool

HandleCloseGroup() public méthode

public HandleCloseGroup ( ) : bool
Résultat bool

HandleControlWord() public méthode

public HandleControlWord ( RtfCtrlWordData ctrlWordData ) : bool
ctrlWordData iTextSharp.text.rtf.parser.ctrlwords.RtfCtrlWordData
Résultat bool

HandleOpenGroup() public méthode

public HandleOpenGroup ( ) : bool
Résultat bool

HandleOpeningSubGroup() public méthode

public HandleOpeningSubGroup ( ) : bool
Résultat bool

RtfDestinationFontTable() public méthode

public RtfDestinationFontTable ( ) : System
Résultat System

RtfDestinationFontTable() public méthode

public RtfDestinationFontTable ( RtfParser parser ) : System
parser RtfParser
Résultat System

SetBias() public méthode

public SetBias ( String value ) : void
value String
Résultat void

SetCharset() public méthode

public SetCharset ( String charset ) : void
charset String
Résultat void

SetCodePage() public méthode

public SetCodePage ( String value ) : void
value String
Résultat void

SetFontAlternate() public méthode

public SetFontAlternate ( String fontAlternate ) : void
fontAlternate String
Résultat void

SetFontFamily() public méthode

public SetFontFamily ( String fontFamily ) : void
fontFamily String
Résultat void

SetFontName() public méthode

public SetFontName ( String fontName ) : void
fontName String
Résultat void

SetFontNumber() public méthode

public SetFontNumber ( String fontNr ) : void
fontNr String
Résultat void

SetParser() public méthode

public SetParser ( RtfParser parser ) : void
parser RtfParser
Résultat void

SetPitch() public méthode

public SetPitch ( String value ) : void
value String
Résultat void

SetThemeFont() public méthode

public SetThemeFont ( String themeFont ) : void
themeFont String
Résultat void

SetToDefaults() public méthode

public SetToDefaults ( ) : void
Résultat void

SetTrueType() public méthode

public SetTrueType ( String value ) : void
value String
Résultat void