Interface IExcelRenderOption
- All Superinterfaces:
IRenderOption
,ITaskOption
- All Known Implementing Classes:
EXCELRenderOption
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The option to hide the gridlines in the worksheetstatic final String
Excel will ignore all image items when this option is on.static final String
This is the option to decide in which office version will you output the excel filestatic final String
This is the option to decide in which office version will you output the excel filestatic final String
The option to decide if the text out will be wrappedFields inherited from interface org.eclipse.birt.report.engine.api.IRenderOption
ACTION_HANDLER, APP_BASE_URL, BASE_URL, CHART_DPI, CLOSE_OUTPUTSTREAM_ON_EXIT, EMITTER_ID, HTML_PAGINATION, IMAGE_HANDLER, LOCALE, OUTPUT_DISPLAY_NONE, OUTPUT_EMITTERID_HTML, OUTPUT_EMITTERID_PDF, OUTPUT_FILE_NAME, OUTPUT_FORMAT, OUTPUT_FORMAT_FO, OUTPUT_FORMAT_HTML, OUTPUT_FORMAT_PDF, OUTPUT_STREAM, RENDER_DPI, REPORTLET_SIZE, RTL_FLAG, SUPPORTED_IMAGE_FORMATS
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setEnableMultipleSheet
(boolean enableMultipleSheet) void
setOfficeVersion
(String officeVersion) void
setWrappingText
(boolean wrappingText) Methods inherited from interface org.eclipse.birt.report.engine.api.IRenderOption
getActionHandle, getActionHandler, getAppBaseURL, getBaseURL, getEmitterID, getImageHandle, getImageHandler, getOutputFileName, getOutputFormat, getOutputSetting, getOutputStream, getSupportedImageFormats, setActionHandle, setActionHandler, setAppBaseURL, setBaseURL, setEmitterID, setImageHandle, setImageHandler, setOutputFileName, setOutputFormat, setOutputStream, setSupportedImageFormats
Methods inherited from interface org.eclipse.birt.report.engine.api.ITaskOption
getOption, getOptions, hasOption, setOption
-
Field Details
-
WRAPPING_TEXT
The option to decide if the text out will be wrapped- See Also:
-
OFFICE_VERSION
This is the option to decide in which office version will you output the excel file- See Also:
-
HIDE_GRIDLINES
The option to hide the gridlines in the worksheet- See Also:
-
OPTION_MULTIPLE_SHEET
This is the option to decide in which office version will you output the excel file- See Also:
-
IGNORE_IMAGE
Excel will ignore all image items when this option is on.- See Also:
-
-
Method Details
-
setWrappingText
void setWrappingText(boolean wrappingText) - Parameters:
wrappingText
-
-
setOfficeVersion
- Parameters:
officeVersion
-
-
getWrappingText
boolean getWrappingText()- Returns:
- if the text is wrapped
-
getOfficeVersion
String getOfficeVersion()- Returns:
- officeVersion
-
isEnableMultipleSheet
boolean isEnableMultipleSheet() -
setEnableMultipleSheet
void setEnableMultipleSheet(boolean enableMultipleSheet)
-