共用方式為


TextSpacingType Constructors

Definition

Overloads

TextSpacingType()

Initializes a new instance of the TextSpacingType class.

TextSpacingType(OpenXmlElement[])

Initializes a new instance of the TextSpacingType class with the specified child elements.

TextSpacingType(IEnumerable<OpenXmlElement>)

Initializes a new instance of the TextSpacingType class with the specified child elements.

TextSpacingType(String)

Initializes a new instance of the TextSpacingType class from outer XML.

TextSpacingType()

Initializes a new instance of the TextSpacingType class.

protected TextSpacingType ();
Protected Sub New ()

Applies to

TextSpacingType(OpenXmlElement[])

Initializes a new instance of the TextSpacingType class with the specified child elements.

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TextSpacingType(IEnumerable<OpenXmlElement>)

Initializes a new instance of the TextSpacingType class with the specified child elements.

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TextSpacingType(String)

Initializes a new instance of the TextSpacingType class from outer XML.

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to