Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public interface IStyleCollection : ICollectionBase, 
	IEnumerable
Public Interface IStyleCollection
	Inherits ICollectionBase, IEnumerable
public interface class IStyleCollection : ICollectionBase, 
	IEnumerable
type IStyleCollection =  
    interface
        interface ICollectionBase
        interface IEnumerable
    end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Add(IStyle)
Count (Inherited from ICollectionBase.)
FindByName(String)
FindByName(String, StyleType)
GetEnumerator()()()()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Item[([( Int32])])

See Also