共用方式為


NormalViewProperties Constructors

Definition

Overloads

NormalViewProperties()

Initializes a new instance of the NormalViewProperties class.

NormalViewProperties(OpenXmlElement[])

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

NormalViewProperties(IEnumerable<OpenXmlElement>)

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

NormalViewProperties(String)

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

NormalViewProperties()

Initializes a new instance of the NormalViewProperties class.

public NormalViewProperties ();
Public Sub New ()

Applies to

NormalViewProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

NormalViewProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

NormalViewProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to