Compartilhar via


SummaryZoomMonikerList Construtores

Definição

Sobrecargas

SummaryZoomMonikerList()

Inicializa uma nova instância da classe SummaryZoomMonikerList.

SummaryZoomMonikerList(OpenXmlElement[])

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

SummaryZoomMonikerList(IEnumerable<OpenXmlElement>)

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

SummaryZoomMonikerList(String)

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

SummaryZoomMonikerList()

Inicializa uma nova instância da classe SummaryZoomMonikerList.

public SummaryZoomMonikerList ();
Public Sub New ()

Aplica-se a

SummaryZoomMonikerList(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

SummaryZoomMonikerList(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

SummaryZoomMonikerList(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a