共用方式為


RubyProperties Constructors

Definition

Overloads

RubyProperties()

Initializes a new instance of the RubyProperties class.

RubyProperties(OpenXmlElement[])

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

RubyProperties(IEnumerable<OpenXmlElement>)

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

RubyProperties(String)

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

RubyProperties()

Initializes a new instance of the RubyProperties class.

public RubyProperties ();
Public Sub New ()

Applies to

RubyProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RubyProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RubyProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to