Поделиться через


ForegroundColor Конструкторы

Определение

Перегрузки

ForegroundColor()

Инициализирует новый экземпляр класса ForegroundColor.

ForegroundColor(OpenXmlElement[])

Инициализирует новый экземпляр класса ForegroundColor с указанными дочерними элементами.

ForegroundColor(IEnumerable<OpenXmlElement>)

Инициализирует новый экземпляр класса ForegroundColor с указанными дочерними элементами.

ForegroundColor(String)

Инициализирует новый экземпляр класса ForegroundColor из внешнего XML-кода.

ForegroundColor()

Инициализирует новый экземпляр класса ForegroundColor.

public ForegroundColor ();
Public Sub New ()

Применяется к

ForegroundColor(OpenXmlElement[])

Инициализирует новый экземпляр класса ForegroundColor с указанными дочерними элементами.

public ForegroundColor (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.ForegroundColor : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.ForegroundColor
Public Sub New (ParamArray childElements As OpenXmlElement())

Параметры

childElements
OpenXmlElement[]

Указывает дочерние элементы.

Применяется к

ForegroundColor(IEnumerable<OpenXmlElement>)

Инициализирует новый экземпляр класса ForegroundColor с указанными дочерними элементами.

public ForegroundColor (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.ForegroundColor : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.ForegroundColor
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Параметры

childElements
IEnumerable<OpenXmlElement>

Указывает дочерние элементы.

Применяется к

ForegroundColor(String)

Инициализирует новый экземпляр класса ForegroundColor из внешнего XML-кода.

public ForegroundColor (string outerXml);
new DocumentFormat.OpenXml.Drawing.ForegroundColor : string -> DocumentFormat.OpenXml.Drawing.ForegroundColor
Public Sub New (outerXml As String)

Параметры

outerXml
String

Задает внешний XML-код элемента.

Применяется к