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


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

Определение

Перегрузки

BackgroundRemovedProperties()

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

BackgroundRemovedProperties(OpenXmlElement[])

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

BackgroundRemovedProperties(IEnumerable<OpenXmlElement>)

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

BackgroundRemovedProperties(String)

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

BackgroundRemovedProperties()

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

public BackgroundRemovedProperties ();
Public Sub New ()

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

BackgroundRemovedProperties(OpenXmlElement[])

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

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())

Параметры

childElements
OpenXmlElement[]

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

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

BackgroundRemovedProperties(IEnumerable<OpenXmlElement>)

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

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))

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

BackgroundRemovedProperties(String)

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

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

Параметры

outerXml
String

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

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