Packagecom.adobe.livecycle.convertpdfservice.client.enumeration
Classpublic final class PageSize
InheritancePageSize Inheritance Enum

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



Public Methods
 MethodDefined By
  
String getDesc()
Retrives the description.
PageSize
  
String getHeight()
Returns the height.
PageSize
  
String getWidth()
Returns the width
PageSize
  
String toString()
Returns a representation of this enum value.
PageSize
Public Constants
 ConstantDefined By
  A2
[static] Represents the A2 page size.
PageSize
  A3
[static] Represents the A3 page size.
PageSize
  A4
[static] Represents the A4 page size.
PageSize
  A5
[static] Represents the A5 page size.
PageSize
  Custom
[static] A custom page size that defines height and width.
PageSize
  DetermineAutomatically
[static] Determine page size and width from the input document
PageSize
  Envelope
[static] Represents the Envelope page size.
PageSize
  Executive
[static] Represents the Executive page size.
PageSize
  Folio
[static] Represents the Folio page size.
PageSize
  Legal
[static] Represents the Legal page size.
PageSize
  Letter
[static] Represents the Letter page size.
PageSize
  Tabloid
[static] Represents the Tabloid page size.
PageSize
Method Detail
getDesc()
public String getDesc()

Retrives the description.

Returns
A string value that specifies the description.
getHeight() 
public String getHeight()

Returns the height.

Returns
A string value that specifies the page height.
getWidth() 
public String getWidth()

Returns the width

Returns
A string value that specifies the page width.
toString() 
public String toString()

Returns a representation of this enum value.

Returns
A string of this enum value.
Constant Detail
A2Constant
public static final A2

Represents the A2 page size.

A3Constant 
public static final A3

Represents the A3 page size.

A4Constant 
public static final A4

Represents the A4 page size.

A5Constant 
public static final A5

Represents the A5 page size.

CustomConstant 
public static final Custom

A custom page size that defines height and width.

DetermineAutomaticallyConstant 
public static final DetermineAutomatically

Determine page size and width from the input document

EnvelopeConstant 
public static final Envelope

Represents the Envelope page size.

ExecutiveConstant 
public static final Executive

Represents the Executive page size.

FolioConstant 
public static final Folio

Represents the Folio page size.

LegalConstant 
public static final Legal

Represents the Legal page size.

LetterConstant 
public static final Letter

Represents the Letter page size.

TabloidConstant 
public static final Tabloid

Represents the Tabloid page size.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/livecycle/convertpdfservice/client/enumeration/PageSize.html