public class StiPdfExportSettings extends StiPageRangeExportSettings
| Modifier and Type | Field and Description |
|---|---|
boolean |
compressed |
| Constructor and Description |
|---|
StiPdfExportSettings() |
StiPdfExportSettings(StiExportSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
StiPdfAllowEditable |
getAllowEditable() |
StiPdfAutoPrintMode |
getAutoPrintMode()
A value indicating AutoPrint mode
|
StiMonochromeDitheringType |
getDitheringType()
Gets type of dithering.
|
StiExportFormat |
getExportFormat()
Export format
|
StiPdfImageCompressionMethod |
getImageCompressionMethod()
Gets mode of image compression in PDF file.
|
StiColorImageFormat |
getImageFormat()
Gets image format for exported images.
|
float |
getImageQuality()
Gets image quality of images which will be exported to result PDF file.
|
float |
getImageResolution()
Gets image resolution of images which will be exported to result PDF file.
|
StiPdfEncryptionKeyLength |
getKeyLength() |
java.lang.String |
getPasswordInputOwner() |
java.lang.String |
getPasswordInputUser() |
StiEnumSet<StiUserAccessPrivileges> |
getUserAccessPrivileges() |
boolean |
isCompressed()
value which indicates that result file will be used compression.
|
boolean |
isEmbeddedFonts()
Gets value which indicates that fonts which used in report will be included in PDF file.
|
boolean |
isExportRtfTextAsImage()
Gets value which indicates that rtf text will be exported as bitmap images or as vector
images.
|
boolean |
isPdfACompliance()
Gets value which indicates that resulting PDF file is PDF/A compliance.
|
boolean |
isStandardPdfFonts()
Gets value which indicates that only standard PDF fonts will be used in result PDF file.
|
boolean |
isUseUnicode()
Gets value which indicates that unicode symbols must be used in result PDF file.
|
void |
setAllowEditable(StiPdfAllowEditable allowEditable) |
void |
setAutoPrintMode(StiPdfAutoPrintMode autoPrintMode) |
void |
setCompressed(boolean compressed)
value which indicates that result file will be used compression.
|
void |
setDitheringType(StiMonochromeDitheringType ditheringType)
Sets type of dithering.
|
void |
setEmbeddedFonts(boolean embeddedFonts)
Sets value which indicates that fonts which used in report will be included in PDF file.
|
void |
setExportRtfTextAsImage(boolean exportRtfTextAsImage)
Sets value which indicates that rtf text will be exported as bitmap images or as vector
images.
|
void |
setImageCompressionMethod(StiPdfImageCompressionMethod imageCompressionMethod)
Sets mode of image compression in PDF file.
|
void |
setImageFormat(StiColorImageFormat imageFormat)
Sets image format for exported images.
|
void |
setImageQuality(float imageQuality)
Sets image quality of images which will be exported to result PDF file.
|
void |
setImageResolution(float imageResolution)
Sets image resolution of images which will be exported to result PDF file.
|
void |
setKeyLength(StiPdfEncryptionKeyLength keyLength) |
void |
setPasswordInputOwner(java.lang.String passwordInputOwner) |
void |
setPasswordInputUser(java.lang.String passwordInputUser) |
void |
setPdfACompliance(boolean pdfACompliance)
Sets value which indicates that resulting PDF file is PDF/A compliance.
|
void |
setStandardPdfFonts(boolean standardPdfFonts)
Sets value which indicates that only standard PDF fonts will be used in result PDF file.
|
void |
setUserAccessPrivileges(StiEnumSet<StiUserAccessPrivileges> userAccessPrivileges) |
void |
setUseUnicode(boolean useUnicode)
Sets value which indicates that unicode symbols must be used in result PDF file.
|
getPageRange, isOpenAfterExport, isSendEmail, setExportFormat, setOpenAfterExport, setPageRange, setSendEmailpublic StiPdfExportSettings()
public StiPdfExportSettings(StiExportSettings settings)
public StiExportFormat getExportFormat()
StiPageRangeExportSettingsgetExportFormat in class StiPageRangeExportSettingspublic boolean isCompressed()
public void setCompressed(boolean compressed)
compressed - the compressed to setpublic float getImageQuality()
public void setImageQuality(float imageQuality)
imageQuality - the imageQuality to setpublic float getImageResolution()
public void setImageResolution(float imageResolution)
imageResolution - the imageResolution to setpublic boolean isEmbeddedFonts()
public void setEmbeddedFonts(boolean embeddedFonts)
embeddedFonts - the embeddedFonts to setpublic boolean isStandardPdfFonts()
public void setStandardPdfFonts(boolean standardPdfFonts)
standardPdfFonts - the standardPdfFonts to setpublic boolean isExportRtfTextAsImage()
public void setExportRtfTextAsImage(boolean exportRtfTextAsImage)
exportRtfTextAsImage - the exportRtfTextAsImage to setpublic boolean isUseUnicode()
public void setUseUnicode(boolean useUnicode)
useUnicode - the useUnicode to setpublic StiPdfImageCompressionMethod getImageCompressionMethod()
public void setImageCompressionMethod(StiPdfImageCompressionMethod imageCompressionMethod)
imageCompressionMethod - the imageCompressionMethod to setpublic StiColorImageFormat getImageFormat()
public void setImageFormat(StiColorImageFormat imageFormat)
imageFormat - the imageFormat to setpublic StiMonochromeDitheringType getDitheringType()
public void setDitheringType(StiMonochromeDitheringType ditheringType)
ditheringType - the ditheringType to setpublic boolean isPdfACompliance()
public void setPdfACompliance(boolean pdfACompliance)
pdfACompliance - the pdfACompliance to setpublic StiPdfAutoPrintMode getAutoPrintMode()
public void setAutoPrintMode(StiPdfAutoPrintMode autoPrintMode)
autoPrintMode - the autoPrintMode to setpublic StiPdfAllowEditable getAllowEditable()
public void setAllowEditable(StiPdfAllowEditable allowEditable)
allowEditable - the allowEditable to setpublic java.lang.String getPasswordInputUser()
public void setPasswordInputUser(java.lang.String passwordInputUser)
passwordInputUser - the passwordInputUser to setpublic java.lang.String getPasswordInputOwner()
public void setPasswordInputOwner(java.lang.String passwordInputOwner)
passwordInputOwner - the passwordInputOwner to setpublic StiEnumSet<StiUserAccessPrivileges> getUserAccessPrivileges()
public void setUserAccessPrivileges(StiEnumSet<StiUserAccessPrivileges> userAccessPrivileges)
userAccessPrivileges - the userAccessPrivileges to setpublic StiPdfEncryptionKeyLength getKeyLength()
public void setKeyLength(StiPdfEncryptionKeyLength keyLength)
keyLength - the keyLength to setCopyright © 2019 Stimulsoft. All Rights Reserved.