Share via


SXsdstring Constructors

Definition

Overloads

SXsdstring()

Initializes a new instance of the SXsdstring class.

SXsdstring(String)

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

SXsdstring()

Initializes a new instance of the SXsdstring class.

public SXsdstring ();
Public Sub New ()

Applies to

SXsdstring(String)

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

public SXsdstring (string text);
new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.SXsdstring : string -> DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.SXsdstring
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to