|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.businessobjects.enterprise.crystalreport.FormatInterface
com.businessobjects.enterprise.crystalreport.PageFormat
com.businessobjects.enterprise.crystalreport.ExcelFormat
Allows you to set the options for a report that is to be scheduled as an Excel spreadsheet. You can customize cell and column formats as well as how worksheet functions are used.
| Constructor Summary | |
ExcelFormat()
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Internal Use Only. |
java.lang.Integer |
getBaseAreaGroupNum()
Returns which group section to base the column width on. |
SectionTypeEnum |
getBaseAreaType()
Returns which section to base the column width on. |
java.lang.Boolean |
getColumnHeadingAvailable()
Returns whether or not to use column headings. |
java.lang.Double |
getConstantColWidth()
Returns the size of the constant column width. |
java.lang.Boolean |
getConstantColWidthUsed()
Returns whether or not to use constant column widths. |
java.lang.Boolean |
getDateConvertedToString()
Returns whether or not to convert the date to a string value. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Internal Use Only. |
java.lang.Boolean |
getExportPageheader()
Internal Use Only. |
HeaderFooterOptionEnum |
getExportPageHeaderFooter()
Returns the way page header and footer are exported. |
java.lang.Boolean |
getGridlineShown()
Returns whether or not to include gridlines during exporting. |
java.lang.Boolean |
getPageBreakCreated()
Returns whether or not to create page breaks. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Internal Use Only. |
java.lang.Boolean |
getTabularFormat()
Returns whether or not to use a tabular format. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Internal Use Only. |
int |
hashCode()
Internal Use Only. |
void |
setBaseAreaGroupNum(java.lang.Integer baseAreaGroupNum)
Sets which group section to base the column width on. |
void |
setBaseAreaType(SectionTypeEnum baseAreaType)
Sets which section to base the column width on. |
void |
setColumnHeadingAvailable(java.lang.Boolean columnHeadingAvailable)
Sets whether or not to use column headings. |
void |
setConstantColWidth(java.lang.Double constantColWidth)
Sets the size of the constant column width. |
void |
setConstantColWidthUsed(java.lang.Boolean constantColWidthUsed)
Returns whether or not to use constant column widths. |
void |
setDateConvertedToString(java.lang.Boolean dateConvertedToString)
Sets whether or not to convert the date to a string value. |
void |
setExportPageheader(java.lang.Boolean exportPageheader)
Internal Use Only. |
void |
setExportPageHeaderFooter(HeaderFooterOptionEnum exportPageHeaderFooter)
Sets the way page header and footer are exported. |
void |
setGridlineShown(java.lang.Boolean gridlineShown)
Sets whether or not to include gridlines during exporting. |
void |
setPageBreakCreated(java.lang.Boolean pageBreakCreated)
Sets whether or not to create page breaks. |
void |
setTabularFormat(java.lang.Boolean tabularFormat)
Sets whether or not to use a tabular format. |
| Methods inherited from class com.businessobjects.enterprise.crystalreport.PageFormat |
getAllPageExported, getEndPageNumber, getStartPageNumber, setAllPageExported, setEndPageNumber, setStartPageNumber |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExcelFormat()
| Method Detail |
public java.lang.Boolean getColumnHeadingAvailable()
Returns whether or not to use column headings.
true if column headings will be used, false otherwise.public void setColumnHeadingAvailable(java.lang.Boolean columnHeadingAvailable)
Sets whether or not to use column headings.
columnHeadingAvailable - true if column headings will be used, false otherwise.public java.lang.Boolean getTabularFormat()
Returns whether or not to use a tabular format.
true if tabular format will be used, false otherwise.public void setTabularFormat(java.lang.Boolean tabularFormat)
Sets whether or not to use a tabular format.
tabularFormat - true if tabular format will be used, false otherwise.public java.lang.Boolean getExportPageheader()
public void setExportPageheader(java.lang.Boolean exportPageheader)
public java.lang.Boolean getGridlineShown()
Returns whether or not to include gridlines during exporting.
true if export include gridlines, false otherwise.public void setGridlineShown(java.lang.Boolean gridlineShown)
Sets whether or not to include gridlines during exporting.
gridlineShown - true if export include gridlines, false otherwise.public java.lang.Boolean getDateConvertedToString()
Returns whether or not to convert the date to a string value.
true if date will be converted to string, and false otherwise.public void setDateConvertedToString(java.lang.Boolean dateConvertedToString)
Sets whether or not to convert the date to a string value.
dateConvertedToString - true if date will be converted to string, and false otherwise.public HeaderFooterOptionEnum getExportPageHeaderFooter()
Returns the way page header and footer are exported.
public void setExportPageHeaderFooter(HeaderFooterOptionEnum exportPageHeaderFooter)
Sets the way page header and footer are exported.
exportPageHeaderFooter - Specifies the way page header and footer are exported.public java.lang.Boolean getConstantColWidthUsed()
Returns whether or not to use constant column widths.
Note: The value for this property must be within the range 10-288.
true if constant column widths will be used, false otherwise.public void setConstantColWidthUsed(java.lang.Boolean constantColWidthUsed)
Returns whether or not to use constant column widths.
Note: The value for this property must be within the range 10-288.
constantColWidthUsed - true if constant column widths will be used, false otherwise.public java.lang.Double getConstantColWidth()
Returns the size of the constant column width.
Double specifying the size of the constant column width.public void setConstantColWidth(java.lang.Double constantColWidth)
Sets the size of the constant column width.
constantColWidth - A Double specifying the size of the constant column width.public SectionTypeEnum getBaseAreaType()
Returns which section to base the column width on.
public void setBaseAreaType(SectionTypeEnum baseAreaType)
Sets which section to base the column width on.
baseAreaType - Specifies the section to base the column width on when exporting to Excel.public java.lang.Integer getBaseAreaGroupNum()
Returns which group section to base the column width on.
Integer specifying the group section to base the column width on.public void setBaseAreaGroupNum(java.lang.Integer baseAreaGroupNum)
Sets which group section to base the column width on.
baseAreaGroupNum - An Integer specifying the group section to base the column width on.public java.lang.Boolean getPageBreakCreated()
Returns whether or not to create page breaks.
true if page breaks will be created, and false otherwise.public void setPageBreakCreated(java.lang.Boolean pageBreakCreated)
Sets whether or not to create page breaks.
pageBreakCreated - true if page breaks will be created, and false otherwise.public boolean equals(java.lang.Object obj)
equals in class PageFormatpublic int hashCode()
hashCode in class PageFormatpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||