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

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

공개 메소드들

메소드 설명
Add ( IRtfFont item ) : void
Clear ( ) : void
ContainsFontWithId ( string fontId ) : bool
CopyTo ( IRtfFont array, int index ) : void
this ( int index ) : IRtfFont
this ( string id ) : IRtfFont

메소드 상세

Add() 공개 메소드

public Add ( IRtfFont item ) : void
item IRtfFont
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ContainsFontWithId() 공개 메소드

public ContainsFontWithId ( string fontId ) : bool
fontId string
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( IRtfFont array, int index ) : void
array IRtfFont
index int
리턴 void

this() 공개 메소드

public this ( int index ) : IRtfFont
index int
리턴 IRtfFont

this() 공개 메소드

public this ( string id ) : IRtfFont
id string
리턴 IRtfFont