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