relativeLink property

String? relativeLink
getter/setter pair

If set, indicates this is a link to a slide in this presentation, addressed by its position. Possible string values are:

  • "RELATIVE_SLIDE_LINK_UNSPECIFIED" : An unspecified relative slide link.
  • "NEXT_SLIDE" : A link to the next slide.
  • "PREVIOUS_SLIDE" : A link to the previous slide.
  • "FIRST_SLIDE" : A link to the first slide in the presentation.
  • "LAST_SLIDE" : A link to the last slide in the presentation.

Implementation

core.String? relativeLink;