共用方式為


NotesStyle Constructors

Definition

Overloads

NotesStyle()

Initializes a new instance of the NotesStyle class.

NotesStyle(OpenXmlElement[])

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

NotesStyle(IEnumerable<OpenXmlElement>)

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

NotesStyle(String)

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

NotesStyle()

Initializes a new instance of the NotesStyle class.

public NotesStyle ();
Public Sub New ()

Applies to

NotesStyle(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

NotesStyle(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

NotesStyle(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to