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