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