DocProperties Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
DocProperties() |
Инициализирует новый экземпляр класса DocProperties. |
DocProperties(OpenXmlElement[]) |
Инициализирует новый экземпляр класса DocProperties с указанными дочерними элементами. |
DocProperties(IEnumerable<OpenXmlElement>) |
Инициализирует новый экземпляр класса DocProperties с указанными дочерними элементами. |
DocProperties(String) |
Инициализирует новый экземпляр класса DocProperties из внешнего XML-кода. |
DocProperties()
Инициализирует новый экземпляр класса DocProperties.
public DocProperties ();
Public Sub New ()
Применяется к
DocProperties(OpenXmlElement[])
Инициализирует новый экземпляр класса DocProperties с указанными дочерними элементами.
public DocProperties (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties
Public Sub New (ParamArray childElements As OpenXmlElement())
Параметры
- childElements
- OpenXmlElement[]
Указывает дочерние элементы.
Применяется к
DocProperties(IEnumerable<OpenXmlElement>)
Инициализирует новый экземпляр класса DocProperties с указанными дочерними элементами.
public DocProperties (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Параметры
- childElements
- IEnumerable<OpenXmlElement>
Указывает дочерние элементы.
Применяется к
DocProperties(String)
Инициализирует новый экземпляр класса DocProperties из внешнего XML-кода.
public DocProperties (string outerXml);
new DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties : string -> DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties
Public Sub New (outerXml As String)
Параметры
- outerXml
- String
Задает внешний XML-код элемента.