TextCharacterPropertiesType
TextCharacterPropertiesType
TextCharacterPropertiesType
Constructors
Definition
Overloads
TextCharacterPropertiesType() TextCharacterPropertiesType() |
Initializes a new instance of the TextCharacterPropertiesType class. |
TextCharacterPropertiesType(OpenXmlElement[]) TextCharacterPropertiesType(OpenXmlElement[]) TextCharacterPropertiesType(OpenXmlElement[]) |
Initializes a new instance of the TextCharacterPropertiesType class with the specified child elements. |
TextCharacterPropertiesType(IEnumerable<OpenXmlElement>) TextCharacterPropertiesType(IEnumerable<OpenXmlElement>) TextCharacterPropertiesType(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the TextCharacterPropertiesType class with the specified child elements. |
TextCharacterPropertiesType(String) TextCharacterPropertiesType(String) TextCharacterPropertiesType(String) |
Initializes a new instance of the TextCharacterPropertiesType class from outer XML. |
TextCharacterPropertiesType() TextCharacterPropertiesType()
Initializes a new instance of the TextCharacterPropertiesType class.
protected TextCharacterPropertiesType ();
Protected Sub New ()
TextCharacterPropertiesType(OpenXmlElement[]) TextCharacterPropertiesType(OpenXmlElement[]) TextCharacterPropertiesType(OpenXmlElement[])
Initializes a new instance of the TextCharacterPropertiesType class with the specified child elements.
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())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
TextCharacterPropertiesType(IEnumerable<OpenXmlElement>) TextCharacterPropertiesType(IEnumerable<OpenXmlElement>) TextCharacterPropertiesType(IEnumerable<OpenXmlElement>)
Initializes a new instance of the TextCharacterPropertiesType class with the specified child elements.
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))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
TextCharacterPropertiesType(String) TextCharacterPropertiesType(String) TextCharacterPropertiesType(String)
Initializes a new instance of the TextCharacterPropertiesType class from outer XML.
protected TextCharacterPropertiesType (string outerXml);
new DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType : string -> DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType
Protected Sub New (outerXml As String)