DefaultPropertyEditorNamespace 构造函数

定义

重载

DefaultPropertyEditorNamespace()

初始化 DefaultPropertyEditorNamespace 类的新实例。

DefaultPropertyEditorNamespace(String)

使用指定的文本内容初始化 DefaultPropertyEditorNamespace 类的新实例。

DefaultPropertyEditorNamespace()

初始化 DefaultPropertyEditorNamespace 类的新实例。

public DefaultPropertyEditorNamespace ();
Public Sub New ()

适用于

DefaultPropertyEditorNamespace(String)

使用指定的文本内容初始化 DefaultPropertyEditorNamespace 类的新实例。

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

参数

text
String

指定 元素的文本内容。

适用于