NotesStyle Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.