VTOBlob Constructors

Definition

Overloads

VTOBlob()

Initializes a new instance of the VTOBlob class.

VTOBlob(String)

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

VTOBlob()

Initializes a new instance of the VTOBlob class.

public VTOBlob ();
Public Sub New ()

Applies to

VTOBlob(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to