Back to Devexpress

PresentationObjectCollectionBase<T> Class

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

latest3.2 KB
Original Source

PresentationObjectCollectionBase<T> Class

A base class for collections of presentation objects.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public abstract class PresentationObjectCollectionBase<T> :
    PresentationCollectionBase<T>
    where T : PresentationObject
vb
Public MustInherit Class PresentationObjectCollectionBase(Of T As PresentationObject)
    Inherits PresentationCollectionBase(Of T)

Type Parameters

NameDescription
T

The type of presentation objects stored in the collection.

|

Inheritance

Show 21 items

Object PresentationCollectionBase<T> PresentationObjectCollectionBase<T> LimitedPresentationObjectCollectionBase<T>

PresentationObjectCollection<T>

SlideLayoutCollection

TextRunCollection

ShapePathCollection

ParagraphCollection

SlideCollection

SlideMasterCollection

AdjustHandleCollection

LimitedPresentationObjectCollection<T>

ShapeCollection

TableColumnCollection

TableRowCollection

ThemeBackgroundFillCollection

ThemeEffectCollection

ThemeFillCollection

ThemeLineStyleCollection

LimitedThemeFormatObjectCollection<T>

See Also

PresentationObjectCollectionBase<T> Members

DevExpress.Docs.Presentation Namespace