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