OpenXmlLeafTextElement Constructors

Definition

Overloads

OpenXmlLeafTextElement()

Initializes a new instance of the OpenXmlLeafTextElement class.

OpenXmlLeafTextElement(String)

Initializes a new instance of the OpenXmlLeafTextElement class using the supplied text.

OpenXmlLeafTextElement()

Initializes a new instance of the OpenXmlLeafTextElement class.

protected OpenXmlLeafTextElement ();
Protected Sub New ()

Applies to

OpenXmlLeafTextElement(String)

Initializes a new instance of the OpenXmlLeafTextElement class using the supplied text.

protected OpenXmlLeafTextElement (string text);
new DocumentFormat.OpenXml.OpenXmlLeafTextElement : string -> DocumentFormat.OpenXml.OpenXmlLeafTextElement
Protected Sub New (text As String)

Parameters

text
String

Applies to