public static final enum

OfficeToPDFOptions.AnimationMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pdftron.pdf.OfficeToPDFOptions.AnimationMode

Class Overview

PowerPoint document animation display options.

Summary

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

Enum Values

public static final OfficeToPDFOptions.AnimationMode e_ignore

Default value. Displays the default (preview) slide layout and ignores any animations. The number of generated pages is equal to the number of slides.

public static final OfficeToPDFOptions.AnimationMode e_paginate

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.

Public Methods

public static OfficeToPDFOptions.AnimationMode valueOf (String name)

public static final AnimationMode[] values ()