BOUNDARY_ART_BOX
public static final String BOUNDARY_ART_BOX
Boundary constant.
BOUNDARY_BLEED_BOX
public static final String BOUNDARY_BLEED_BOX
Boundary constant.
BOUNDARY_CROP_BOX
public static final String BOUNDARY_CROP_BOX
Boundary constant.
BOUNDARY_MEDIA_BOX
public static final String BOUNDARY_MEDIA_BOX
Boundary constant.
BOUNDARY_TRIM_BOX
public static final String BOUNDARY_TRIM_BOX
Boundary constant.
NON_FULL_SCREEN_PAGE_MODE_USE_NONE
public static final String NON_FULL_SCREEN_PAGE_MODE_USE_NONE
From PDF Reference: "Neither document outline nor thumbnail images visible".
NON_FULL_SCREEN_PAGE_MODE_USE_OPTIONAL_CONTENT
public static final String NON_FULL_SCREEN_PAGE_MODE_USE_OPTIONAL_CONTENT
From PDF Reference: "Optional content group panel visible".
NON_FULL_SCREEN_PAGE_MODE_USE_OUTLINES
public static final String NON_FULL_SCREEN_PAGE_MODE_USE_OUTLINES
From PDF Reference: "Document outline visible".
NON_FULL_SCREEN_PAGE_MODE_USE_THUMBS
public static final String NON_FULL_SCREEN_PAGE_MODE_USE_THUMBS
From PDF Reference: "Thumbnail images visible".
READING_DIRECTION_L2R
public static final String READING_DIRECTION_L2R
Reading direction.
READING_DIRECTION_R2L
public static final String READING_DIRECTION_R2L
Reading direction.
centerWindow
public boolean centerWindow()
Get the center window preference.
- the center window preference.
displayDocTitle
public boolean displayDocTitle()
Get the display doc title preference.
- the display doc title preference.
fitWindow
public boolean fitWindow()
Get the fit window preference.
- the fit window preference.
getCOSObject
public COSBase getCOSObject()
Convert this standard java object to a COS object.
- getCOSObject in interface COSObjectable
- The cos object that matches this Java object.
getDictionary
public COSDictionary getDictionary()
This will get the underlying dictionary that this object wraps.
- The underlying info dictionary.
getNonFullScreenPageMode
public String getNonFullScreenPageMode()
Get the non full screen page mode preference.
- the non full screen page mode preference.
getPrintArea
public String getPrintArea()
Get the PrintArea preference. See BOUNDARY_XXX constants.
- the PrintArea preference.
getPrintClip
public String getPrintClip()
Get the PrintClip preference. See BOUNDARY_XXX constants.
- the PrintClip preference.
getReadingDirection
public String getReadingDirection()
Get the reading direction preference.
- the reading direction preference.
getViewArea
public String getViewArea()
Get the ViewArea preference. See BOUNDARY_XXX constants.
getViewClip
public String getViewClip()
Get the ViewClip preference. See BOUNDARY_XXX constants.
hideMenubar
public boolean hideMenubar()
Get the menubar preference.
hideToolbar
public boolean hideToolbar()
Get the toolbar preference.
hideWindowUI
public boolean hideWindowUI()
Get the window UI preference.
- the window UI preference.
setCenterWindow
public void setCenterWindow(boolean value)
Set the center window preference.
value
- Set the center window preference.
setDisplayDocTitle
public void setDisplayDocTitle(boolean value)
Set the display doc title preference.
value
- Set the display doc title preference.
setFitWindow
public void setFitWindow(boolean value)
Set the fit window preference.
value
- Set the fit window preference.
setHideMenubar
public void setHideMenubar(boolean value)
Set the menubar preference.
value
- Set the menubar preference.
setHideToolbar
public void setHideToolbar(boolean value)
Set the toolbar preference.
value
- Set the toolbar preference.
setHideWindowUI
public void setHideWindowUI(boolean value)
Set the window UI preference.
value
- Set the window UI preference.
setNonFullScreenPageMode
public void setNonFullScreenPageMode(String value)
Set the non full screen page mode preference.
value
- Set the non full screen page mode preference.
setPrintArea
public void setPrintArea(String value)
Set the PrintArea preference. See BOUNDARY_XXX constants.
value
- Set the PrintArea preference.
setPrintClip
public void setPrintClip(String value)
Set the PrintClip preference. See BOUNDARY_XXX constants.
value
- Set the PrintClip preference.
setReadingDirection
public void setReadingDirection(String value)
Set the reading direction preference.
value
- Set the reading direction preference.
setViewArea
public void setViewArea(String value)
Set the ViewArea preference. See BOUNDARY_XXX constants.
value
- Set the ViewArea preference.
setViewClip
public void setViewClip(String value)
Set the ViewClip preference. See BOUNDARY_XXX constants.
value
- Set the ViewClip preference.