DocumentSecurity 构造函数

定义

重载

DocumentSecurity()

初始化 DocumentSecurity 类的新实例。

DocumentSecurity(String)

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

DocumentSecurity()

初始化 DocumentSecurity 类的新实例。

public DocumentSecurity ();
Public Sub New ()

适用于

DocumentSecurity(String)

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

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

参数

text
String

指定 元素的文本内容。

适用于