Share via


VerticalTextAlignment Constructors

Definition

Overloads

VerticalTextAlignment()

Initializes a new instance of the VerticalTextAlignment class.

VerticalTextAlignment(String)

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

VerticalTextAlignment()

Initializes a new instance of the VerticalTextAlignment class.

public VerticalTextAlignment ();
Public Sub New ()

Applies to

VerticalTextAlignment(String)

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

public VerticalTextAlignment (string text);
new DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment : string -> DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to