Skip to main content
All docs
V26.1
  • OfficeColorType Enum

    Lists color types that can be used in Office documents.

    Namespace: DevExpress.Docs

    Assembly: DevExpress.Docs.Core.v26.1.dll

    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