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.v26.1.dll
Declaration
public abstract class LimitedThemeFormatObjectCollection<T> :
LimitedPresentationObjectCollectionBase<T>
where T : OfficeObject
Type Parameters
| Name | Description |
|---|---|
| T | The type of format objects in the collection. |
Inheritance
Object
DevExpress.Docs.Office.Internal.OfficeCollectionBase<T>
DevExpress.Docs.Office.Internal.OfficeObjectCollectionBase<T>
LimitedPresentationObjectCollectionBase<T>
LimitedThemeFormatObjectCollection<T>
See Also