TextType Constructors

Definition

Overloads

TextType()

Initializes a new instance of the TextType class.

TextType(String)

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

TextType()

Initializes a new instance of the TextType class.

protected TextType ();
Protected Sub New ()

Applies to

TextType(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to