dml
dml
¶
Enumerations used by DrawingML objects.
MSO_COLOR_TYPE
¶
Bases: BaseEnum
Specifies the color specification scheme.
Example:
MS API name: MsoColorType
http://msdn.microsoft.com/en-us/library/office/ff864912(v=office.15).aspx
MSO_THEME_COLOR_INDEX
¶
Bases: BaseXmlEnum
Indicates the Office theme color, one of those shown in the color gallery on the formatting ribbon.
Alias: MSO_THEME_COLOR
Example:
MS API name: MsoThemeColorIndex
http://msdn.microsoft.com/en-us/library/office/ff860782(v=office.15).aspx
NOT_THEME_COLOR
class-attribute
instance-attribute
¶
Indicates the color is not a theme color.
ACCENT_1
class-attribute
instance-attribute
¶
Specifies the Accent 1 theme color.
ACCENT_2
class-attribute
instance-attribute
¶
Specifies the Accent 2 theme color.
ACCENT_3
class-attribute
instance-attribute
¶
Specifies the Accent 3 theme color.
ACCENT_4
class-attribute
instance-attribute
¶
Specifies the Accent 4 theme color.
ACCENT_5
class-attribute
instance-attribute
¶
Specifies the Accent 5 theme color.
ACCENT_6
class-attribute
instance-attribute
¶
Specifies the Accent 6 theme color.
BACKGROUND_1
class-attribute
instance-attribute
¶
Specifies the Background 1 theme color.
BACKGROUND_2
class-attribute
instance-attribute
¶
Specifies the Background 2 theme color.
DARK_1
class-attribute
instance-attribute
¶
Specifies the Dark 1 theme color.
DARK_2
class-attribute
instance-attribute
¶
Specifies the Dark 2 theme color.
FOLLOWED_HYPERLINK
class-attribute
instance-attribute
¶
FOLLOWED_HYPERLINK = (
12,
"followedHyperlink",
"Specifies the theme color for a clicked hyperlink.",
)
Specifies the theme color for a clicked hyperlink.
HYPERLINK
class-attribute
instance-attribute
¶
Specifies the theme color for a hyperlink.
LIGHT_1
class-attribute
instance-attribute
¶
Specifies the Light 1 theme color.
LIGHT_2
class-attribute
instance-attribute
¶
Specifies the Light 2 theme color.
TEXT_1
class-attribute
instance-attribute
¶
Specifies the Text 1 theme color.
TEXT_2
class-attribute
instance-attribute
¶
Specifies the Text 2 theme color.