IColorScheme

IColorScheme 接口

存储主题定义的颜色。

public interface IColorScheme : ISlideComponent

属性

名称描述
Accent1 { get; }方案中的第一个强调颜色。只读 IColorFormat
Accent2 { get; }方案中的第二个强调颜色。只读 IColorFormat
Accent3 { get; }方案中的第三个强调颜色。只读 IColorFormat
Accent4 { get; }方案中的第四个强调颜色。只读 IColorFormat
Accent5 { get; }方案中的第五个强调颜色。只读 IColorFormat
Accent6 { get; }方案中的第六个强调颜色。只读 IColorFormat
AsISlideComponent { get; }返回 ISlideComponent 接口。只读 ISlideComponent
Dark1 { get; }方案中的第一个深色。只读 IColorFormat
Dark2 { get; }方案中的第二个深色。只读 IColorFormat
FollowedHyperlink { get; }已访问超链接的颜色。只读 IColorFormat
Hyperlink { get; }超链接的颜色。只读 IColorFormat
Item { get; }获取指定索引的元素。只读 IColorFormat
Light1 { get; }方案中的第一个浅色。只读 IColorFormat
Light2 { get; }方案中的第二个浅色。只读 IColorFormat

另见