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


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

Определение

Перегрузки

TextCharacterPropertiesType()

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

TextCharacterPropertiesType(OpenXmlElement[])

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

TextCharacterPropertiesType(IEnumerable<OpenXmlElement>)

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

TextCharacterPropertiesType(String)

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

TextCharacterPropertiesType()

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

protected TextCharacterPropertiesType ();
Protected Sub New ()

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

TextCharacterPropertiesType(OpenXmlElement[])

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

protected TextCharacterPropertiesType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Параметры

childElements
OpenXmlElement[]

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

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

TextCharacterPropertiesType(IEnumerable<OpenXmlElement>)

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

protected TextCharacterPropertiesType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

TextCharacterPropertiesType(String)

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

protected TextCharacterPropertiesType (string outerXml);
new DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType : string -> DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType
Protected Sub New (outerXml As String)

Параметры

outerXml
String

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

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