Share via


VTLPSTR Constructors

Definition

Overloads

VTLPSTR()

Initializes a new instance of the VTLPSTR class.

VTLPSTR(String)

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

VTLPSTR()

Initializes a new instance of the VTLPSTR class.

public VTLPSTR ();
Public Sub New ()

Applies to

VTLPSTR(String)

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

public VTLPSTR (string text);
new DocumentFormat.OpenXml.VariantTypes.VTLPSTR : string -> DocumentFormat.OpenXml.VariantTypes.VTLPSTR
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to