Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
Link |
Link.clone() |
Link |
LineProperties.getLink()
The hyperlink destination of the line.
|
Link |
ImageProperties.getLink()
The hyperlink destination of the image.
|
Link |
TextStyle.getLink()
The hyperlink destination of the text.
|
Link |
ShapeProperties.getLink()
The hyperlink destination of the shape.
|
Link |
Link.set(String fieldName,
Object value) |
Link |
Link.setPageObjectId(String pageObjectId)
If set, indicates this is a link to the specific page in this presentation with this ID.
|
Link |
Link.setRelativeLink(String relativeLink)
If set, indicates this is a link to a slide in this presentation, addressed by its position.
|
Link |
Link.setSlideIndex(Integer slideIndex)
If set, indicates this is a link to the slide at this zero-based index in the presentation.
|
Link |
Link.setUrl(String url)
If set, indicates this is a link to the external web page at this URL.
|
Modifier and Type | Method and Description |
---|---|
LineProperties |
LineProperties.setLink(Link link)
The hyperlink destination of the line.
|
ImageProperties |
ImageProperties.setLink(Link link)
The hyperlink destination of the image.
|
TextStyle |
TextStyle.setLink(Link link)
The hyperlink destination of the text.
|
ShapeProperties |
ShapeProperties.setLink(Link link)
The hyperlink destination of the shape.
|
Copyright © 2011–2024 Google. All rights reserved.