Words 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
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.