StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.presentation
Class PresentationRange

java.lang.Object
  |
  +--com.sun.star.uno.Enum
        |
        +--com.sun.star.presentation.PresentationRange

public final synchronized class PresentationRange
extends com.sun.star.uno.Enum


Field Summary
static com.sun.star.presentation.PresentationRange PRESENTATIONRANGE_ALL
           
static int PRESENTATIONRANGE_ALL_value
           
static com.sun.star.presentation.PresentationRange PRESENTATIONRANGE_FROM_PAGE
           
static int PRESENTATIONRANGE_FROM_PAGE_value
           
static com.sun.star.presentation.PresentationRange PRESENTATIONRANGE_INDIVIDUAL
           
static int PRESENTATIONRANGE_INDIVIDUAL_value
           
static java.lang.Object UNORUNTIMEDATA
           
 
Fields inherited from class com.sun.star.uno.Enum
m_value
 
Constructor Summary
private PresentationRange(int i)
           
 
Method Summary
static com.sun.star.presentation.PresentationRange fromInt(int i)
           
static com.sun.star.presentation.PresentationRange getDefault()
           
 
Methods inherited from class com.sun.star.uno.Enum
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRESENTATIONRANGE_ALL

public static final com.sun.star.presentation.PresentationRange PRESENTATIONRANGE_ALL

PRESENTATIONRANGE_ALL_value

public static final int PRESENTATIONRANGE_ALL_value

PRESENTATIONRANGE_FROM_PAGE

public static final com.sun.star.presentation.PresentationRange PRESENTATIONRANGE_FROM_PAGE

PRESENTATIONRANGE_FROM_PAGE_value

public static final int PRESENTATIONRANGE_FROM_PAGE_value

PRESENTATIONRANGE_INDIVIDUAL

public static final com.sun.star.presentation.PresentationRange PRESENTATIONRANGE_INDIVIDUAL

PRESENTATIONRANGE_INDIVIDUAL_value

public static final int PRESENTATIONRANGE_INDIVIDUAL_value

UNORUNTIMEDATA

public static java.lang.Object UNORUNTIMEDATA
Constructor Detail

PresentationRange

private PresentationRange(int i)
Method Detail

fromInt

public static com.sun.star.presentation.PresentationRange fromInt(int i)

getDefault

public static com.sun.star.presentation.PresentationRange getDefault()

StarOffice 5.2 API
reverse engineered by classdoc