AbsoluteAnchorSize 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
AbsoluteAnchorSize() |
Initializes a new instance of the AbsoluteAnchorSize class. |
AbsoluteAnchorSize(OpenXmlElement[]) |
Initializes a new instance of the AbsoluteAnchorSize class with the specified child elements. |
AbsoluteAnchorSize(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the AbsoluteAnchorSize class with the specified child elements. |
AbsoluteAnchorSize(String) |
Initializes a new instance of the AbsoluteAnchorSize class from outer XML. |
AbsoluteAnchorSize()
Initializes a new instance of the AbsoluteAnchorSize class.
public AbsoluteAnchorSize ();
Public Sub New ()
Applies to
AbsoluteAnchorSize(OpenXmlElement[])
Initializes a new instance of the AbsoluteAnchorSize class with the specified child elements.
public AbsoluteAnchorSize (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
AbsoluteAnchorSize(IEnumerable<OpenXmlElement>)
Initializes a new instance of the AbsoluteAnchorSize class with the specified child elements.
public AbsoluteAnchorSize (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
AbsoluteAnchorSize(String)
Initializes a new instance of the AbsoluteAnchorSize class from outer XML.
public AbsoluteAnchorSize (string outerXml);
new DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize : string -> DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.