Back to Devexpress

PresentationObjectCollection<T> Class

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentationobjectcollection-1.md

latest2.8 KB
Original Source

PresentationObjectCollection<T> Class

The collection class for presentation objects.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public class PresentationObjectCollection<T> :
    PresentationObjectCollectionBase<T>,
    IList<T>,
    ICollection<T>,
    IEnumerable<T>,
    IEnumerable
    where T : PresentationObject
vb
Public Class PresentationObjectCollection(Of T As PresentationObject)
    Inherits PresentationObjectCollectionBase(Of T)
    Implements IList(Of T),
               ICollection(Of T),
               IEnumerable(Of T),
               IEnumerable

Type Parameters

NameDescription
T

The type of presentation objects stored in the collection

|

Implements

IList<T>

ICollection<T>

IEnumerable<T>

IEnumerable

Inheritance

Show 12 items

Object PresentationCollectionBase<T> PresentationObjectCollectionBase<T> PresentationObjectCollection<T> AdjustHandleCollection

ParagraphCollection

ShapeCollection

ShapePathCollection

SlideCollection

TableColumnCollection

TableRowCollection

TextRunCollection

See Also

PresentationObjectCollection<T> Members

DevExpress.Docs.Presentation Namespace