C# Class Itenso.Rtf.Converter.Html.RtfHtmlCssStyleCollection

Inheritance: System.Collections.ReadOnlyCollectionBase, IRtfHtmlCssStyleCollection
显示文件 Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Public Methods

Method Description
Add ( IRtfHtmlCssStyle item ) : void
Clear ( ) : void
Contains ( string selectorName ) : bool
CopyTo ( IRtfHtmlCssStyle array, int index ) : void
this ( int index ) : IRtfHtmlCssStyle

Method Details

Add() public method

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

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( string selectorName ) : bool
selectorName string
return bool

CopyTo() public method

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

this() public method

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