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