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


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

Определение

Перегрузки

FootnoteDocumentWideProperties()

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

FootnoteDocumentWideProperties(OpenXmlElement[])

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

FootnoteDocumentWideProperties(IEnumerable<OpenXmlElement>)

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

FootnoteDocumentWideProperties(String)

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

FootnoteDocumentWideProperties()

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

public FootnoteDocumentWideProperties ();
Public Sub New ()

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

FootnoteDocumentWideProperties(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

FootnoteDocumentWideProperties(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

FootnoteDocumentWideProperties(String)

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

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

Параметры

outerXml
String

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

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