Share via


VTBString Constructors

Definition

Overloads

VTBString()

Initializes a new instance of the VTBString class.

VTBString(String)

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

VTBString()

Initializes a new instance of the VTBString class.

public VTBString ();
Public Sub New ()

Applies to

VTBString(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to