com.aspose.slides
Class SlideSizeType

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.SlideSizeType

public final class SlideSizeType
extends com.aspose.ms.System.Enum

Represents the slide size.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
 
Field Summary
static int A4Paper
           A4
static int Banner
           Banner
static int Custom
           Custom size
static int LetterPaper
           Letter
static int OnScreen
           On screen
static int Overhead
           Overhead
static int Slide35mm
           Slide 35mm
 
Fields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, 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

OnScreen

public static final int OnScreen

On screen

See Also:
Constant Field Values

LetterPaper

public static final int LetterPaper

Letter

See Also:
Constant Field Values

A4Paper

public static final int A4Paper

A4

See Also:
Constant Field Values

Slide35mm

public static final int Slide35mm

Slide 35mm

See Also:
Constant Field Values

Overhead

public static final int Overhead

Overhead

See Also:
Constant Field Values

Banner

public static final int Banner

Banner

See Also:
Constant Field Values

Custom

public static final int Custom

Custom size

See Also:
Constant Field Values