DocumentSecurity Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.