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