public interface Hyperlink<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> extends Hyperlink
Modifier and Type | Method and Description |
---|---|
void |
linkToEmail(java.lang.String emailAddress)
Link to an email
|
void |
linkToFirstSlide()
Link to the first slide in this slideshow
|
void |
linkToLastSlide()
Link to the last slide in this slideshow
|
void |
linkToNextSlide()
Link to the next slide (relative from the current)
|
void |
linkToPreviousSlide()
Link to the previous slide (relative from the current)
|
void |
linkToSlide(Slide<S,P> slide)
Link to a slide in this slideshow
|
void |
linkToUrl(java.lang.String url)
Link to a web page / URL
|
getAddress, getLabel, getType, setAddress, setLabel
void linkToEmail(java.lang.String emailAddress)
emailAddress
- the email addressvoid linkToUrl(java.lang.String url)
url
- the urlvoid linkToSlide(Slide<S,P> slide)
slide
- the linked slidevoid linkToNextSlide()
void linkToPreviousSlide()
void linkToFirstSlide()
void linkToLastSlide()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.