ColorScheme

ColorScheme 类

存储主题定义的颜色。

public class ColorScheme : IColorScheme

属性

名称描述
Accent1 { get; }方案中的第一强调色。只读 IColorFormat
Accent2 { get; }方案中的第二强调色。只读 IColorFormat
Accent3 { get; }方案中的第三强调色。只读 IColorFormat
Accent4 { get; }方案中的第四强调色。只读 IColorFormat
Accent5 { get; }方案中的第五强调色。只读 IColorFormat
Accent6 { get; }方案中的第六强调色。只读 IColorFormat
Dark1 { get; }方案中的第一暗色。只读 IColorFormat
Dark2 { get; }方案中的第二暗色。只读 IColorFormat
FollowedHyperlink { get; }访问过的超链接的颜色。只读 IColorFormat
Hyperlink { get; }超链接的颜色。只读 IColorFormat
Item { get; }获取指定索引处的元素。只读 IColorFormat
Light1 { get; }方案中的第一浅色。只读 IColorFormat
Light2 { get; }方案中的第二浅色。只读 IColorFormat
Presentation { get; }返回父演示文稿。只读 IPresentation
Slide { get; }返回父幻灯片。只读 IBaseSlide

参见