次の方法で共有


NotesViewProperties コンストラクター

定義

オーバーロード

NotesViewProperties()

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

NotesViewProperties(OpenXmlElement[])

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

NotesViewProperties(IEnumerable<OpenXmlElement>)

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

NotesViewProperties(String)

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

NotesViewProperties()

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

public NotesViewProperties ();
Public Sub New ()

適用対象

NotesViewProperties(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

NotesViewProperties(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

NotesViewProperties(String)

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

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

パラメーター

outerXml
String

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

適用対象