Skip to content

Commit

Permalink
Add tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
sanand0 committed Jun 15, 2020
1 parent 3d7b34c commit 34e78e0
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions pptxhandler/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,12 +303,18 @@ TODO: Example

### Link

- `link`: links shape to a:
- slide number, e.g. `link: 4`. Values can be any integer
- slide reference, e.g. `link: f'first'`. Values can be `first`, `last`, `next`, `prev` (or `previous`) and `back`.
- file, e.g. `link: f'new.pptx'`
- URL, e.g. `link: f'https://gramener.com/'`
- `tooltip`: adds a text tooltip (e.g. `f'Title text'`)
- `link`: on click, shape opens another slide, file or link. e.g. `link: 4`, `link: f'https://gramener.com/'`
- `hover`: on hover, shape opens another slide, file or link. e.g. `link: 4`, `link: f'https://gramener.com/'`
- `tooltip`: adds a text tooltip. e.g. `f'Title text'`. Does not work with `hover:` nor `link: back`

`link` and `hover` can be specified as a:

- slide number, e.g. `link: 4`. Values can be any slide number starting from 1
- slide reference, e.g. `link: f'first'`. Values can be `first`, `last`, `next`, `prev` (alias:
`previous`), `back` (for last viewed slide), or `end` (for end show).
- file, e.g. `link: f'new.pptx'`
- URL, e.g. `link: f'https://gramener.com/'`
- `noaction`. This removes any prior link or hover on the shape

### Text

Expand Down

0 comments on commit 34e78e0

Please sign in to comment.