Aracılığıyla paylaş


NotesTextViewProperties Constructors

Definition

Overloads

NotesTextViewProperties()

Initializes a new instance of the NotesTextViewProperties class.

NotesTextViewProperties(OpenXmlElement[])

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

NotesTextViewProperties(IEnumerable<OpenXmlElement>)

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

NotesTextViewProperties(String)

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

NotesTextViewProperties()

Initializes a new instance of the NotesTextViewProperties class.

public NotesTextViewProperties ();
Public Sub New ()

Applies to

NotesTextViewProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

NotesTextViewProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

NotesTextViewProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to