2.5.6 NotesContainer

A container record that specifies a notes slide or a notes master slide.

Let the corresponding notes master be specified by the NotesContainer record specified by the notesMasterPersistIdRef field of the DocumentAtom record (section 2.4.2).


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

...

notesAtom (16 bytes)

...

...

drawing (variable)

...

slideSchemeColorSchemeAtom (40 bytes)

...

...

slideNameAtom (variable)

...

slideProgTagsContainer (variable)

...

rgNotesRoundTripAtom (variable)

...

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 0xF.

rh.recInstance

MUST be 0x000.

rh.recType

MUST be RT_Notes.

notesAtom (16 bytes): A NotesAtom record that specifies data for this notes slide or notes master slide.

drawing (variable): A DrawingContainer record (section 2.5.13) that specifies the arrangement of content on this notes slide or notes master slide.

slideSchemeColorSchemeAtom (40 bytes): A SlideSchemeColorSchemeAtom record that specifies a color scheme for this notes slide or notes master slide. If notesAtom.slideFlags.fMasterScheme is set, the SlideSchemeColorSchemeAtom record contained by the corresponding notes master is used instead.

slideNameAtom (variable): An optional SlideNameAtom record that specifies a name for this notes slide or notes master slide. It SHOULD<69> be preserved.

slideProgTagsContainer (variable): An optional SlideProgTagsContainer record that specifies a list of programmable tags.

rgNotesRoundTripAtom (variable): An array of NotesRoundTripAtom records that specifies additional data for this notes slide or notes master slide. The array continues while rh.recType of the NotesRoundTripAtom item is equal to one of the following record types: RT_RoundTripTheme12Atom, RT_RoundTripColorMapping12Atom, or RT_RoundTripNotesMasterTextStyles12Atom. Each record type MUST NOT appear more than once.