2.4.21.11 GuideAtom

Referenced by: NotesViewInfoContainer, SlideViewInfoContainer

An atom record that specifies a guide. A guide can be used to align objects on a slide and to display visual positioning cues.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

rh

...

type

pos

rh (8 bytes): A RecordHeader structure (section 2.3.1) that specifies the header for this record. Sub-fields are further specified in the following table.

Field

Meaning

rh.recVer

MUST be 0x0.

rh.recInstance

MUST be 0x007.

rh.recType

MUST be RT_GuideAtom.

rh.recLen

MUST be 0x00000008.

type (4 bytes): An unsigned integer that specifies whether the guide is horizontal or vertical. It MUST be a value from the following table.

Value

Meaning

0x00000000

The guide is horizontal.

0x00000001

The guide is vertical.

pos (4 bytes): A signed integer that specifies the position of the guide in master units relative to the top-left corner of the slide. It MUST be greater than or equal to -15840 or -27.5 inches and less than or equal to 32255 or 56 inches. Typical values range from zero to slide height for a horizontal guide and from zero to slide width for a vertical guide.