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


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

Определение

Перегрузки

BackgroundCustomProperties()

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

BackgroundCustomProperties(OpenXmlElement[])

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

BackgroundCustomProperties(IEnumerable<OpenXmlElement>)

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

BackgroundCustomProperties(String)

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

BackgroundCustomProperties()

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

public BackgroundCustomProperties ();
Public Sub New ()

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

BackgroundCustomProperties(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

BackgroundCustomProperties(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

BackgroundCustomProperties(String)

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

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

Параметры

outerXml
String

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

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