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


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

Определение

Перегрузки

BackgroundProperties()

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

BackgroundProperties(OpenXmlElement[])

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

BackgroundProperties(IEnumerable<OpenXmlElement>)

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

BackgroundProperties(String)

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

BackgroundProperties()

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

public BackgroundProperties ();
Public Sub New ()

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

BackgroundProperties(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

BackgroundProperties(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

BackgroundProperties(String)

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

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

Параметры

outerXml
String

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

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