[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

scale (View Scale)

This element specifies the view scaling factors that the presentation was last viewed with.

Parent Elements

cViewPr4.3.2.2)

 

Child Elements

Subclause

sx (Horizontal Ratio)

§5.1.2.1.38

sy (Vertical Ratio)

§5.1.2.1.39

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Scale2D">

   <sequence>

   <element name="sx" type="CT_Ratio" minOccurs="1" maxOccurs="1"/>

   <element name="sy" type="CT_Ratio" minOccurs="1" maxOccurs="1"/>

   </sequence>

</complexType>