Aracılığıyla paylaş


SpaceAfter Constructors

Definition

Overloads

SpaceAfter()

Initializes a new instance of the SpaceAfter class.

SpaceAfter(OpenXmlElement[])

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

SpaceAfter(IEnumerable<OpenXmlElement>)

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

SpaceAfter(String)

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

SpaceAfter()

Initializes a new instance of the SpaceAfter class.

public SpaceAfter ();
Public Sub New ()

Applies to

SpaceAfter(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SpaceAfter(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SpaceAfter(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to