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