Show / Hide Table of Contents

Class SlideProperties

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

Inheritance
object
SlideProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX