<cViewPr>
(Common View Properties)
This element specifies the view properties that are common across multiple view property elements.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
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>