共用方式為


DefaultTextStyle Constructors

Definition

Overloads

DefaultTextStyle()

Initializes a new instance of the DefaultTextStyle class.

DefaultTextStyle(OpenXmlElement[])

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

DefaultTextStyle(IEnumerable<OpenXmlElement>)

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

DefaultTextStyle(String)

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

DefaultTextStyle()

Initializes a new instance of the DefaultTextStyle class.

public DefaultTextStyle ();
Public Sub New ()

Applies to

DefaultTextStyle(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DefaultTextStyle(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DefaultTextStyle(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to