次の方法で共有


NotesStyle コンストラクター

定義

オーバーロード

NotesStyle()

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

NotesStyle(OpenXmlElement[])

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

NotesStyle(IEnumerable<OpenXmlElement>)

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

NotesStyle(String)

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

NotesStyle()

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

public NotesStyle ();
Public Sub New ()

適用対象

NotesStyle(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

NotesStyle(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

NotesStyle(String)

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

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

パラメーター

outerXml
String

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

適用対象