C# Class Itenso.Rtf.Model.RtfDocumentPropertyCollection

Inheritance: ReadOnlyBaseCollection, IRtfDocumentPropertyCollection
Afficher le fichier Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL Class Usage Examples

Méthodes publiques

Méthode Description
Add ( IRtfDocumentProperty item ) : void
Clear ( ) : void
CopyTo ( IRtfDocumentProperty array, int index ) : void
this ( int index ) : IRtfDocumentProperty
this ( string name ) : IRtfDocumentProperty

Method Details

Add() public méthode

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

Clear() public méthode

public Clear ( ) : void
Résultat void

CopyTo() public méthode

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

this() public méthode

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

this() public méthode

public this ( string name ) : IRtfDocumentProperty
name string
Résultat IRtfDocumentProperty