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