Share via


HorizontalTextAlignment コンストラクター

定義

オーバーロード

HorizontalTextAlignment()

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

HorizontalTextAlignment(String)

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

HorizontalTextAlignment()

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

public HorizontalTextAlignment ();
Public Sub New ()

適用対象

HorizontalTextAlignment(String)

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

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

パラメーター

text
String

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

適用対象