JPedal Java PDF library 4.70b22 API Documentation - http://www.jpedal.org

org.jpedal.constants
Class JPedalSettings

java.lang.Object
  extended by org.jpedal.constants.JPedalSettings

public class JPedalSettings
extends java.lang.Object

used by JPedal for contants which allow user to set flags


Field Summary
static java.lang.Integer ALLOW_PAGES_SMALLER_THAN_PAGE_SIZE
          allow user to generate pages smaller than page size using hi res
static java.lang.Integer CACHE_LARGE_FONTS
          allow user to cache large fonts to avoid big memory hit
static java.lang.Integer DISPLAY_INVISIBLE_TEXT
          allow user to display invisible text in current fill colour
static java.lang.Integer EXTRACT_AT_BEST_QUALITY_MAXSCALING
          allow user to limit the amount of scaling on Best quality
static java.lang.Integer EXTRACT_AT_PAGE_SIZE
          allow user to limit the amount of scaling on Best quality - needs PAGE_SIZE_OVERRIDES_IMAGE set to true
static java.lang.Integer IGNORE_FORMS_ON_PRINT
          allow user to stop some forms being printed
static java.lang.Integer IMAGE_HIRES
          allow user to set a flag to use hi res settings
static java.lang.Integer INVERT_HIGHLIGHT
          allow user to set highlight to invert colours on area of page
static java.lang.Integer LEGACY_HIGHLIGHTING
          Possible value for TEXT_HIGHLIGHT_MODE use legacy highlighting mode
static java.lang.Integer PAGE_COLOR
          Integer for color to use for background
static java.lang.Integer PAGE_SIZE_OVERRIDES_IMAGE
          allow user to choose which takes priority
static java.lang.Integer TEXT_BASED_HIGHLIGHTING
          Possible value for TEXT_HIGHLIGHT_MODE use legacy highlighting mode
static java.lang.Integer TEXT_HIGHLIGHT_COLOUR
          allow user to set colour used to highlight text found in JPanel
static java.lang.Integer TEXT_INVERTED_COLOUR
          allow user to define color for text when highlighted
static java.lang.Integer TEXT_PRINT_NON_EMBEDDED_FONTS
          allow user print all fonts as textprinting
static java.lang.Integer UNDRAWN_PAGE_COLOR
          Integer for color of non rendered page background
 
Constructor Summary
JPedalSettings()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEXT_HIGHLIGHT_COLOUR

public static final java.lang.Integer TEXT_HIGHLIGHT_COLOUR
allow user to set colour used to highlight text found in JPanel


DISPLAY_INVISIBLE_TEXT

public static final java.lang.Integer DISPLAY_INVISIBLE_TEXT
allow user to display invisible text in current fill colour


CACHE_LARGE_FONTS

public static final java.lang.Integer CACHE_LARGE_FONTS
allow user to cache large fonts to avoid big memory hit


TEXT_PRINT_NON_EMBEDDED_FONTS

public static final java.lang.Integer TEXT_PRINT_NON_EMBEDDED_FONTS
allow user print all fonts as textprinting


TEXT_INVERTED_COLOUR

public static final java.lang.Integer TEXT_INVERTED_COLOUR
allow user to define color for text when highlighted


IMAGE_HIRES

public static final java.lang.Integer IMAGE_HIRES
allow user to set a flag to use hi res settings


EXTRACT_AT_BEST_QUALITY_MAXSCALING

public static final java.lang.Integer EXTRACT_AT_BEST_QUALITY_MAXSCALING
allow user to limit the amount of scaling on Best quality


EXTRACT_AT_PAGE_SIZE

public static final java.lang.Integer EXTRACT_AT_PAGE_SIZE
allow user to limit the amount of scaling on Best quality - needs PAGE_SIZE_OVERRIDES_IMAGE set to true


PAGE_SIZE_OVERRIDES_IMAGE

public static final java.lang.Integer PAGE_SIZE_OVERRIDES_IMAGE
allow user to choose which takes priority


INVERT_HIGHLIGHT

public static final java.lang.Integer INVERT_HIGHLIGHT
allow user to set highlight to invert colours on area of page


IGNORE_FORMS_ON_PRINT

public static final java.lang.Integer IGNORE_FORMS_ON_PRINT
allow user to stop some forms being printed


ALLOW_PAGES_SMALLER_THAN_PAGE_SIZE

public static final java.lang.Integer ALLOW_PAGES_SMALLER_THAN_PAGE_SIZE
allow user to generate pages smaller than page size using hi res


PAGE_COLOR

public static final java.lang.Integer PAGE_COLOR
Integer for color to use for background


UNDRAWN_PAGE_COLOR

public static final java.lang.Integer UNDRAWN_PAGE_COLOR
Integer for color of non rendered page background


LEGACY_HIGHLIGHTING

public static final java.lang.Integer LEGACY_HIGHLIGHTING
Possible value for TEXT_HIGHLIGHT_MODE use legacy highlighting mode


TEXT_BASED_HIGHLIGHTING

public static final java.lang.Integer TEXT_BASED_HIGHLIGHTING
Possible value for TEXT_HIGHLIGHT_MODE use legacy highlighting mode

Constructor Detail

JPedalSettings

public JPedalSettings()

JPedal Java PDF library 4.70b22 API Documentation - http://www.jpedal.org

JPedal Java PDF library 4.70b22 API Documentation - http://www.jpedal.org