共用方式為


SketchOptions Constructors

Definition

Overloads

SketchOptions()

Initializes a new instance of the SketchOptions class.

SketchOptions(OpenXmlElement[])

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

SketchOptions(IEnumerable<OpenXmlElement>)

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

SketchOptions(String)

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

SketchOptions()

Initializes a new instance of the SketchOptions class.

public SketchOptions ();
Public Sub New ()

Applies to

SketchOptions(OpenXmlElement[])

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

public SketchOptions (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SketchOptions(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SketchOptions(String)

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

public SketchOptions (string outerXml);
new DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions : string -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to