共用方式為


TimelineStyles Constructors

Definition

Overloads

TimelineStyles()

Initializes a new instance of the TimelineStyles class.

TimelineStyles(OpenXmlElement[])

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

TimelineStyles(IEnumerable<OpenXmlElement>)

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

TimelineStyles(String)

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

TimelineStyles()

Initializes a new instance of the TimelineStyles class.

public TimelineStyles ();
Public Sub New ()

Applies to

TimelineStyles(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TimelineStyles(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TimelineStyles(String)

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

public TimelineStyles (string outerXml);
new DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles : string -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to