google_api_slides v0.14.0 GoogleApi.Slides.V1.Model.SlideProperties View Source

The properties of Page that are only relevant for pages with page_type SLIDE.

Attributes

  • layoutObjectId (type: String.t, default: nil) - The object ID of the layout that this slide is based on. This property is read-only.
  • masterObjectId (type: String.t, default: nil) - The object ID of the master that this slide is based on. This property is read-only.
  • notesPage (type: GoogleApi.Slides.V1.Model.Page.t, default: nil) - The notes page that this slide is associated with. It defines the visual appearance of a notes page when printing or exporting slides with speaker notes. A notes page inherits properties from the notes master. The placeholder shape with type BODY on the notes page contains the speaker notes for this slide. The ID of this shape is identified by the speakerNotesObjectId field. The notes page is read-only except for the text content and styles of the speaker notes shape. This property is read-only.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Slides.V1.Model.SlideProperties{
  layoutObjectId: String.t(),
  masterObjectId: String.t(),
  notesPage: GoogleApi.Slides.V1.Model.Page.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.