RestoredTop Class

Normal View Restored Top Properties.When the object is serialized out as xml, its qualified name is p:restoredTop.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Presentation.NormalViewPortionType
        DocumentFormat.OpenXml.Presentation.RestoredTop

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Class RestoredTop _
    Inherits NormalViewPortionType
'Usage
Dim instance As RestoredTop
public class RestoredTop : NormalViewPortionType

Remarks

[ISO/IEC 29500-1 1st Edition]

19.2.2.12 restoredTop (Normal View Restored Top Properties)

This element specifies the sizing of the top slide region of the normal view, when the region is of a variable restored size (neither minimized nor maximized).

Parent Elements

normalViewPr (§19.2.2.6)

Attributes

Description

autoAdjust (Auto Adjust Normal View)

Specifies whether the size of the side content region should compensate for the new size when resizing the window containing the view within the application.

The possible values for this attribute are defined by the W3C XML Schema boolean datatype.

sz (Normal View Dimension Size)

Specifies the size of the slide region (width when a child of restoredTop, height when a child of restoredLeft).

The possible values for this attribute are defined by the ST_PositiveFixedPercentage simple type (§20.1.10.45).

[Note: The W3C XML Schema definition of this element’s content model (CT_NormalViewPortion) is located in §A.3. end note]

© ISO/IEC29500: 2008.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RestoredTop Members

DocumentFormat.OpenXml.Presentation Namespace