Skip to main content
All docs
V25.2
  • OfficeColorType Enum

    Lists color types that can be used in Office documents.

    Namespace: DevExpress.Docs

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public enum OfficeColorType

    Members

    Name Description
    RGB

    Color is defined by red, blue, and green (RGB) values.

    System

    Color is defined by a system color.

    Scheme

    Color is defined by the application-specific scheme.

    Preset

    Color is defined by a preset color value.

    ScRGB

    Color is defined by the ScRGB color model.

    HSL

    Color is defined by the HSL color model.

    Related API Members

    The following properties accept/return OfficeColorType values:

    See Also