C# Class RtfDomParser.RTFAttributeList

Inheritance: System.Collections.CollectionBase
Mostra file Open project: SourceCodeBackup/RtfDomParser Class Usage Examples

Public Methods

Method Description
Add ( RTFAttribute item ) : int
Add ( string name, int v ) : int
Clone ( ) : RTFAttributeList
Contains ( RTFAttribute item ) : bool
Contains ( string name ) : bool
GetItem ( int index ) : RTFAttribute
RTFAttributeList ( ) : System

initialize instance

Remove ( RTFAttribute item ) : void
Remove ( string name ) : void
this ( string name ) : int

Method Details

Add() public method

public Add ( RTFAttribute item ) : int
item RTFAttribute
return int

Add() public method

public Add ( string name, int v ) : int
name string
v int
return int

Clone() public method

public Clone ( ) : RTFAttributeList
return RTFAttributeList

Contains() public method

public Contains ( RTFAttribute item ) : bool
item RTFAttribute
return bool

Contains() public method

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

GetItem() public method

public GetItem ( int index ) : RTFAttribute
index int
return RTFAttribute

RTFAttributeList() public method

initialize instance
public RTFAttributeList ( ) : System
return System

Remove() public method

public Remove ( RTFAttribute item ) : void
item RTFAttribute
return void

Remove() public method

public Remove ( string name ) : void
name string
return void

this() public method

public this ( string name ) : int
name string
return int