[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
cViewPr (Common View Properties)
This element specifies the view properties that are common across multiple view property elements.
Parent Elements |
cSldViewPr (§4.3.2.1); notesTextViewPr (§4.3.2.7); outlineViewPr (§4.3.2.10); sorterViewPr (§4.3.2.17) |
Child Elements |
Subclause |
origin (View Origin) |
§4.3.2.9 |
scale (View Scale) |
§4.3.2.13 |
Attributes |
Description |
varScale (Variable Scale) |
Specifies that the view content should automatically scale to best fit the current window size.
The possible values for this attribute are defined by the XML Schema boolean datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_CommonViewProperties">
<sequence>
<element name="scale" type="a:CT_Scale2D" minOccurs="1" maxOccurs="1"/>
<element name="origin" type="a:CT_Point2D" minOccurs="1" maxOccurs="1"/>
</sequence>
<attribute name="varScale" type="xsd:boolean" use="optional" default="false"/>
</complexType>