SharedDocument Constructors

Definition

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.

Applies to