com.adobe.livecycle.convertpdfservice.client.enumeration
Class PageSize

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.convertpdfservice.client.enumeration.PageSize
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class PageSize
extends java.lang.Enum

Represents page size settings that are applicable to the resulting PostScript file.

See Also:
Serialized Form

Field Summary
static PageSize A2
          Represents the A2 page size.
static PageSize A3
          Represents the A3 page size.
static PageSize A4
          Represents the A4 page size.
static PageSize A5
          Represents the A5 page size.
static PageSize Custom
          A custom page size that defines height and width.
static PageSize DetermineAutomatically
          Determine page size and width from the input document
static PageSize Envelope
          Represents the Envelope page size.
static PageSize Executive
          Represents the Executive page size.
static PageSize Folio
          Represents the Folio page size.
static PageSize Legal
          Represents the Legal page size.
static PageSize Letter
          Represents the Letter page size.
static PageSize Tabloid
          Represents the Tabloid page size.
 
Method Summary
 java.lang.String getDesc()
          Retrives the description.
 java.lang.String getHeight()
          Returns the height.
 java.lang.String getWidth()
          Returns the width
 java.lang.String toString()
          Returns a representation of this enum value.
static PageSize valueOf(java.lang.String name)
           
static PageSize[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

A2

public static final PageSize A2
Represents the A2 page size.


A3

public static final PageSize A3
Represents the A3 page size.


A4

public static final PageSize A4
Represents the A4 page size.


A5

public static final PageSize A5
Represents the A5 page size.


Envelope

public static final PageSize Envelope
Represents the Envelope page size.


Executive

public static final PageSize Executive
Represents the Executive page size.


Folio

public static final PageSize Folio
Represents the Folio page size.


Legal

public static final PageSize Legal
Represents the Legal page size.


Letter

public static final PageSize Letter
Represents the Letter page size.


Tabloid

public static final PageSize Tabloid
Represents the Tabloid page size.


DetermineAutomatically

public static final PageSize DetermineAutomatically
Determine page size and width from the input document


Custom

public static final PageSize Custom
A custom page size that defines height and width.

Method Detail

values

public static PageSize[] values()

valueOf

public static PageSize valueOf(java.lang.String name)

getDesc

public java.lang.String getDesc()
Retrives the description.

Returns:
A string value that specifies the description.

getHeight

public java.lang.String getHeight()
Returns the height.

Returns:
A string value that specifies the page height.

getWidth

public java.lang.String getWidth()
Returns the width

Returns:
A string value that specifies the page width.

toString

public java.lang.String toString()
Returns a representation of this enum value.

Overrides:
toString in class java.lang.Enum
Returns:
A string of this enum value.


[an error occurred while processing this directive] [an error occurred while processing this directive]