VTOStreamData Constructors

Definition

Overloads

VTOStreamData()

Initializes a new instance of the VTOStreamData class.

VTOStreamData(String)

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

VTOStreamData()

Initializes a new instance of the VTOStreamData class.

public VTOStreamData ();
Public Sub New ()

Applies to

VTOStreamData(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to