次の方法で共有


PresentationLayoutVariables コンストラクター

定義

オーバーロード

PresentationLayoutVariables()

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

PresentationLayoutVariables(OpenXmlElement[])

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

PresentationLayoutVariables(IEnumerable<OpenXmlElement>)

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

PresentationLayoutVariables(String)

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

PresentationLayoutVariables()

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

public PresentationLayoutVariables ();
Public Sub New ()

適用対象

PresentationLayoutVariables(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

PresentationLayoutVariables(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

PresentationLayoutVariables(String)

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

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

パラメーター

outerXml
String

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

適用対象