IStyleCollection Interface |
Namespace: Spire.Doc.Interface
The IStyleCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Count |
Gets the number of items in collection.
(Inherited from
ICollectionBase
.)
|
![]() |
Item |
Gets the
[!:Spire.Doc.IStyle]
at the specified index.
|
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
.)
|