Compartilhar via


HandoutMasterIdList Construtores

Definição

Sobrecargas

HandoutMasterIdList()

Inicializa uma nova instância da classe HandoutMasterIdList.

HandoutMasterIdList(OpenXmlElement[])

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

HandoutMasterIdList(IEnumerable<OpenXmlElement>)

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

HandoutMasterIdList(String)

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

HandoutMasterIdList()

Inicializa uma nova instância da classe HandoutMasterIdList.

public HandoutMasterIdList ();
Public Sub New ()

Aplica-se a

HandoutMasterIdList(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

HandoutMasterIdList(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

HandoutMasterIdList(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a