<sldRg> (Slide Range)

This element specifies a slide range for use within the html publishing properties as well as the show properties.

Note:

Parent Elements

<htmlPubPr>4.3.1.13); <showPr>4.3.1.28)

Attributes

Description

<end> (End)

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).

<st> (Start)

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>