共用方式為


RelativeAnchorSize Constructors

Definition

Overloads

RelativeAnchorSize()

Initializes a new instance of the RelativeAnchorSize class.

RelativeAnchorSize(OpenXmlElement[])

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

RelativeAnchorSize(IEnumerable<OpenXmlElement>)

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

RelativeAnchorSize(String)

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

RelativeAnchorSize()

Initializes a new instance of the RelativeAnchorSize class.

public RelativeAnchorSize ();
Public Sub New ()

Applies to

RelativeAnchorSize(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RelativeAnchorSize(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RelativeAnchorSize(String)

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

public RelativeAnchorSize (string outerXml);
new DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize : string -> DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to