Share via


Words Constructors

Definition

Overloads

Words()

Initializes a new instance of the Words class.

Words(String)

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

Words()

Initializes a new instance of the Words class.

public Words ();
Public Sub New ()

Applies to

Words(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to