C# Class RtfDomParser.RTFDomElementList

Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: SourceCodeBackup/RtfDomParser Class Usage Examples

Méthodes publiques

Méthode Description
Add ( RTFDomElement element ) : int

add element

IndexOf ( RTFDomElement element ) : int

Get the index of special element that starts with 0.

Insert ( int index, RTFDomElement element ) : void

insert element

RTFDomElementList ( ) : System

initialize instance

Remove ( RTFDomElement node ) : void

delete element

ToArray ( ) : RtfDomParser.RTFDomElement[]

return element array

this ( int index ) : RTFDomElement

get the element at special index

Method Details

Add() public méthode

add element
public Add ( RTFDomElement element ) : int
element RTFDomElement element
Résultat int

IndexOf() public méthode

Get the index of special element that starts with 0.
public IndexOf ( RTFDomElement element ) : int
element RTFDomElement element
Résultat int

Insert() public méthode

insert element
public Insert ( int index, RTFDomElement element ) : void
index int special index
element RTFDomElement element
Résultat void

RTFDomElementList() public méthode

initialize instance
public RTFDomElementList ( ) : System
Résultat System

Remove() public méthode

delete element
public Remove ( RTFDomElement node ) : void
node RTFDomElement element
Résultat void

ToArray() public méthode

return element array
public ToArray ( ) : RtfDomParser.RTFDomElement[]
Résultat RtfDomParser.RTFDomElement[]

this() public méthode

get the element at special index
public this ( int index ) : RTFDomElement
index int index
Résultat RTFDomElement