ScaleFactor Constructors

Definition

Overloads

ScaleFactor()

Initializes a new instance of the ScaleFactor class.

ScaleFactor(OpenXmlElement[])

Initializes a new instance of the ScaleFactor class with the specified child elements.

ScaleFactor(IEnumerable<OpenXmlElement>)

Initializes a new instance of the ScaleFactor class with the specified child elements.

ScaleFactor(String)

Initializes a new instance of the ScaleFactor class from outer XML.

ScaleFactor()

Initializes a new instance of the ScaleFactor class.

public ScaleFactor ();
Public Sub New ()

Applies to

ScaleFactor(OpenXmlElement[])

Initializes a new instance of the ScaleFactor class with the specified child elements.

public ScaleFactor (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.ScaleFactor : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.ScaleFactor
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ScaleFactor(IEnumerable<OpenXmlElement>)

Initializes a new instance of the ScaleFactor class with the specified child elements.

public ScaleFactor (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.ScaleFactor : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.ScaleFactor
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ScaleFactor(String)

Initializes a new instance of the ScaleFactor class from outer XML.

public ScaleFactor (string outerXml);
new DocumentFormat.OpenXml.Presentation.ScaleFactor : string -> DocumentFormat.OpenXml.Presentation.ScaleFactor
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to