| IStyleCollection Interface | 
Namespace: Spire.Doc.Interface
 Syntax
Syntax
 
The IStyleCollection type exposes the following members.
 Properties
Properties
 
| Name | Description | |
|---|---|---|
|   | Count | 
 Gets the number of items in collection.
(Inherited from
 ICollectionBase
.) | 
|   | Item | 
 Gets the
 
[!:Spire.Doc.IStyle]
 
 at the specified index.
 | 
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|   | Add | 
 Adds the specified style.
 | 
|   | FindByName(String) | 
 Finds a first style with specified style name
 | 
|   | FindByName(String, StyleType) | 
 Finds a style by style name and style type
 | 
|   | GetEnumerator | 
 Returns an enumerator that iterates through a collection.
(Inherited from
 IEnumerable
.) | 
 See Also
See Also