[]
Represents a collection of C1.Document.Style objects. This is the type of the C1.Document.Style.Children collection on a C1.Document.Style.
public class StyleCollection : OwnedCollection<Style>, IList<Style>, ICollection<Style>, IList, ICollection, IReadOnlyList<Style>, IReadOnlyCollection<Style>, IEnumerable<Style>, IEnumerable
Public Class StyleCollection
Inherits OwnedCollection(Of Style)
Implements IList(Of Style), ICollection(Of Style), IList, ICollection, IReadOnlyList(Of Style), IReadOnlyCollection(Of Style), IEnumerable(Of Style), IEnumerable
| Name | Description |
|---|---|
| StyleCollection() |
| Name | Description |
|---|---|
| Owner | Gets C1.Document.Style object owning this collection. |