次の方法で共有


DocumentAbstract コンストラクター

定義

オーバーロード

DocumentAbstract()

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

DocumentAbstract(String)

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

DocumentAbstract()

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

public DocumentAbstract ();
Public Sub New ()

適用対象

DocumentAbstract(String)

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

public DocumentAbstract (string text);
new DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract : string -> DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract
Public Sub New (text As String)

パラメーター

text
String

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

適用対象