NotesViewProperties Constructors

Definition

Overloads

NotesViewProperties()

Initializes a new instance of the NotesViewProperties class.

NotesViewProperties(OpenXmlElement[])

Initializes a new instance of the NotesViewProperties class with the specified child elements.

NotesViewProperties(IEnumerable<OpenXmlElement>)

Initializes a new instance of the NotesViewProperties class with the specified child elements.

NotesViewProperties(String)

Initializes a new instance of the NotesViewProperties class from outer XML.

NotesViewProperties()

Initializes a new instance of the NotesViewProperties class.

public NotesViewProperties ();
Public Sub New ()

Applies to

NotesViewProperties(OpenXmlElement[])

Initializes a new instance of the NotesViewProperties class with the specified child elements.

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())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

NotesViewProperties(IEnumerable<OpenXmlElement>)

Initializes a new instance of the NotesViewProperties class with the specified child elements.

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))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

NotesViewProperties(String)

Initializes a new instance of the NotesViewProperties class from outer XML.

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to