C# Class iTextSharp.text.rtf.parser.RtfImportMappings

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

Méthodes publiques

Méthode Description
AddColor ( String colorNr, Color color ) : void
AddFont ( String fontNr, String fontName ) : void
AddList ( String listNr, string list ) : void
AddStylesheetList ( String stylesheetListNr, string list ) : void
GetColorMappings ( ) : Hashtable
GetFontMappings ( ) : Hashtable
GetListMappings ( ) : Hashtable
GetStylesheetListMappings ( ) : Hashtable
RtfImportMappings ( ) : System

Method Details

AddColor() public méthode

public AddColor ( String colorNr, Color color ) : void
colorNr String
color Color
Résultat void

AddFont() public méthode

public AddFont ( String fontNr, String fontName ) : void
fontNr String
fontName String
Résultat void

AddList() public méthode

public AddList ( String listNr, string list ) : void
listNr String
list string
Résultat void

AddStylesheetList() public méthode

public AddStylesheetList ( String stylesheetListNr, string list ) : void
stylesheetListNr String
list string
Résultat void

GetColorMappings() public méthode

public GetColorMappings ( ) : Hashtable
Résultat System.Collections.Hashtable

GetFontMappings() public méthode

public GetFontMappings ( ) : Hashtable
Résultat System.Collections.Hashtable

GetListMappings() public méthode

public GetListMappings ( ) : Hashtable
Résultat System.Collections.Hashtable

GetStylesheetListMappings() public méthode

public GetStylesheetListMappings ( ) : Hashtable
Résultat System.Collections.Hashtable

RtfImportMappings() public méthode

public RtfImportMappings ( ) : System
Résultat System