共用方式為


ParagraphMarkRunPropertiesChange Constructors

Definition

Overloads

ParagraphMarkRunPropertiesChange()

Initializes a new instance of the ParagraphMarkRunPropertiesChange class.

ParagraphMarkRunPropertiesChange(OpenXmlElement[])

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

ParagraphMarkRunPropertiesChange(IEnumerable<OpenXmlElement>)

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

ParagraphMarkRunPropertiesChange(String)

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

ParagraphMarkRunPropertiesChange()

Initializes a new instance of the ParagraphMarkRunPropertiesChange class.

public ParagraphMarkRunPropertiesChange ();
Public Sub New ()

Applies to

ParagraphMarkRunPropertiesChange(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ParagraphMarkRunPropertiesChange(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ParagraphMarkRunPropertiesChange(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to