次の方法で共有


CommentAuthor.ColorIndex プロパティ

定義

clrIdx

スキーマ内の次の属性を表します: clrIdx

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

プロパティ値

UInt32Value を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

この属性は、生成するアプリケーションのコメントカラーテーブルへのインデックスを指定して、異なる作成者のコメントを視覚的 (色) で区別できるようにします。 この色は、この作成者のすべてのコメントに使用されます。 カラー テーブルにエントリがあるよりも多くの作成者が存在する場合、カラー インデックスはテーブルの先頭に折り返されます。

コメントの色テーブルで使用される色の量と、スライド画面にコメントをレンダリングするときに使用される順序を決定するには、生成アプリケーションに完全に任されています。

この属性に使用できる値は、XML スキーマ unsignedInt データ型によって定義されます。

適用対象