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


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

Определение

Перегрузки

DocumentBackground()

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

DocumentBackground(OpenXmlElement[])

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

DocumentBackground(IEnumerable<OpenXmlElement>)

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

DocumentBackground(String)

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

DocumentBackground()

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

public DocumentBackground ();
Public Sub New ()

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

DocumentBackground(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

DocumentBackground(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

DocumentBackground(String)

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

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

Параметры

outerXml
String

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

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