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


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

Определение

Перегрузки

OtherStyle()

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

OtherStyle(OpenXmlElement[])

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

OtherStyle(IEnumerable<OpenXmlElement>)

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

OtherStyle(String)

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

OtherStyle()

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

public OtherStyle ();
Public Sub New ()

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

OtherStyle(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

OtherStyle(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

OtherStyle(String)

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

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

Параметры

outerXml
String

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

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