|
||||||||||
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.StiWord2007ExportSettings
public class StiWord2007ExportSettings
Word 2007 format export settings Copyright Stimulsoft
Constructor Summary | |
---|---|
StiWord2007ExportSettings()
|
|
StiWord2007ExportSettings(StiExportSettings settings)
|
Method Summary | |
---|---|
java.lang.String |
getCompanyString()
Information about the creator to be inserted into result Word file. |
StiExportFormat |
getExportFormat()
Export format |
float |
getImageQuality()
Gets image quality of images which will be exported to result file. |
float |
getImageResolution()
Gets image resolution of images which will be exported to result file. |
java.lang.String |
getLastModifiedString()
Information about the creator to be inserted into result Word file. |
boolean |
isRemoveEmptySpaceAtBottom()
Gets a value indicating whether it is necessary to remove empty space at the bottom of the page |
boolean |
isUsePageHeadersAndFooters()
Gets value which indicates that one (first) page header and page footer from report will be used in word file. |
void |
setCompanyString(java.lang.String companyString)
Information about the creator to be inserted into result Word file. |
void |
setImageQuality(float imageQuality)
Sets image quality of images which will be exported to result file. |
void |
setImageResolution(float imageResolution)
Sets image resolution of images which will be exported to result file. |
void |
setLastModifiedString(java.lang.String lastModifiedString)
Information about the creator to be inserted into result Word file. |
void |
setRemoveEmptySpaceAtBottom(boolean removeEmptySpaceAtBottom)
Sets a value indicating whether it is necessary to remove empty space at the bottom of the page |
void |
setUsePageHeadersAndFooters(boolean usePageHeadersAndFooters)
Sets value which indicates that one (first) page header and page footer from report will be used in word 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 |
Constructor Detail |
---|
public StiWord2007ExportSettings(StiExportSettings settings)
public StiWord2007ExportSettings()
Method Detail |
---|
public StiExportFormat getExportFormat()
getExportFormat
in class StiPageRangeExportSettings
public boolean isUsePageHeadersAndFooters()
public void setUsePageHeadersAndFooters(boolean usePageHeadersAndFooters)
usePageHeadersAndFooters
- the usePageHeadersAndFooters 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 isRemoveEmptySpaceAtBottom()
public void setRemoveEmptySpaceAtBottom(boolean removeEmptySpaceAtBottom)
removeEmptySpaceAtBottom
- the removeEmptySpaceAtBottom to setpublic java.lang.String getCompanyString()
public void setCompanyString(java.lang.String companyString)
companyString
- the companyString to setpublic java.lang.String getLastModifiedString()
public void setLastModifiedString(java.lang.String lastModifiedString)
lastModifiedString
- the lastModifiedString to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |