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

Inheritance: System.Collections.ReadOnlyCollectionBase, IRtfHtmlCssStyleCollection
Afficher le fichier Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Méthodes publiques

Méthode 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 méthode

public Add ( IRtfHtmlCssStyle item ) : void
item IRtfHtmlCssStyle
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( string selectorName ) : bool
selectorName string
Résultat bool

CopyTo() public méthode

public CopyTo ( IRtfHtmlCssStyle array, int index ) : void
array IRtfHtmlCssStyle
index int
Résultat void

this() public méthode

public this ( int index ) : IRtfHtmlCssStyle
index int
Résultat IRtfHtmlCssStyle