BackgroundColor Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
BackgroundColor() |
Инициализирует новый экземпляр класса BackgroundColor. |
BackgroundColor(OpenXmlElement[]) |
Инициализирует новый экземпляр класса BackgroundColor указанными дочерними элементами. |
BackgroundColor(IEnumerable<OpenXmlElement>) |
Инициализирует новый экземпляр класса BackgroundColor указанными дочерними элементами. |
BackgroundColor(String) |
Инициализирует новый экземпляр класса BackgroundColor из внешнего XML-кода. |
BackgroundColor()
Инициализирует новый экземпляр класса BackgroundColor.
public BackgroundColor ();
Public Sub New ()
Применяется к
BackgroundColor(OpenXmlElement[])
Инициализирует новый экземпляр класса BackgroundColor указанными дочерними элементами.
public BackgroundColor (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.BackgroundColor : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.BackgroundColor
Public Sub New (ParamArray childElements As OpenXmlElement())
Параметры
- childElements
- OpenXmlElement[]
Указывает дочерние элементы.
Применяется к
BackgroundColor(IEnumerable<OpenXmlElement>)
Инициализирует новый экземпляр класса BackgroundColor указанными дочерними элементами.
public BackgroundColor (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.BackgroundColor : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.BackgroundColor
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Параметры
- childElements
- IEnumerable<OpenXmlElement>
Указывает дочерние элементы.
Применяется к
BackgroundColor(String)
Инициализирует новый экземпляр класса BackgroundColor из внешнего XML-кода.
public BackgroundColor (string outerXml);
new DocumentFormat.OpenXml.Drawing.BackgroundColor : string -> DocumentFormat.OpenXml.Drawing.BackgroundColor
Public Sub New (outerXml As String)
Параметры
- outerXml
- String
Задает внешний XML-код элемента.