PropertyEditorNamespace コンストラクター

定義

オーバーロード

PropertyEditorNamespace()

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

PropertyEditorNamespace(String)

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

PropertyEditorNamespace()

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

public PropertyEditorNamespace ();
Public Sub New ()

適用対象

PropertyEditorNamespace(String)

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

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

パラメーター

text
String

要素の文字列コンテンツを指定します。

適用対象