次の方法で共有


TextListStyleType コンストラクター

定義

オーバーロード

TextListStyleType()

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

TextListStyleType(OpenXmlElement[])

指定した子要素を使用して TextListStyleType クラスの新しいインスタンスを初期化します。

TextListStyleType(IEnumerable<OpenXmlElement>)

指定した子要素を使用して TextListStyleType クラスの新しいインスタンスを初期化します。

TextListStyleType(String)

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

TextListStyleType()

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

public TextListStyleType ();
Public Sub New ()

適用対象

TextListStyleType(OpenXmlElement[])

指定した子要素を使用して TextListStyleType クラスの新しいインスタンスを初期化します。

public TextListStyleType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType
Public Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

TextListStyleType(IEnumerable<OpenXmlElement>)

指定した子要素を使用して TextListStyleType クラスの新しいインスタンスを初期化します。

public TextListStyleType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

TextListStyleType(String)

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

public TextListStyleType (string outerXml);
new DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType : string -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType
Public Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象