VerticalTextAlignment Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.