C# 클래스 RtfDomParser.RTFFontTable

상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: SourceCodeBackup/RtfDomParser 1 사용 예제들

공개 메소드들

메소드 설명
Add ( int index, string f, Encoding encoding ) : RTFFont

add font

Add ( string f ) : RTFFont

add font

Add ( string f, Encoding encoding ) : RTFFont

add font

Add ( RTFFont f ) : void
Clone ( ) : RTFFontTable

close object

GetFontName ( int fontIndex ) : string

get font object special font index

IndexOf ( string f ) : int

Get font index special font name

RTFFontTable ( ) : System

initialize instance

Remove ( string f ) : void

Remove font

ToString ( ) : string
Write ( RTFWriter writer ) : void

Write font table rtf

this ( int fontIndex ) : RTFFont

get font information special index

this ( string fontName ) : RTFFont

get font object special name

메소드 상세

Add() 공개 메소드

add font
public Add ( int index, string f, Encoding encoding ) : RTFFont
index int special font index
f string font name
encoding System.Text.Encoding
리턴 RTFFont

Add() 공개 메소드

add font
public Add ( string f ) : RTFFont
f string font name
리턴 RTFFont

Add() 공개 메소드

add font
public Add ( string f, Encoding encoding ) : RTFFont
f string font name
encoding System.Text.Encoding
리턴 RTFFont

Add() 공개 메소드

public Add ( RTFFont f ) : void
f RTFFont
리턴 void

Clone() 공개 메소드

close object
public Clone ( ) : RTFFontTable
리턴 RTFFontTable

GetFontName() 공개 메소드

get font object special font index
public GetFontName ( int fontIndex ) : string
fontIndex int font index
리턴 string

IndexOf() 공개 메소드

Get font index special font name
public IndexOf ( string f ) : int
f string font name
리턴 int

RTFFontTable() 공개 메소드

initialize instance
public RTFFontTable ( ) : System
리턴 System

Remove() 공개 메소드

Remove font
public Remove ( string f ) : void
f string font name
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

Write font table rtf
public Write ( RTFWriter writer ) : void
writer RTFWriter rtf text writer
리턴 void

this() 공개 메소드

get font information special index
public this ( int fontIndex ) : RTFFont
fontIndex int
리턴 RTFFont

this() 공개 메소드

get font object special name
public this ( string fontName ) : RTFFont
fontName string font name
리턴 RTFFont