Class SlideProperties
The properties of Page that are only relevant for pages with page_type SLIDE.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class SlideProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IsSkipped
Whether the slide is skipped in the presentation mode. Defaults to false.
Declaration
[JsonProperty("isSkipped")]
public virtual bool? IsSkipped { get; set; }
Property Value
Type | Description |
---|---|
bool? |
LayoutObjectId
The object ID of the layout that this slide is based on. This property is read-only.
Declaration
[JsonProperty("layoutObjectId")]
public virtual string LayoutObjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
MasterObjectId
The object ID of the master that this slide is based on. This property is read-only.
Declaration
[JsonProperty("masterObjectId")]
public virtual string MasterObjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
NotesPage
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.
Declaration
[JsonProperty("notesPage")]
public virtual Page NotesPage { get; set; }
Property Value
Type | Description |
---|---|
Page |