Class Presentation
A Google Slides presentation.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class Presentation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Layouts
The layouts in the presentation. A layout is a template that determines how content is arranged and styled on the slides that inherit from that layout.
Declaration
[JsonProperty("layouts")]
public virtual IList<Page> Layouts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Page> |
Locale
The locale of the presentation, as an IETF BCP 47 language tag.
Declaration
[JsonProperty("locale")]
public virtual string Locale { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Masters
The slide masters in the presentation. A slide master contains all common page elements and the common properties for a set of layouts. They serve three purposes: - Placeholder shapes on a master contain the default text styles and shape properties of all placeholder shapes on pages that use that master. - The master page properties define the common page properties inherited by its layouts. - Any other shapes on the master slide appear on all slides using that master, regardless of their layout.
Declaration
[JsonProperty("masters")]
public virtual IList<Page> Masters { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Page> |
NotesMaster
The notes master in the presentation. It serves three purposes: - Placeholder shapes on a notes master
contain the default text styles and shape properties of all placeholder shapes on notes pages. Specifically,
a SLIDE_IMAGE placeholder shape contains the slide thumbnail, and a BODY placeholder shape contains the
speaker notes. - The notes master page properties define the common page properties inherited by all notes
pages. - Any other shapes on the notes master appear on all notes pages. The notes master is read-only.
Declaration
[JsonProperty("notesMaster")]
public virtual Page NotesMaster { get; set; }
Property Value
| Type | Description |
|---|---|
| Page |
PageSize
The size of pages in the presentation.
Declaration
[JsonProperty("pageSize")]
public virtual Size PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Size |
PresentationId
The ID of the presentation.
Declaration
[JsonProperty("presentationId")]
public virtual string PresentationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RevisionId
Output only. The revision ID of the presentation. Can be used in update requests to assert the presentation revision hasn't changed since the last read operation. Only populated if the user has edit access to the presentation. The revision ID is not a sequential number but a nebulous string. The format of the revision ID may change over time, so it should be treated opaquely. A returned revision ID is only guaranteed to be valid for 24 hours after it has been returned and cannot be shared across users. If the revision ID is unchanged between calls, then the presentation has not changed. Conversely, a changed ID (for the same presentation and user) usually means the presentation has been updated. However, a changed ID can also be due to internal factors such as ID format changes.
Declaration
[JsonProperty("revisionId")]
public virtual string RevisionId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Slides
The slides in the presentation. A slide inherits properties from a slide layout.
Declaration
[JsonProperty("slides")]
public virtual IList<Page> Slides { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Page> |
Title
The title of the presentation.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |