| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pdftron.pdf.OfficeToPDFOptions.AnimationMode | |
PowerPoint document animation display options.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| OfficeToPDFOptions.AnimationMode | e_ignore | Default value. | |||||||||
| OfficeToPDFOptions.AnimationMode | e_paginate | Follows PowerPoint's presentation mode where each click through the presentation will be generated as a new page. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static OfficeToPDFOptions.AnimationMode | valueOf(String name) | ||||||||||
| final static AnimationMode[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Default value. Displays the default (preview) slide layout and ignores any animations. The number of generated pages is equal to the number of slides.
Follows PowerPoint's presentation mode where each click through the presentation will be generated as a new page. If a slide contains animations that show or hide content, each click through that slide is a new page.