C# 클래스 iTextSharp.text.rtf.parser.RtfImportMappings

파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddColor() 공개 메소드

public AddColor ( String colorNr, Color color ) : void
colorNr String
color Color
리턴 void

AddFont() 공개 메소드

public AddFont ( String fontNr, String fontName ) : void
fontNr String
fontName String
리턴 void

AddList() 공개 메소드

public AddList ( String listNr, string list ) : void
listNr String
list string
리턴 void

AddStylesheetList() 공개 메소드

public AddStylesheetList ( String stylesheetListNr, string list ) : void
stylesheetListNr String
list string
리턴 void

GetColorMappings() 공개 메소드

public GetColorMappings ( ) : Hashtable
리턴 System.Collections.Hashtable

GetFontMappings() 공개 메소드

public GetFontMappings ( ) : Hashtable
리턴 System.Collections.Hashtable

GetListMappings() 공개 메소드

public GetListMappings ( ) : Hashtable
리턴 System.Collections.Hashtable

GetStylesheetListMappings() 공개 메소드

public GetStylesheetListMappings ( ) : Hashtable
리턴 System.Collections.Hashtable

RtfImportMappings() 공개 메소드

public RtfImportMappings ( ) : System
리턴 System