ExtendedGuideList Construtores

Definição

Sobrecargas

Nome Description
ExtendedGuideList()

Inicializa uma nova instância da classe ExtendedGuideList.

ExtendedGuideList(OpenXmlElement[])

Inicializa uma nova instância da classe ExtendedGuideList com os elementos subordinados especificados.

ExtendedGuideList(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe ExtendedGuideList com os elementos subordinados especificados.

ExtendedGuideList(String)

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

ExtendedGuideList()

Inicializa uma nova instância da classe ExtendedGuideList.

protected ExtendedGuideList();
Protected Sub New ()

Aplica-se a

ExtendedGuideList(OpenXmlElement[])

Inicializa uma nova instância da classe ExtendedGuideList com os elementos subordinados especificados.

protected ExtendedGuideList(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos subordinados.

Aplica-se a

ExtendedGuideList(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe ExtendedGuideList com os elementos subordinados especificados.

protected ExtendedGuideList(System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos subordinados.

Aplica-se a

ExtendedGuideList(String)

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

protected ExtendedGuideList(string outerXml);
new DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList : string -> DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList
Protected Sub New (outerXml As String)

Parâmetros

outerXml
String

Especifica o XML externo do elemento .

Aplica-se a