| |
|
| java.lang.Object com.lowagie.text.pdf.internal.PdfViewerPreferencesImp
PdfViewerPreferencesImp | public class PdfViewerPreferencesImp implements PdfViewerPreferences(Code) | | Stores the information concerning viewer preferences,
and contains the business logic that allows you to set viewer preferences.
|
DIRECTION_PREFERENCES | final public static PdfName DIRECTION_PREFERENCES(Code) | | A series of viewer preferences.
|
DUPLEX_PREFERENCES | final public static PdfName DUPLEX_PREFERENCES(Code) | | A series of viewer preferences.
|
NONFULLSCREENPAGEMODE_PREFERENCES | final public static PdfName NONFULLSCREENPAGEMODE_PREFERENCES(Code) | | A series of viewer preferences.
|
PAGE_BOUNDARIES | final public static PdfName PAGE_BOUNDARIES(Code) | | A series of viewer preferences.
|
PRINTSCALING_PREFERENCES | final public static PdfName PRINTSCALING_PREFERENCES(Code) | | A series of viewer preferences
|
VIEWER_PREFERENCES | final public static PdfName[] VIEWER_PREFERENCES(Code) | | |
addToCatalog | public void addToCatalog(PdfDictionary catalog)(Code) | | Adds the viewer preferences defined in the preferences parameter to a
PdfDictionary (more specifically the root or catalog of a PDF file).
Parameters: catalog - |
addViewerPreference | public void addViewerPreference(PdfName key, PdfObject value)(Code) | | Sets the viewer preferences for printing.
|
getPageLayoutAndMode | public int getPageLayoutAndMode()(Code) | | Returns the page layout and page mode value.
|
getViewerPreferences | public PdfDictionary getViewerPreferences()(Code) | | Returns the viewer preferences.
|
setViewerPreferences | public void setViewerPreferences(int preferences)(Code) | | Sets the viewer preferences as the sum of several constants.
Parameters: preferences - the viewer preferences See Also: PdfViewerPreferences.setViewerPreferences |
|
|
|