Enum SlideLinkingMode

SlideLinkingMode

The mode of links between slides.

To call an enum, you call its parent class, name, and property. For example, SlidesApp.SlideLinkingMode.LINKED .

Properties

Property Type Description
UNSUPPORTED
Enum A slide linking mode that isn't supported.
LINKED
Enum Indicates that slides are linked.
NOT_LINKED
Enum Indicates that slides aren't linked.