Back to Devexpress

LimitedThemeFormatObjectCollection<T> Class

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

latest2.4 KB
Original Source

LimitedThemeFormatObjectCollection<T> Class

Serves as the base class for theme format object collections that require a minimum of three elements and cannot contain theme color references.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

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

Type Parameters

NameDescription
T

The type of format objects in the collection.

|

Implements

IEnumerable<T>

IEnumerable

Inheritance

Object PresentationCollectionBase<T> PresentationObjectCollectionBase<T> LimitedPresentationObjectCollectionBase<T> LimitedThemeFormatObjectCollection<T> ThemeBackgroundFillCollection

ThemeEffectCollection

ThemeFillCollection

ThemeLineStyleCollection

See Also

LimitedThemeFormatObjectCollection<T> Members

DevExpress.Docs.Presentation Namespace