Share via


OutlineViewProperties Constructors

Definition

Overloads

OutlineViewProperties()

Initializes a new instance of the OutlineViewProperties class.

OutlineViewProperties(OpenXmlElement[])

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

OutlineViewProperties(IEnumerable<OpenXmlElement>)

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

OutlineViewProperties(String)

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

OutlineViewProperties()

Initializes a new instance of the OutlineViewProperties class.

public OutlineViewProperties ();
Public Sub New ()

Applies to

OutlineViewProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

OutlineViewProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

OutlineViewProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to