Class StiWordExportSettings
java.lang.Object
com.stimulsoft.report.export.settings.StiExportSettings
com.stimulsoft.report.export.settings.StiPageRangeExportSettings
com.stimulsoft.report.export.settings.StiWordExportSettings
Word 2007 format export settings
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInformation about the creator to be inserted into result Word file.Export formatfloatGets image quality of images which will be exported to result file.floatGets image resolution of images which will be exported to result file.Information about the creator to be inserted into result Word file.booleanGets a value indicating whether it is necessary to remove empty space at the bottom of the pagebooleanGets value which indicates that one (first) page header and page footer from report will be used in word file.voidsetCompanyString(String companyString) Information about the creator to be inserted into result Word file.voidsetImageQuality(float imageQuality) Sets image quality of images which will be exported to result file.voidsetImageResolution(float imageResolution) Sets image resolution of images which will be exported to result file.voidsetLastModifiedString(String lastModifiedString) Information about the creator to be inserted into result Word file.voidsetRemoveEmptySpaceAtBottom(boolean removeEmptySpaceAtBottom) Sets a value indicating whether it is necessary to remove empty space at the bottom of the pagevoidsetUsePageHeadersAndFooters(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, setSendEmailMethods inherited from class com.stimulsoft.report.export.settings.StiExportSettings
getIdent
-
Constructor Details
-
StiWordExportSettings
-
StiWordExportSettings
public StiWordExportSettings()
-
-
Method Details
-
getExportFormat
Export format- Overrides:
getExportFormatin classStiPageRangeExportSettings- Returns:
- the exportFormat
-
getImageQuality
public float getImageQuality()Gets image quality of images which will be exported to result file.- Returns:
- the imageQuality
-
setImageQuality
public void setImageQuality(float imageQuality) Sets image quality of images which will be exported to result file.- Parameters:
imageQuality- the imageQuality to set
-
getImageResolution
public float getImageResolution()Gets image resolution of images which will be exported to result file.- Returns:
- the imageResolution
-
setImageResolution
public void setImageResolution(float imageResolution) Sets image resolution of images which will be exported to result file.- Parameters:
imageResolution- the imageResolution to set
-
isRemoveEmptySpaceAtBottom
public boolean isRemoveEmptySpaceAtBottom()Gets a value indicating whether it is necessary to remove empty space at the bottom of the page- Returns:
- the removeEmptySpaceAtBottom
-
setRemoveEmptySpaceAtBottom
public void setRemoveEmptySpaceAtBottom(boolean removeEmptySpaceAtBottom) Sets a value indicating whether it is necessary to remove empty space at the bottom of the page- Parameters:
removeEmptySpaceAtBottom- the removeEmptySpaceAtBottom to set
-
getCompanyString
Information about the creator to be inserted into result Word file.- Returns:
- the companyString
-
setCompanyString
Information about the creator to be inserted into result Word file.- Parameters:
companyString- the companyString to set
-
getLastModifiedString
Information about the creator to be inserted into result Word file.- Returns:
- the lastModifiedString
-
setLastModifiedString
Information about the creator to be inserted into result Word file.- Parameters:
lastModifiedString- the lastModifiedString to set
-