[]
        
(Showing Draft Content)

C1.Document.StyleCollection

StyleCollection Class

Represents a collection of C1.Document.Style objects. This is the type of the C1.Document.Style.Children collection on a C1.Document.Style.

Inheritance
Collection<Style>
OwnedCollectionBase<Style>
OwnedCollection<Style>
StyleCollection
Namespace: C1.Document
Assembly: C1.Document.4.6.2.dll
Syntax
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

Constructors

Name Description
StyleCollection()

Properties

Name Description
Owner

Gets C1.Document.Style object owning this collection.