ColorScheme

ColorScheme class

存储主题定义的颜色。

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

也可以看看