BandFormats Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
BandFormats() |
Initialise une nouvelle instance de la classe BandFormats. |
BandFormats(OpenXmlElement[]) |
Initialise une nouvelle instance de la classe BandFormats avec les éléments enfants spécifiés. |
BandFormats(IEnumerable<OpenXmlElement>) |
Initialise une nouvelle instance de la classe BandFormats avec les éléments enfants spécifiés. |
BandFormats(String) |
Initialise une nouvelle instance de la classe BandFormats à partir d’un code XML externe. |
BandFormats()
Initialise une nouvelle instance de la classe BandFormats.
public BandFormats ();
Public Sub New ()
S’applique à
BandFormats(OpenXmlElement[])
Initialise une nouvelle instance de la classe BandFormats avec les éléments enfants spécifiés.
public BandFormats (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Charts.BandFormats : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Charts.BandFormats
Public Sub New (ParamArray childElements As OpenXmlElement())
Paramètres
- childElements
- OpenXmlElement[]
Spécifie les éléments enfants.
S’applique à
BandFormats(IEnumerable<OpenXmlElement>)
Initialise une nouvelle instance de la classe BandFormats avec les éléments enfants spécifiés.
public BandFormats (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.Charts.BandFormats : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Charts.BandFormats
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Paramètres
- childElements
- IEnumerable<OpenXmlElement>
Spécifie les éléments enfants.
S’applique à
BandFormats(String)
Initialise une nouvelle instance de la classe BandFormats à partir d’un code XML externe.
public BandFormats (string outerXml);
new DocumentFormat.OpenXml.Drawing.Charts.BandFormats : string -> DocumentFormat.OpenXml.Drawing.Charts.BandFormats
Public Sub New (outerXml As String)
Paramètres
- outerXml
- String
Spécifie le code XML externe de l’élément.