SharedDocument 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
SharedDocument() |
Initializes a new instance of the SharedDocument class. |
SharedDocument(String) |
Initializes a new instance of the SharedDocument class with the specified text content. |
SharedDocument()
Initializes a new instance of the SharedDocument class.
public SharedDocument ();
Public Sub New ()
Applies to
SharedDocument(String)
Initializes a new instance of the SharedDocument class with the specified text content.
public SharedDocument (string text);
new DocumentFormat.OpenXml.ExtendedProperties.SharedDocument : string -> DocumentFormat.OpenXml.ExtendedProperties.SharedDocument
Public Sub New (text As String)
Parameters
- text
- String
Specifies the text content of the element.