Class PDFExportFormat
- java.lang.Object
-
- com.levigo.jadice.server.libreoffice.server.ExportFormat
-
- com.levigo.jadice.server.libreoffice.server.PDFExportFormat
-
- All Implemented Interfaces:
Serializable
public class PDFExportFormat extends ExportFormat
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PDFExportFormat.Changes
Specifies the change allowed to the document.static class
PDFExportFormat.FormsType
Specifies the submitted format of a PDF form.static class
PDFExportFormat.InitialView
Specifies how the PDF document should be displayed when opened.static class
PDFExportFormat.Magnification
Specifies the action to be performed when the PDF document is opened.static class
PDFExportFormat.PageLayout
Specifies the page layout to be used when the document is opened.static class
PDFExportFormat.PDFVersion
static class
PDFExportFormat.Printing
Specifies what printing is allowed.static class
PDFExportFormat.ViewSelection
Specifies the way the exported PDF will be viewed (experienced) by the user.
-
Constructor Summary
Constructors Constructor Description PDFExportFormat()
-
Method Summary
-
-
-
Method Detail
-
getMimeType
public String getMimeType()
- Specified by:
getMimeType
in classExportFormat
-
getPageRange
public String getPageRange()
-
setPageRange
public void setPageRange(String pageRange)
-
isUseLosslessCompression
public boolean isUseLosslessCompression()
-
setUseLosslessCompression
public void setUseLosslessCompression(boolean useLosslessCompression)
-
getQuality
public int getQuality()
-
setQuality
public void setQuality(int quality)
-
isReduceImageResolution
public boolean isReduceImageResolution()
-
setReduceImageResolution
public void setReduceImageResolution(boolean reduceImageResolution)
-
getMaxImageResolution
public int getMaxImageResolution()
-
setMaxImageResolution
public void setMaxImageResolution(int maxImageResolution)
-
getPdfVersion
public PDFExportFormat.PDFVersion getPdfVersion()
-
setPdfVersion
public void setPdfVersion(PDFExportFormat.PDFVersion pdfVersion)
-
isUseTaggedPDF
public boolean isUseTaggedPDF()
-
setUseTaggedPDF
public void setUseTaggedPDF(boolean useTaggedPDF)
-
isExportFormFields
public boolean isExportFormFields()
-
setExportFormFields
public void setExportFormFields(boolean exportFormFields)
-
getFormsType
public PDFExportFormat.FormsType getFormsType()
-
setFormsType
public void setFormsType(PDFExportFormat.FormsType formsType)
-
isExportBookmarks
public boolean isExportBookmarks()
-
setExportBookmarks
public void setExportBookmarks(boolean exportBookmarks)
-
isExportNotes
public boolean isExportNotes()
-
setExportNotes
public void setExportNotes(boolean exportNotes)
-
isExportNotePages
public boolean isExportNotePages()
-
setExportNotePages
public void setExportNotePages(boolean exportNotePages)
-
isSkipEmptyPages
public boolean isSkipEmptyPages()
-
setSkipEmptyPages
public void setSkipEmptyPages(boolean skipEmptyPages)
-
isAddOriginalStream
public boolean isAddOriginalStream()
-
setAddOriginalStream
public void setAddOriginalStream(boolean addOriginalStream)
-
getInitialView
public PDFExportFormat.InitialView getInitialView()
-
setInitialView
public void setInitialView(PDFExportFormat.InitialView initialView)
-
getItitialPage
public int getItitialPage()
-
setItitialPage
public void setItitialPage(int ititialPage)
-
getMagnification
public PDFExportFormat.Magnification getMagnification()
-
setMagnification
public void setMagnification(PDFExportFormat.Magnification magnification)
-
getZoom
public int getZoom()
-
setZoom
public void setZoom(int zoom)
-
getPageLayout
public PDFExportFormat.PageLayout getPageLayout()
-
setPageLayout
public void setPageLayout(PDFExportFormat.PageLayout pageLayout)
-
isFirstPageOnLeft
public boolean isFirstPageOnLeft()
-
setFirstPageOnLeft
public void setFirstPageOnLeft(boolean firstPageOnLeft)
-
isResizeWindowToInitialPage
public boolean isResizeWindowToInitialPage()
-
setResizeWindowToInitialPage
public void setResizeWindowToInitialPage(boolean resizeWindowToInitialPage)
-
isCenterWindow
public boolean isCenterWindow()
-
setCenterWindow
public void setCenterWindow(boolean centerWindow)
-
isOpenInFullScreenMode
public boolean isOpenInFullScreenMode()
-
setOpenInFullScreenMode
public void setOpenInFullScreenMode(boolean openInFullScreenMode)
-
isDisplayPDFDocumentTitle
public boolean isDisplayPDFDocumentTitle()
-
setDisplayPDFDocumentTitle
public void setDisplayPDFDocumentTitle(boolean displayPDFDocumentTitle)
-
isHideViewerMenubar
public boolean isHideViewerMenubar()
-
setHideViewerMenubar
public void setHideViewerMenubar(boolean hideViewerMenubar)
-
isHideViewerToolbar
public boolean isHideViewerToolbar()
-
setHideViewerToolbar
public void setHideViewerToolbar(boolean hideViewerToolbar)
-
isHideViewerWindowControls
public boolean isHideViewerWindowControls()
-
setHideViewerWindowControls
public void setHideViewerWindowControls(boolean hideViewerWindowControls)
-
isUseTransitionEffects
public boolean isUseTransitionEffects()
-
setUseTransitionEffects
public void setUseTransitionEffects(boolean useTransitionEffects)
-
getOpenBookmarkLevels
public int getOpenBookmarkLevels()
-
setOpenBookmarkLevels
public void setOpenBookmarkLevels(int openBookmarkLevels)
-
isExportBookmarksToPDFDestination
public boolean isExportBookmarksToPDFDestination()
-
setExportBookmarksToPDFDestination
public void setExportBookmarksToPDFDestination(boolean exportBookmarksToPDFDestination)
-
isConvertOOoTargetToPDFTarget
public boolean isConvertOOoTargetToPDFTarget()
-
setConvertOOoTargetToPDFTarget
public void setConvertOOoTargetToPDFTarget(boolean convertOOoTargetToPDFTarget)
-
isExportLinksRelativeFsys
public boolean isExportLinksRelativeFsys()
-
setExportLinksRelativeFsys
public void setExportLinksRelativeFsys(boolean exportLinksRelativeFsys)
-
getViewSelection
public PDFExportFormat.ViewSelection getViewSelection()
-
setViewSelection
public void setViewSelection(PDFExportFormat.ViewSelection viewSelection)
-
isEncryptFile
public boolean isEncryptFile()
-
setEncryptFile
public void setEncryptFile(boolean encryptFile)
-
getDocumentOpenPassword
public String getDocumentOpenPassword()
-
setDocumentOpenPassword
public void setDocumentOpenPassword(String documentOpenPassword)
-
isRestrictPermissions
public boolean isRestrictPermissions()
-
setRestrictPermissions
public void setRestrictPermissions(boolean restrictPermissions)
-
getPermissionPassword
public String getPermissionPassword()
-
setPermissionPassword
public void setPermissionPassword(String permissionPassword)
-
getPrinting
public PDFExportFormat.Printing getPrinting()
-
setPrinting
public void setPrinting(PDFExportFormat.Printing printing)
-
getChanges
public PDFExportFormat.Changes getChanges()
-
setChanges
public void setChanges(PDFExportFormat.Changes changes)
-
isEnableCopyingOfContent
public boolean isEnableCopyingOfContent()
-
setEnableCopyingOfContent
public void setEnableCopyingOfContent(boolean enableCopyingOfContent)
-
isEnableTextAccessForAccessibilityTools
public boolean isEnableTextAccessForAccessibilityTools()
-
setEnableTextAccessForAccessibilityTools
public void setEnableTextAccessForAccessibilityTools(boolean enableTextAccessForAccessibilityTools)
-
-