TextSpacingType コンストラクター

定義

オーバーロード

TextSpacingType()

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

TextSpacingType(OpenXmlElement[])

指定した子要素を持つ TextSpacingType クラスの新しいインスタンスを初期化します。

TextSpacingType(IEnumerable<OpenXmlElement>)

指定した子要素を持つ TextSpacingType クラスの新しいインスタンスを初期化します。

TextSpacingType(String)

外側の XML から TextSpacingType クラスの新しいインスタンスを初期化します。

TextSpacingType()

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

protected TextSpacingType ();
Protected Sub New ()

適用対象

TextSpacingType(OpenXmlElement[])

指定した子要素を持つ TextSpacingType クラスの新しいインスタンスを初期化します。

protected TextSpacingType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.TextSpacingType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.TextSpacingType
Protected Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

TextSpacingType(IEnumerable<OpenXmlElement>)

指定した子要素を持つ TextSpacingType クラスの新しいインスタンスを初期化します。

protected TextSpacingType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.TextSpacingType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.TextSpacingType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

TextSpacingType(String)

外側の XML から TextSpacingType クラスの新しいインスタンスを初期化します。

protected TextSpacingType (string outerXml);
new DocumentFormat.OpenXml.Drawing.TextSpacingType : string -> DocumentFormat.OpenXml.Drawing.TextSpacingType
Protected Sub New (outerXml As String)

パラメーター

outerXml
String

要素の外部 XML を指定します。

適用対象