com.icesoft.pdf.util
Class PropertyConstants

java.lang.Object
  extended bycom.icesoft.pdf.util.PropertyConstants

public class PropertyConstants
extends Object


Field Summary
static String DOCUMENT_CURRENT_PAGE
           
static String DOCUMENT_TOOL_NONE
           
static String DOCUMENT_TOOL_PAN
           
static String DOCUMENT_TOOL_ZOOM_IN
           
static String DOCUMENT_TOOL_ZOOM_OUT
           
 
Constructor Summary
PropertyConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOCUMENT_CURRENT_PAGE

public static final String DOCUMENT_CURRENT_PAGE
See Also:
Constant Field Values

DOCUMENT_TOOL_PAN

public static final String DOCUMENT_TOOL_PAN
See Also:
Constant Field Values

DOCUMENT_TOOL_ZOOM_IN

public static final String DOCUMENT_TOOL_ZOOM_IN
See Also:
Constant Field Values

DOCUMENT_TOOL_ZOOM_OUT

public static final String DOCUMENT_TOOL_ZOOM_OUT
See Also:
Constant Field Values

DOCUMENT_TOOL_NONE

public static final String DOCUMENT_TOOL_NONE
See Also:
Constant Field Values
Constructor Detail

PropertyConstants

public PropertyConstants()