Structure of a presentation

This guide tells you about the data types that make up a Google Slides presentation. For additional detail on pages, page elements, and their properties, see the corresponding section of the Google Slides API documentation.

A Google Slides Presentation is composed of pages. A Page can have one or more page elements.

Page types

There are various different types of pages that a presentation can contain. A Page can be one of the following types:

Page typeDescription
SlideThe pages that users see and flip between when the presentation is rendered on a screen.
MasterContains placeholders that establish default text styles, as well as background and other shapes that make up the default background for all slides based on that master.
LayoutDetermines how content is arranged on each type of slide.
NotesPageUsed for speaker's notes.
NotesMastersUsed for speaker's notes.

Page element types

Each PageElement on a page can be one of the following types:

Page element typeDescription
ShapeA plain visual object, such as rectangles, ellipses, and text boxes. Shapes can contain text, so they are the most common page elements to build slides.
LineA visual line, curve, or connector.
ImageA graphic imported into Slides.
SheetsChartA chart imported into Slides from Google Sheets.
VideoA video imported into Slides.
TableA grid of content.
WordArtA visual text element that behaves more like a shape.
GroupA set of page elements that are treated as an individual unit. They can be moved, scaled, and rotated together.

The visual appearance of some page elements can be modified by changing their fill, border, and text. You can also change a page element's size and position.