共用方式為


WholeFormatting Constructors

Definition

Overloads

WholeFormatting()

Initializes a new instance of the WholeFormatting class.

WholeFormatting(OpenXmlElement[])

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

WholeFormatting(IEnumerable<OpenXmlElement>)

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

WholeFormatting(String)

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

WholeFormatting()

Initializes a new instance of the WholeFormatting class.

public WholeFormatting ();
Public Sub New ()

Applies to

WholeFormatting(OpenXmlElement[])

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

public WholeFormatting (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

WholeFormatting(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

WholeFormatting(String)

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

public WholeFormatting (string outerXml);
new DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting : string -> DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to