C# 클래스 iTextSharp.text.rtf.parser.destinations.RtfDestinationFontTable

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

공개 메소드들

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

비공개 메소드들

메소드 설명
Createfont ( String fontName ) : Font
ImportSystemFonts ( ) : void
Init ( bool importFonts ) : void
ProcessFont ( ) : void

메소드 상세

CloseDestination() 공개 메소드

public CloseDestination ( ) : bool
리턴 bool

GetFont() 공개 메소드

public GetFont ( String key ) : Font
key String
리턴 iTextSharp.text.Font

HandleCharacter() 공개 메소드

public HandleCharacter ( int ch ) : bool
ch int
리턴 bool

HandleCloseGroup() 공개 메소드

public HandleCloseGroup ( ) : bool
리턴 bool

HandleControlWord() 공개 메소드

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

HandleOpenGroup() 공개 메소드

public HandleOpenGroup ( ) : bool
리턴 bool

HandleOpeningSubGroup() 공개 메소드

public HandleOpeningSubGroup ( ) : bool
리턴 bool

RtfDestinationFontTable() 공개 메소드

public RtfDestinationFontTable ( ) : System
리턴 System

RtfDestinationFontTable() 공개 메소드

public RtfDestinationFontTable ( RtfParser parser ) : System
parser RtfParser
리턴 System

SetBias() 공개 메소드

public SetBias ( String value ) : void
value String
리턴 void

SetCharset() 공개 메소드

public SetCharset ( String charset ) : void
charset String
리턴 void

SetCodePage() 공개 메소드

public SetCodePage ( String value ) : void
value String
리턴 void

SetFontAlternate() 공개 메소드

public SetFontAlternate ( String fontAlternate ) : void
fontAlternate String
리턴 void

SetFontFamily() 공개 메소드

public SetFontFamily ( String fontFamily ) : void
fontFamily String
리턴 void

SetFontName() 공개 메소드

public SetFontName ( String fontName ) : void
fontName String
리턴 void

SetFontNumber() 공개 메소드

public SetFontNumber ( String fontNr ) : void
fontNr String
리턴 void

SetParser() 공개 메소드

public SetParser ( RtfParser parser ) : void
parser RtfParser
리턴 void

SetPitch() 공개 메소드

public SetPitch ( String value ) : void
value String
리턴 void

SetThemeFont() 공개 메소드

public SetThemeFont ( String themeFont ) : void
themeFont String
리턴 void

SetToDefaults() 공개 메소드

public SetToDefaults ( ) : void
리턴 void

SetTrueType() 공개 메소드

public SetTrueType ( String value ) : void
value String
리턴 void