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


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

Определение

Перегрузки

ResetGroupShapeProperties()

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

ResetGroupShapeProperties(OpenXmlElement[])

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

ResetGroupShapeProperties(IEnumerable<OpenXmlElement>)

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

ResetGroupShapeProperties(String)

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

ResetGroupShapeProperties()

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

public ResetGroupShapeProperties ();
Public Sub New ()

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

ResetGroupShapeProperties(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

ResetGroupShapeProperties(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

ResetGroupShapeProperties(String)

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

public ResetGroupShapeProperties (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties : string -> DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties
Public Sub New (outerXml As String)

Параметры

outerXml
String

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

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