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


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

Определение

Перегрузки

Footnotes()

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

Footnotes(OpenXmlElement[])

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

Footnotes(IEnumerable<OpenXmlElement>)

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

Footnotes(String)

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

Footnotes()

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

public Footnotes ();
Public Sub New ()

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

Footnotes(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

Footnotes(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

Footnotes(String)

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

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

Параметры

outerXml
String

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

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