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


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

Определение

Перегрузки

NotesViewProperties()

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

NotesViewProperties(OpenXmlElement[])

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

NotesViewProperties(IEnumerable<OpenXmlElement>)

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

NotesViewProperties(String)

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

NotesViewProperties()

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

public NotesViewProperties ();
Public Sub New ()

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

NotesViewProperties(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

NotesViewProperties(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

NotesViewProperties(String)

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

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

Параметры

outerXml
String

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

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