C# 클래스 Itenso.Rtf.Model.RtfFont

상속: IRtfFont
파일 보기 프로젝트 열기: Shereef/RTF-to-HTML-Converter-Class-Library-DLL 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetEncoding ( ) : Encoding
GetHashCode ( ) : int
RtfFont ( string id, RtfFontKind kind, RtfFontPitch pitch, int charSet, int codePage, string name ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
ComputeHashCode ( ) : int
IsEqual ( object obj ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetEncoding() 공개 메소드

public GetEncoding ( ) : Encoding
리턴 System.Text.Encoding

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

RtfFont() 공개 메소드

public RtfFont ( string id, RtfFontKind kind, RtfFontPitch pitch, int charSet, int codePage, string name ) : System
id string
kind RtfFontKind
pitch RtfFontPitch
charSet int
codePage int
name string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string