BottomBorderLineProperties コンストラクター

定義

オーバーロード

BottomBorderLineProperties()

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

BottomBorderLineProperties(OpenXmlElement[])

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

BottomBorderLineProperties(IEnumerable<OpenXmlElement>)

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

BottomBorderLineProperties(String)

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

BottomBorderLineProperties()

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

public BottomBorderLineProperties ();
Public Sub New ()

適用対象

BottomBorderLineProperties(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

BottomBorderLineProperties(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

BottomBorderLineProperties(String)

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

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

パラメーター

outerXml
String

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

適用対象