OpenXmlLeafTextElement 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
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