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