<sldRg>
(Slide Range)
This element specifies a slide range for use within the html publishing properties as well as the show properties.
Note:
Attributes |
Description |
---|---|
|
This attribute defines the end of the index range. The possible values for this attribute are defined by the ST_Index simple type (§4.8.7). |
|
This attribute defines the start of the index range. The possible values for this attribute are defined by the ST_Index simple type (§4.8.7). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_IndexRange">
<attribute name="st" type="ST_Index" use="required"/>
<attribute name="end" type="ST_Index" use="required"/>
</complexType>