Méthode | Description | |
---|---|---|
Add ( |
add element
|
|
IndexOf ( |
Get the index of special element that starts with 0.
|
|
Insert ( int index, |
insert element
|
|
RTFDomElementList ( ) : System |
initialize instance
|
|
Remove ( |
delete element
|
|
ToArray ( ) : RtfDomParser.RTFDomElement[] |
return element array
|
|
this ( int index ) : |
get the element at special index
|
public Add ( |
||
element | element | |
Résultat | int |
public IndexOf ( |
||
element | element | |
Résultat | int |
public Insert ( int index, |
||
index | int | special index |
element | element | |
Résultat | void |
public Remove ( |
||
node | element | |
Résultat | void |
public ToArray ( ) : RtfDomParser.RTFDomElement[] | ||
Résultat | RtfDomParser.RTFDomElement[] |
public this ( int index ) : |
||
index | int | index |
Résultat |