Enum ColorType

Enum ColorType

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Stellt alle Farbtypen dar

public enum ColorType

Felder

Automatic = 0

Automatische Farbe.

AutomaticIndex = 1

Es ist eine automatische Farbe, aber die angezeigte Farbe hängt von den Einstellungen des Betriebssystems ab.

Nicht unterstützt.

IndexedColor = 3

Der Farbindex in der Farbpalette.

RGB = 2

Die RGB-Farbe.

Theme = 4

Die Themenfarbe.

 Deutsch