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