|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.report.export.settings.StiExportSettings
com.stimulsoft.report.export.settings.StiPageRangeExportSettings
com.stimulsoft.report.export.settings.StiPdfExportSettings
public class StiPdfExportSettings
PDF format export settings Copyright Stimulsoft
| Field Summary | |
|---|---|
boolean |
compressed
|
| Constructor Summary | |
|---|---|
StiPdfExportSettings()
|
|
StiPdfExportSettings(StiExportSettings settings)
|
|
| Method Summary | |
|---|---|
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. |
StiImageResolutionMode |
getImageResolutionMode()
|
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 |
isUseDigitalSignature()
value which indicates that digital signature is used for creating 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 |
setImageResolutionMode(StiImageResolutionMode imageResolutionMode)
|
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 |
setUseDigitalSignature(boolean useDigitalSignature)
value which indicates that digital signature is used for creating 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. |
| Methods inherited from class com.stimulsoft.report.export.settings.StiPageRangeExportSettings |
|---|
getPageRange, isOpenAfterExport, isSendEmail, setExportFormat, setOpenAfterExport, setPageRange, setSendEmail |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean compressed
| Constructor Detail |
|---|
public StiPdfExportSettings()
public StiPdfExportSettings(StiExportSettings settings)
| Method Detail |
|---|
public StiExportFormat getExportFormat()
StiPageRangeExportSettings
getExportFormat 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 setpublic StiImageResolutionMode getImageResolutionMode()
public void setImageResolutionMode(StiImageResolutionMode imageResolutionMode)
imageResolutionMode - the imageResolutionMode to setpublic boolean isUseDigitalSignature()
public void setUseDigitalSignature(boolean useDigitalSignature)
useDigitalSignature - the useDigitalSignature to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||