DocumentSecurity Constructors

Definition

Overloads

DocumentSecurity()

Initializes a new instance of the DocumentSecurity class.

DocumentSecurity(String)

Initializes a new instance of the DocumentSecurity class with the specified text content.

DocumentSecurity()

Initializes a new instance of the DocumentSecurity class.

public DocumentSecurity ();
Public Sub New ()

Applies to

DocumentSecurity(String)

Initializes a new instance of the DocumentSecurity class with the specified text content.

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

Parameters

text
String

Specifies the text content of the element.

Applies to