Partager via


SectionOld Constructeurs

Définition

Surcharges

SectionOld()

Initialise une nouvelle instance de la classe SectionOld.

SectionOld(OpenXmlElement[])

Initialise une nouvelle instance de la classe SectionOld avec les éléments enfants spécifiés.

SectionOld(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe SectionOld avec les éléments enfants spécifiés.

SectionOld(String)

Initialise une nouvelle instance de la classe SectionOld à partir d’un code XML externe.

SectionOld()

Initialise une nouvelle instance de la classe SectionOld.

public SectionOld ();
Public Sub New ()

S’applique à

SectionOld(OpenXmlElement[])

Initialise une nouvelle instance de la classe SectionOld avec les éléments enfants spécifiés.

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

SectionOld(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe SectionOld avec les éléments enfants spécifiés.

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

SectionOld(String)

Initialise une nouvelle instance de la classe SectionOld à partir d’un code XML externe.

public SectionOld (string outerXml);
new DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld : string -> DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld
Public Sub New (outerXml As String)

Paramètres

outerXml
String

Spécifie le code XML externe de l’élément.

S’applique à