次の方法で共有


Annotation コンストラクター

定義

オーバーロード

Annotation()

Annotation クラスの新しいインスタンスを初期化します。

Annotation(String)

指定したテキスト コンテンツを使用して、Annotation クラスの新しいインスタンスを初期化します。

Annotation()

Annotation クラスの新しいインスタンスを初期化します。

public Annotation ();
Public Sub New ()

適用対象

Annotation(String)

指定したテキスト コンテンツを使用して、Annotation クラスの新しいインスタンスを初期化します。

public Annotation (string text);
new DocumentFormat.OpenXml.InkML.Annotation : string -> DocumentFormat.OpenXml.InkML.Annotation
Public Sub New (text As String)

パラメーター

text
String

要素のテキスト コンテンツを指定します。

適用対象