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