org.eclipse.birt.report.engine.api
Interface IExcelRenderOption
- All Superinterfaces:
- IRenderOption, ITaskOption
- All Known Implementing Classes:
- EXCELRenderOption
public interface IExcelRenderOption
- extends IRenderOption
Field Summary |
static java.lang.String |
OFFICE_VERSION
This is the option to decide in which office version will you output the excel file |
static java.lang.String |
WRAPPING_TEXT
The option to decide if the text out will be wrapped |
Fields inherited from interface org.eclipse.birt.report.engine.api.IRenderOption |
ACTION_HANDLER, APP_BASE_URL, BASE_URL, 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, RTL_FLAG, SUPPORTED_IMAGE_FORMATS |
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 |
WRAPPING_TEXT
static final java.lang.String WRAPPING_TEXT
- The option to decide if the text out will be wrapped
- See Also:
- Constant Field Values
OFFICE_VERSION
static final java.lang.String OFFICE_VERSION
- This is the option to decide in which office version will you output the excel file
- See Also:
- Constant Field Values
setWrappingText
void setWrappingText(boolean wrappingText)
- Parameters:
wrappingText
-
setOfficeVersion
void setOfficeVersion(java.lang.String officeVersion)
- Parameters:
officeVersion
-
getWrappingText
boolean getWrappingText()
- Returns:
- if the text is wrapped
getOfficeVersion
java.lang.String getOfficeVersion()
- Returns:
- officeVersion
Copyright © 2008 Actuate Corp. All rights reserved.