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