Aracılığıyla paylaş


TablePartStyleType Constructors

Definition

Overloads

TablePartStyleType()

Initializes a new instance of the TablePartStyleType class.

TablePartStyleType(OpenXmlElement[])

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

TablePartStyleType(IEnumerable<OpenXmlElement>)

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

TablePartStyleType(String)

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

TablePartStyleType()

Initializes a new instance of the TablePartStyleType class.

protected TablePartStyleType ();
Protected Sub New ()

Applies to

TablePartStyleType(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TablePartStyleType(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TablePartStyleType(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to