Share via


CharactersWithSpaces Constructors

Definition

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.

Applies to