Compartilhar via


NotesViewProperties Construtores

Definição

Sobrecargas

NotesViewProperties()

Inicializa uma nova instância da classe NotesViewProperties.

NotesViewProperties(OpenXmlElement[])

Inicializa uma nova instância da classe NotesViewProperties com os elementos filho especificados.

NotesViewProperties(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe NotesViewProperties com os elementos filho especificados.

NotesViewProperties(String)

Inicializa uma nova instância da classe NotesViewProperties do XML externo.

NotesViewProperties()

Inicializa uma nova instância da classe NotesViewProperties.

public NotesViewProperties ();
Public Sub New ()

Aplica-se a

NotesViewProperties(OpenXmlElement[])

Inicializa uma nova instância da classe NotesViewProperties com os elementos filho especificados.

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

NotesViewProperties(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe NotesViewProperties com os elementos filho especificados.

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

NotesViewProperties(String)

Inicializa uma nova instância da classe NotesViewProperties do XML externo.

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a