Click or drag to resize

LayoutCollection T Class

Represents a generic collection of layout entity types.
Inheritance Hierarchy
System Object
Spire.Doc.Pages LayoutCollection T

Namespace: Spire.Doc.Pages
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public sealed class LayoutCollection<T> : IEnumerable<T>, 
	IEnumerable
where T : LayoutElement

Type Parameters

T

The LayoutCollection T type exposes the following members.

Properties
Name Description
Public property Count
Gets the number of entities in the collection.
Public property First
Returns the first entity in the collection.
Public property Item
Retrieves the entity at the given index.
Public property Last
Returns the last entity in the collection.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method IndexOf
Returns the zero-based index of the first occurrence of a specific item in the collection.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also