RelativeAnchorSize Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.