[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
This element specifies a guide within the presentation. Guides are lines used for arranging layouts and content and never appear except as an aid in editing slides.
Parent Elements |
guideLst (§4.3.2.5) |
Attributes |
Description |
orient (Guide Orientation) |
Specifies the orientation for a guide.
The possible values for this attribute are defined by the ST_Direction simple type (§4.8.5). |
pos (Guide Position) |
Specifies the position information for a guide.
The possible values for this attribute are defined by the ST_Coordinate32 simple type (§5.1.12.17). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Guide">
<attribute name="orient" type="ST_Direction" use="optional" default="vert"/>
<attribute name="pos" type="a:ST_Coordinate32" use="optional" default="0"/>
</complexType>