Compartilhar via


HandoutMonikerList Construtores

Definição

Sobrecargas

HandoutMonikerList()

Inicializa uma nova instância da classe HandoutMonikerList.

HandoutMonikerList(OpenXmlElement[])

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

HandoutMonikerList(IEnumerable<OpenXmlElement>)

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

HandoutMonikerList(String)

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

HandoutMonikerList()

Inicializa uma nova instância da classe HandoutMonikerList.

public HandoutMonikerList ();
Public Sub New ()

Aplica-se a

HandoutMonikerList(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

HandoutMonikerList(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

HandoutMonikerList(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a