[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

sldRg (Slide Range)

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

[Note: The indexes used here correlate directly with the presentation slide numbers which they reference to. That is the slide range must be greater than or equal to 1 and also less than or equal to the number of slides in the presentation document. end note]

Parent Elements

htmlPubPr4.3.1.13); showPr4.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>