MsoThemeColorIndex Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt die Farbe des Office-Designs an.
public enum class MsoThemeColorIndex
public enum MsoThemeColorIndex
type MsoThemeColorIndex =
Public Enum MsoThemeColorIndex
- Vererbung
-
MsoThemeColorIndex
Felder
Name | Wert | Beschreibung |
---|---|---|
msoThemeColorMixed | -2 | Gibt ein gemischtes Farbdesign an. |
msoNotThemeColor | 0 | Gibt keine Designfarbe an. |
msoThemeColorDark1 | 1 | Specifies the Dark 1 theme color. |
msoThemeColorLight1 | 2 | Specifies the Light 1 theme color. |
msoThemeColorDark2 | 3 | Specifies the Dark 2 theme color. |
msoThemeColorLight2 | 4 | Specifies the Light 2 theme color. |
msoThemeColorAccent1 | 5 | Specifies the Accent 1 theme color. |
msoThemeColorAccent2 | 6 | Specifies the Accent 2 theme color. |
msoThemeColorAccent3 | 7 | Specifies the Accent 3 theme color. |
msoThemeColorAccent4 | 8 | Specifies the Accent 4 theme color. |
msoThemeColorAccent5 | 9 | Specifies the Accent 5 theme color. |
msoThemeColorAccent6 | 10 | Specifies the Accent 6 theme color. |
msoThemeColorHyperlink | 11 | Gibt die Designfarbe für einen Hyperlink an. |
msoThemeColorFollowedHyperlink | 12 | Gibt die Designfarbe für einen besuchten Hyperlink an. |
msoThemeColorText1 | 13 | Specifies the Text 1 theme color. |
msoThemeColorBackground1 | 14 | Specifies the Background 1 theme color. |
msoThemeColorText2 | 15 | Specifies the Text 2 theme color. |
msoThemeColorBackground2 | 16 | Specifies the Background 2 theme color. |