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

Show file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

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

public AddColor ( String colorNr, Color color ) : void
colorNr String
color Color
return void

AddFont() public method

public AddFont ( String fontNr, String fontName ) : void
fontNr String
fontName String
return void

AddList() public method

public AddList ( String listNr, string list ) : void
listNr String
list string
return void

AddStylesheetList() public method

public AddStylesheetList ( String stylesheetListNr, string list ) : void
stylesheetListNr String
list string
return void

GetColorMappings() public method

public GetColorMappings ( ) : Hashtable
return System.Collections.Hashtable

GetFontMappings() public method

public GetFontMappings ( ) : Hashtable
return System.Collections.Hashtable

GetListMappings() public method

public GetListMappings ( ) : Hashtable
return System.Collections.Hashtable

GetStylesheetListMappings() public method

public GetStylesheetListMappings ( ) : Hashtable
return System.Collections.Hashtable

RtfImportMappings() public method

public RtfImportMappings ( ) : System
return System