ThemeFamily 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
ThemeFamily() |
Initialise une nouvelle instance de la classe ThemeFamily. |
ThemeFamily(OpenXmlElement[]) |
Initialise une nouvelle instance de la classe ThemeFamily avec les éléments enfants spécifiés. |
ThemeFamily(IEnumerable<OpenXmlElement>) |
Initialise une nouvelle instance de la classe ThemeFamily avec les éléments enfants spécifiés. |
ThemeFamily(String) |
Initialise une nouvelle instance de la classe ThemeFamily à partir d’un code XML externe. |
ThemeFamily()
Initialise une nouvelle instance de la classe ThemeFamily.
public ThemeFamily ();
Public Sub New ()
S’applique à
ThemeFamily(OpenXmlElement[])
Initialise une nouvelle instance de la classe ThemeFamily avec les éléments enfants spécifiés.
public ThemeFamily (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily
Public Sub New (ParamArray childElements As OpenXmlElement())
Paramètres
- childElements
- OpenXmlElement[]
Spécifie les éléments enfants.
S’applique à
ThemeFamily(IEnumerable<OpenXmlElement>)
Initialise une nouvelle instance de la classe ThemeFamily avec les éléments enfants spécifiés.
public ThemeFamily (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Paramètres
- childElements
- IEnumerable<OpenXmlElement>
Spécifie les éléments enfants.
S’applique à
ThemeFamily(String)
Initialise une nouvelle instance de la classe ThemeFamily à partir d’un code XML externe.
public ThemeFamily (string outerXml);
new DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily : string -> DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily
Public Sub New (outerXml As String)
Paramètres
- outerXml
- String
Spécifie le code XML externe de l’élément.