Aracılığıyla paylaş


ModifyShapeStyleProps Constructors

Definition

Overloads

ModifyShapeStyleProps()

Initializes a new instance of the ModifyShapeStyleProps class.

ModifyShapeStyleProps(OpenXmlElement[])

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

ModifyShapeStyleProps(IEnumerable<OpenXmlElement>)

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

ModifyShapeStyleProps(String)

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

ModifyShapeStyleProps()

Initializes a new instance of the ModifyShapeStyleProps class.

public ModifyShapeStyleProps ();
Public Sub New ()

Applies to

ModifyShapeStyleProps(OpenXmlElement[])

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

public ModifyShapeStyleProps (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ModifyShapeStyleProps(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ModifyShapeStyleProps(String)

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

public ModifyShapeStyleProps (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps : string -> DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to