|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDataOnlyExcelExportFormatOptions
This interface is used to specify the format of a document that is exported with Microsoft Excel (97-2003) Data-Only formatting.
| Method Summary | |
|---|---|
int |
getBaseAreaGroupNumber()
Returns the base area group number if the area type is group area when exporting to Microsoft Excel (97-2003) Data-Only format. |
AreaSectionKind |
getBaseAreaType()
Returns the AreaSectionKind,
if constant column width is not used when exporting to Microsoft Excel (97-2003) format. |
int |
getConstantColWidth()
Returns the column width when exporting to Microsoft Excel (97-2003) Data-Only format. |
boolean |
getExportImages()
Returns whether the images are exported. |
boolean |
getExportObjectFormatting()
Returns whether the object formatting is exported. |
boolean |
getExportPageHeaderAndFooter()
Returns whether the page header and footer are exported. |
boolean |
getMaintainColumnAlignment()
Returns whether column alignment is maintained when exporting to Microsoft Excel (97-2003) Data-Only format. |
boolean |
getMaintainRelativeObjectPosition()
Deprecated. As of version 11.5. The option is always considered false. |
boolean |
getShowGroupOutlines()
Returns whether the group information appears as Microsoft Excel (97-2003) outline symbols when exporting to Microsoft Excel (97-2003) Data-Only format. |
boolean |
getSimplifyPageHeaders()
Returns whether page headers are to be simplified when exporting to Microsoft Excel (97-2003) Data-Only format. |
boolean |
getUseConstantColWidth()
Returns whether the constant column width option is used when exporting to Microsoft Excel (97-2003) Data-Only format. |
boolean |
getUseWorksheetFunctionsForSummaries()
Returns whether worksheet functions are to be used for summaries when exporting to Microsoft Excel (97-2003) Data-Only format. |
void |
setBaseAreaGroupNumber(int groupNumber)
Sets the base area group number if the area type is group area when exporting to Microsoft Excel (97-2003) Data-Only format. |
void |
setBaseAreaType(AreaSectionKind areaType)
Sets the AreaSectionKind,
if constant column width is not used when exporting to Microsoft Excel (97-2003) Data-Only format. |
void |
setConstantColWidth(int colWidth)
Sets the column width when exporting to Microsoft Excel (97-2003) Data-Only format. |
void |
setExportImages(boolean bExportImages)
Sets whether the images are exported when exporting to Microsoft Excel (97-2003) Data-Only format. |
void |
setExportObjectFormatting(boolean bExportObjectFormatting)
Sets whether the object formatting is exported. |
void |
setExportPageHeaderAndFooter(boolean bExportPageHeaderAndFooter)
Sets whether the page header and footer are exported. |
void |
setMaintainColumnAlignment(boolean bMaintainColumnAlignment)
Sets whether column alignment is maintained when exporting to Microsoft Excel (97-2003) Data-Only format. |
void |
setMaintainRelativeObjectPosition(boolean bMaintainRelativeObjectPosition)
Deprecated. As of version 11.5. The option is always considered false. |
void |
setShowGroupOutlines(boolean bShowGroupOutlines)
Sets whether the group information appears as Microsoft Excel (97-2003) outline symbols when exporting to Microsoft Excel (97-2003) Data-Only format. |
void |
setSimplifyPageHeaders(boolean bSimplifyPageHeaders)
Sets whether page headers are to be simplified when exporting to Microsoft Excel (97-2003) Data-Only format. |
void |
setUseConstantColWidth(boolean bUseConstantColWidth)
Sets whether the constant column width option is used when exporting to Microsoft Excel (97-2003) Data-Only format. |
void |
setUseWorksheetFunctionsForSummaries(boolean bUseWorksheetFunctionsForSummaries)
Sets whether worksheet functions are to be used for summaries when exporting to Microsoft Excel (97-2003) Data-Only format. |
| Method Detail |
|---|
int getBaseAreaGroupNumber()
Returns the base area group number if the area type is group area when exporting to Microsoft Excel (97-2003) Data-Only format.
int.int getConstantColWidth()
Returns the column width when exporting to Microsoft Excel (97-2003) Data-Only format.
int.AreaSectionKind getBaseAreaType()
Returns the AreaSectionKind,
if constant column width is not used when exporting to Microsoft Excel (97-2003) format.
AreaSectionKind,
if constant column width is not used.boolean getExportObjectFormatting()
Returns whether the object formatting is exported.
true if the object formatting is exported when exporting to Microsoft Excel (97-2003) Data-Only format,
and false otherwise.boolean getUseConstantColWidth()
Returns whether the constant column width option is used when exporting to Microsoft Excel (97-2003) Data-Only format.
true if the constant column width option is used when exporting to Microsoft Excel (97-2003) Data-Only format,
and false otherwise.boolean getExportPageHeaderAndFooter()
Returns whether the page header and footer are exported.
true if the page header and footer are exported when exporting to Microsoft Excel (97-2003) Data-Only format,
and false otherwise.boolean getExportImages()
Returns whether the images are exported.
true if the images are exported when exporting to Microsoft Excel (97-2003) Data-Only format,
and false otherwise.boolean getMaintainRelativeObjectPosition()
Returns whether the relative object position is maintained in the exported report.
true if the relative object position is maintained in the exported report, and false otherwise.boolean getUseWorksheetFunctionsForSummaries()
Returns whether worksheet functions are to be used for summaries when exporting to Microsoft Excel (97-2003) Data-Only format.
true if the worksheet functions are to be used for summaries in the exported report,
and false otherwise.boolean getMaintainColumnAlignment()
Returns whether column alignment is maintained when exporting to Microsoft Excel (97-2003) Data-Only format.
true if column alignment is maintained when exporting to Microsoft Excel (97-2003) Data-Only format,
and false otherwise.boolean getSimplifyPageHeaders()
Returns whether page headers are to be simplified when exporting to Microsoft Excel (97-2003) Data-Only format.
If this method returns true, the simplest version of your Crystal report's page headers are exported.
For example, if your page header includes two or more rows of objects, the program exports
only the bottom row. If this method returns false, the program exports all objects
in the page header (to a single row in the spreadsheet).
true if the page headers are to be simplified in the exported report, and false otherwise.void setBaseAreaGroupNumber(int groupNumber)
Sets the base area group number if the area type is group area when exporting to Microsoft Excel (97-2003) Data-Only format.
groupNumber - The base area group number as an int.void setConstantColWidth(int colWidth)
Sets the column width when exporting to Microsoft Excel (97-2003) Data-Only format.
colWidth - The column width when exporting to Microsoft Excel (97-2003) Data-Only format as an int.void setBaseAreaType(AreaSectionKind areaType)
Sets the AreaSectionKind,
if constant column width is not used when exporting to Microsoft Excel (97-2003) Data-Only format.
areaType - The AreaSectionKind,
if constant column width is not used when exporting to Microsoft Excel (97-2003) Data-Only format.void setExportObjectFormatting(boolean bExportObjectFormatting)
Sets whether the object formatting is exported.
bExportObjectFormatting - true if the object formatting is exported,
and false otherwise.void setUseConstantColWidth(boolean bUseConstantColWidth)
Sets whether the constant column width option is used when exporting to Microsoft Excel (97-2003) Data-Only format.
bUseContantColWidth - true if the constant column width option is used when exporting to Microsoft Excel (97-2003) Data-Only format,
and false otherwise.void setExportPageHeaderAndFooter(boolean bExportPageHeaderAndFooter)
Sets whether the page header and footer are exported.
bExportPageHeaderAndFooter - true if the page header and footer are exported when exporting to Microsoft Excel (97-2003) Data-Only format,
and false otherwise.void setExportImages(boolean bExportImages)
Sets whether the images are exported when exporting to Microsoft Excel (97-2003) Data-Only format.
bExportImages - true if the images are exported when exporting to Microsoft Excel (97-2003) Data-Only format,
and false otherwise.void setMaintainRelativeObjectPosition(boolean bMaintainRelativeObjectPosition)
Sets whether the relative object position is maintained in the exported report.
bMaintainRelativeObjectPosition - true if the relative object position is maintained in the exported report,
and false otherwise.void setUseWorksheetFunctionsForSummaries(boolean bUseWorksheetFunctionsForSummaries)
Sets whether worksheet functions are to be used for summaries when exporting to Microsoft Excel (97-2003) Data-Only format.
bUseWorksheetFunctionsForSummaries - true if worksheet functions are to be used for summaries
when exporting to Microsoft Excel (97-2003) Data-Only format, and false otherwise.void setMaintainColumnAlignment(boolean bMaintainColumnAlignment)
Sets whether column alignment is maintained when exporting to Microsoft Excel (97-2003) Data-Only format.
bMaintainColumnAlignment - true if column alignment is maintained
when exporting to Microsoft Excel (97-2003) Data-Only format, and false otherwise.void setSimplifyPageHeaders(boolean bSimplifyPageHeaders)
Sets whether page headers are to be simplified when exporting to Microsoft Excel (97-2003) Data-Only format.
Set this option to true to export the simplest version of your Crystal report's page headers.
For example, if your page header includes two or more rows of objects, the program exports
only the bottom row. If this option is not selected, the program exports all objects
in the page header (to a single row in the spreadsheet).
bSimplifyPageHeaders - true page headers are to be simplified
when exporting to Microsoft Excel (97-2003) Data-Only format, and false otherwise.boolean getShowGroupOutlines()
Returns whether the group information appears as Microsoft Excel (97-2003) outline symbols when exporting to Microsoft Excel (97-2003) Data-Only format.
Microsoft Excel (97-2003) supports eight levels of outline symbols. If the report has more than eight levels of group information, the entire report will be exported, but only eight levels of outline symbols will appear in the Microsoft Excel (97-2003) worksheet.
true if the group information appears as Microsoft Excel (97-2003) outline symbols when exporting to Microsoft Excel (97-2003) Data-Only format, and false otherwise.void setShowGroupOutlines(boolean bShowGroupOutlines)
Sets whether the group information appears as Microsoft Excel (97-2003) outline symbols when exporting to Microsoft Excel (97-2003) Data-Only format.
Microsoft Excel (97-2003) supports eight levels of outline symbols. If the report has more than eight levels of group information, the entire report will be exported, but only eight levels of outline symbols will appear in the Microsoft Excel (97-2003) worksheet.
bShowGroupOutlines - true if the group information appears as Microsoft Excel (97-2003) outline symbols
when exporting to Microsoft Excel (97-2003) Data-Only format, and false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||