LinePropertiesType コンストラクター

定義

オーバーロード

LinePropertiesType()

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

LinePropertiesType(OpenXmlElement[])

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

LinePropertiesType(IEnumerable<OpenXmlElement>)

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

LinePropertiesType(String)

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

LinePropertiesType()

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

protected LinePropertiesType ();
Protected Sub New ()

適用対象

LinePropertiesType(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

LinePropertiesType(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

LinePropertiesType(String)

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

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

パラメーター

outerXml
String

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

適用対象