次の方法で共有


VerticalTextAlignment コンストラクター

定義

オーバーロード

VerticalTextAlignment()

VerticalTextAlignment クラスの新しいインスタンスを初期化します。

VerticalTextAlignment(String)

指定したテキスト コンテンツを使用して VerticalTextAlignment クラスの新しいインスタンスを初期化します。

VerticalTextAlignment()

VerticalTextAlignment クラスの新しいインスタンスを初期化します。

public VerticalTextAlignment ();
Public Sub New ()

適用対象

VerticalTextAlignment(String)

指定したテキスト コンテンツを使用して VerticalTextAlignment クラスの新しいインスタンスを初期化します。

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

パラメーター

text
String

要素のテキスト コンテンツを指定します。

適用対象