C# Class Itenso.Rtf.Model.RtfFontCollection

Inheritance: ReadOnlyBaseCollection, IRtfFontCollection
Show file Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL Class Usage Examples

Public Methods

Method Description
Add ( IRtfFont item ) : void
Clear ( ) : void
ContainsFontWithId ( string fontId ) : bool
CopyTo ( IRtfFont array, int index ) : void
this ( int index ) : IRtfFont
this ( string id ) : IRtfFont

Method Details

Add() public method

public Add ( IRtfFont item ) : void
item IRtfFont
return void

Clear() public method

public Clear ( ) : void
return void

ContainsFontWithId() public method

public ContainsFontWithId ( string fontId ) : bool
fontId string
return bool

CopyTo() public method

public CopyTo ( IRtfFont array, int index ) : void
array IRtfFont
index int
return void

this() public method

public this ( int index ) : IRtfFont
index int
return IRtfFont

this() public method

public this ( string id ) : IRtfFont
id string
return IRtfFont