p:normalViewPr
Normal View Properties
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-viewProperties.xsd
Type: p:CT_NormalViewProperties
Properties: Local, Qualified
Content
- Sequence [1..1]
- p:restoredLeft [1..1] Normal View Restored Left Properties
- p:restoredTop [1..1] Normal View Restored Top Properties
- p:extLst [0..1] Extension List
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
showOutlineIcons | [0..1] | xsd:boolean | Show Outline Icons in Normal View | Default value is "true". |
snapVertSplitter | [0..1] | xsd:boolean | Snap Vertical Splitter | Default value is "false". |
vertBarState | [0..1] | p:ST_SplitterBarState | State of the Vertical Splitter Bar | Default value is "restored". |
horzBarState | [0..1] | p:ST_SplitterBarState | State of the Horizontal Splitter Bar | Default value is "restored". |
preferSingleView | [0..1] | xsd:boolean | Prefer Single View | Default value is "false". |
Used in
- Type p:CT_ViewProperties (Element p:viewPr)
Sample instance
<p:normalViewPr> <p:restoredLeft sz="1"/> <p:restoredTop sz="1"/> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:normalViewPr>