Text 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
Text() |
Initializes a new instance of the Text class. |
Text(String) |
Initializes a new instance of the Text class with the specified text content. |
Text()
Initializes a new instance of the Text class.
public Text ();
Public Sub New ()
Applies to
Text(String)
Initializes a new instance of the Text class with the specified text content.
public Text (string text);
new DocumentFormat.OpenXml.Presentation.Text : string -> DocumentFormat.OpenXml.Presentation.Text
Public Sub New (text As String)
Parameters
- text
- String
Specifies the text content of the element.