CommentAuthor.ColorIndex 属性

定义

clrIdx.表示架构中的以下属性:clrIdx

[DocumentFormat.OpenXml.SchemaAttr(0, "clrIdx")]
public DocumentFormat.OpenXml.UInt32Value ColorIndex { get; set; }
member this.ColorIndex : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property ColorIndex As UInt32Value

属性值

返回 UInt32Value

属性

注解

使用此类时,ECMA 国际标准 ECMA-376 中的以下信息可能很有用。

此属性指定生成应用程序的注释颜色表中的索引,以允许视觉 (颜色) 区分不同作者的注释。 此颜色用于此作者的所有评论。 如果存在的作者数多于颜色表中的条目数,则颜色索引将环绕到表的开头。

完全由生成应用程序来确定注释颜色表中使用的颜色量,以及这些颜色在幻灯片图面上呈现注释时使用的顺序。

此属性的可能值由 XML 架构 unsignedInt 数据类型定义。

适用于