com.aspose.slides
Class SlideViewType

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.slides.SlideViewType

public final class SlideViewType
extends com.aspose.ms.java.Enum

Defines the way how a presentation will be opened.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum
 
Field Summary
static int Handout
           Show the handout master slide.
static int MasterThumbnails
           Sumultaneously show multiple main master slides in a single column.
static int Notes
           Show a notes slide.
static int NotesMaster
           Show the notes master slide.
static int NotesText
           Show the text of a notes slide.
static int Outline
           Show the text on the presentation slides.
static int OutlineMaster
           Show the outline master slide.
static int PodiumNotesView
           Show the text of a notes slide while a slide show is also being displayed.
static int PodiumSlideView
           Show presentation slides while a slide show is also being displayed.
static int PrintPreview
           Show a print preview of the presentation slides.
static int Slide
           Show a presentation slide.
static int SlideMaster
           Show a main master slide.
static int SlideShow
           Show a slide show.
static int SlideShowFullScreen
           Show a slide show in full screen.
static int SlideSorter
           Simultaneously show multiple presentation slides.
static int Thumbnails
           Sumultaneously show multiple presentation slides in a single column.
static int TitleMaster
           Show a title master slide.
static int VisualBasic
           Show the VBA information.
 
Fields inherited from class com.aspose.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.java.Enum
format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Slide

public static final int Slide

Show a presentation slide.

See Also:
Constant Field Values

SlideMaster

public static final int SlideMaster

Show a main master slide.

See Also:
Constant Field Values

Notes

public static final int Notes

Show a notes slide.

See Also:
Constant Field Values

Handout

public static final int Handout

Show the handout master slide.

See Also:
Constant Field Values

NotesMaster

public static final int NotesMaster

Show the notes master slide.

See Also:
Constant Field Values

OutlineMaster

public static final int OutlineMaster

Show the outline master slide.

See Also:
Constant Field Values

Outline

public static final int Outline

Show the text on the presentation slides.

See Also:
Constant Field Values

SlideSorter

public static final int SlideSorter

Simultaneously show multiple presentation slides.

See Also:
Constant Field Values

VisualBasic

public static final int VisualBasic

Show the VBA information.

See Also:
Constant Field Values

TitleMaster

public static final int TitleMaster

Show a title master slide.

See Also:
Constant Field Values

SlideShow

public static final int SlideShow

Show a slide show.

See Also:
Constant Field Values

SlideShowFullScreen

public static final int SlideShowFullScreen

Show a slide show in full screen.

See Also:
Constant Field Values

NotesText

public static final int NotesText

Show the text of a notes slide.

See Also:
Constant Field Values

PrintPreview

public static final int PrintPreview

Show a print preview of the presentation slides.

See Also:
Constant Field Values

Thumbnails

public static final int Thumbnails

Sumultaneously show multiple presentation slides in a single column.

See Also:
Constant Field Values

MasterThumbnails

public static final int MasterThumbnails

Sumultaneously show multiple main master slides in a single column.

See Also:
Constant Field Values

PodiumSlideView

public static final int PodiumSlideView

Show presentation slides while a slide show is also being displayed.

See Also:
Constant Field Values

PodiumNotesView

public static final int PodiumNotesView

Show the text of a notes slide while a slide show is also being displayed.

See Also:
Constant Field Values