OpenXmlSolidColorFillPropertiesElement Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
OpenXmlSolidColorFillPropertiesElement() |
Inicializa uma nova instância da classe OpenXmlSolidColorFillPropertiesElement. |
OpenXmlSolidColorFillPropertiesElement(OpenXmlElement[]) |
Inicializa uma nova instância da classe OpenXmlSolidColorFillPropertiesElement com os elementos filho especificados. |
OpenXmlSolidColorFillPropertiesElement(IEnumerable<OpenXmlElement>) |
Inicializa uma nova instância da classe OpenXmlSolidColorFillPropertiesElement com os elementos filho especificados. |
OpenXmlSolidColorFillPropertiesElement(String) |
Inicializa uma nova instância da classe OpenXmlSolidColorFillPropertiesElement do XML externo. |
OpenXmlSolidColorFillPropertiesElement()
Inicializa uma nova instância da classe OpenXmlSolidColorFillPropertiesElement.
protected OpenXmlSolidColorFillPropertiesElement ();
Protected Sub New ()
Aplica-se a
OpenXmlSolidColorFillPropertiesElement(OpenXmlElement[])
Inicializa uma nova instância da classe OpenXmlSolidColorFillPropertiesElement com os elementos filho especificados.
protected OpenXmlSolidColorFillPropertiesElement (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlSolidColorFillPropertiesElement : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlSolidColorFillPropertiesElement
Protected Sub New (ParamArray childElements As OpenXmlElement())
Parâmetros
- childElements
- OpenXmlElement[]
Especifica os elementos filho.
Aplica-se a
OpenXmlSolidColorFillPropertiesElement(IEnumerable<OpenXmlElement>)
Inicializa uma nova instância da classe OpenXmlSolidColorFillPropertiesElement com os elementos filho especificados.
protected OpenXmlSolidColorFillPropertiesElement (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlSolidColorFillPropertiesElement : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlSolidColorFillPropertiesElement
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parâmetros
- childElements
- IEnumerable<OpenXmlElement>
Especifica os elementos filho.
Aplica-se a
OpenXmlSolidColorFillPropertiesElement(String)
Inicializa uma nova instância da classe OpenXmlSolidColorFillPropertiesElement do XML externo.
protected OpenXmlSolidColorFillPropertiesElement (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlSolidColorFillPropertiesElement : string -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlSolidColorFillPropertiesElement
Protected Sub New (outerXml As String)
Parâmetros
- outerXml
- String
Especifica o XML externo do elemento.