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


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

Определение

Перегрузки

PresentationLayoutVariables()

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

PresentationLayoutVariables(OpenXmlElement[])

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

PresentationLayoutVariables(IEnumerable<OpenXmlElement>)

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

PresentationLayoutVariables(String)

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

PresentationLayoutVariables()

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

public PresentationLayoutVariables ();
Public Sub New ()

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

PresentationLayoutVariables(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

PresentationLayoutVariables(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

PresentationLayoutVariables(String)

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

public PresentationLayoutVariables (string outerXml);
new DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables : string -> DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables
Public Sub New (outerXml As String)

Параметры

outerXml
String

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

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