共用方式為


BackgroundBlurProperties Constructors

Definition

Overloads

BackgroundBlurProperties()

Initializes a new instance of the BackgroundBlurProperties class.

BackgroundBlurProperties(OpenXmlElement[])

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

BackgroundBlurProperties(IEnumerable<OpenXmlElement>)

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

BackgroundBlurProperties(String)

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

BackgroundBlurProperties()

Initializes a new instance of the BackgroundBlurProperties class.

public BackgroundBlurProperties ();
Public Sub New ()

Applies to

BackgroundBlurProperties(OpenXmlElement[])

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

public BackgroundBlurProperties (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

BackgroundBlurProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

BackgroundBlurProperties(String)

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

public BackgroundBlurProperties (string outerXml);
new DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties : string -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to