|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface 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.
| Nested Class Summary | |
|---|---|
static class |
ExcelFormat.Factory
A class with methods for creating instances of the ExcelFormat type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
int |
getBaseAreaGroupNum()
Returns which group section to base the column width on. |
SectionTypeEnum.Enum |
getBaseAreaType()
Returns which section to base the column width on. |
boolean |
getColumnHeadingAvailable()
Returns whether or not to use column headings. |
double |
getConstantColWidth()
Returns the size of the constant column width. |
boolean |
getConstantColWidthUsed()
Returns whether or not to use constant column widths. |
boolean |
getDateConvertedToString()
Returns whether or not to convert the date to a string value. |
boolean |
getExportPageheader()
Internal Use Only. |
HeaderFooterOptionEnum.Enum |
getExportPageHeaderFooter()
Returns the way page header and footer are exported. |
boolean |
getGridlineShown()
Returns whether or not to include gridlines during exporting. |
boolean |
getPageBreakCreated()
Returns whether or not to create page breaks. |
boolean |
getTabularFormat()
Returns whether or not to use a tabular format. |
boolean |
isSetBaseAreaGroupNum()
Checks if the BaseAreaGroupNum element has been set. |
boolean |
isSetBaseAreaType()
Checks if the BaseAreaType element has been set. |
boolean |
isSetColumnHeadingAvailable()
Checks if the ColumnHeadingAvailable element has been set. |
boolean |
isSetConstantColWidth()
Checks if the ConstantColWidth element has been set. |
boolean |
isSetConstantColWidthUsed()
Checks if the ConstantColWidthUsed element has been set. |
boolean |
isSetDateConvertedToString()
Checks if the convert the date element has been set. |
boolean |
isSetExportPageheader()
Internal Use Only. |
boolean |
isSetExportPageHeaderFooter()
Checks if the page header and footer are exported has been set. |
boolean |
isSetGridlineShown()
Checks if the GridlineShown element has been set. |
boolean |
isSetPageBreakCreated()
Checks if the PageBreakCreated element has been set. |
boolean |
isSetTabularFormat()
Checks if the TabularFormat element has been set. |
void |
setBaseAreaGroupNum(int baseAreaGroupNum)
Sets which section to base the column width on. |
void |
setBaseAreaType(SectionTypeEnum.Enum baseAreaType)
Sets which section to base the column width on. |
void |
setColumnHeadingAvailable(boolean columnHeadingAvailable)
Sets whether or not to use column headings. |
void |
setConstantColWidth(double constantColWidth)
Sets the size of the constant column width. |
void |
setConstantColWidthUsed(boolean constantColWidthUsed)
Returns whether or not to use constant column widths. |
void |
setDateConvertedToString(boolean dateConvertedToString)
Sets whether or not to convert the date to a string value. |
void |
setExportPageheader(boolean exportPageheader)
Internal Use Only. |
void |
setExportPageHeaderFooter(HeaderFooterOptionEnum.Enum exportPageHeaderFooter)
Sets the way page header and footer are exported. |
void |
setGridlineShown(boolean gridlineShown)
Sets whether or not to include gridlines during exporting. |
void |
setPageBreakCreated(boolean pageBreakCreated)
Sets whether or not to create page breaks. |
void |
setTabularFormat(boolean tabularFormat)
Sets whether or not to use a tabular format. |
void |
unsetBaseAreaGroupNum()
Deletes or unsets the BaseAreaGroupNum element. |
void |
unsetBaseAreaType()
Deletes or unsets the BaseAreaType element. |
void |
unsetColumnHeadingAvailable()
Deletes or unsets the ColumnHeadingAvailable element. |
void |
unsetConstantColWidth()
Deletes or unsets the ConstantColWidth element. |
void |
unsetConstantColWidthUsed()
Deletes or unsets the ConstantColWidthUsed element. |
void |
unsetDateConvertedToString()
Deletes or unsets the GridlineShown element. |
void |
unsetExportPageheader()
Internal Use Only. |
void |
unsetExportPageHeaderFooter()
Deletes or unsets the ExportPageHeaderFooter element. |
void |
unsetGridlineShown()
Deletes or unsets the GridlineShown element. |
void |
unsetPageBreakCreated()
Deletes or unsets the BaseAreaGroupNum element. |
void |
unsetTabularFormat()
Deletes or unsets the TabularFormat element. |
org.apache.xmlbeans.XmlInt |
xgetBaseAreaGroupNum()
Internal Use Only. |
SectionTypeEnum |
xgetBaseAreaType()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetColumnHeadingAvailable()
Internal Use Only. |
org.apache.xmlbeans.XmlDouble |
xgetConstantColWidth()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetConstantColWidthUsed()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetDateConvertedToString()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetExportPageheader()
Internal Use Only. |
HeaderFooterOptionEnum |
xgetExportPageHeaderFooter()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetGridlineShown()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetPageBreakCreated()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetTabularFormat()
Internal Use Only. |
void |
xsetBaseAreaGroupNum(org.apache.xmlbeans.XmlInt baseAreaGroupNum)
Internal Use Only. |
void |
xsetBaseAreaType(SectionTypeEnum baseAreaType)
Internal Use Only. |
void |
xsetColumnHeadingAvailable(org.apache.xmlbeans.XmlBoolean columnHeadingAvailable)
Internal Use Only. |
void |
xsetConstantColWidth(org.apache.xmlbeans.XmlDouble constantColWidth)
Internal Use Only. |
void |
xsetConstantColWidthUsed(org.apache.xmlbeans.XmlBoolean constantColWidthUsed)
Internal Use Only. |
void |
xsetDateConvertedToString(org.apache.xmlbeans.XmlBoolean dateConvertedToString)
Internal Use Only. |
void |
xsetExportPageheader(org.apache.xmlbeans.XmlBoolean exportPageheader)
Internal Use Only. |
void |
xsetExportPageHeaderFooter(HeaderFooterOptionEnum exportPageHeaderFooter)
Internal Use Only. |
void |
xsetGridlineShown(org.apache.xmlbeans.XmlBoolean gridlineShown)
Internal Use Only. |
void |
xsetPageBreakCreated(org.apache.xmlbeans.XmlBoolean pageBreakCreated)
Internal Use Only. |
void |
xsetTabularFormat(org.apache.xmlbeans.XmlBoolean tabularFormat)
Internal Use Only. |
| Methods inherited from interface com.businessobjects.enterprise.crystalreport.PageFormat |
|---|
getAllPageExported, getEndPageNumber, getStartPageNumber, isSetAllPageExported, isSetEndPageNumber, isSetStartPageNumber, setAllPageExported, setEndPageNumber, setStartPageNumber, unsetAllPageExported, unsetEndPageNumber, unsetStartPageNumber, xgetAllPageExported, xgetEndPageNumber, xgetStartPageNumber, xsetAllPageExported, xsetEndPageNumber, xsetStartPageNumber |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
boolean getColumnHeadingAvailable()
Returns whether or not to use column headings.
true if column headings will be used, otherwise false.org.apache.xmlbeans.XmlBoolean xgetColumnHeadingAvailable()
boolean isSetColumnHeadingAvailable()
ColumnHeadingAvailable element has been set.
true if the ColumnHeadingAvailable element has been set, otherwise false.void setColumnHeadingAvailable(boolean columnHeadingAvailable)
Sets whether or not to use column headings.
columnHeadingAvailable - true if column headings will be used, otherwise false.void xsetColumnHeadingAvailable(org.apache.xmlbeans.XmlBoolean columnHeadingAvailable)
void unsetColumnHeadingAvailable()
Deletes or unsets the ColumnHeadingAvailable element.
boolean getTabularFormat()
Returns whether or not to use a tabular format.
true if tabular format will be used, otherwise false.org.apache.xmlbeans.XmlBoolean xgetTabularFormat()
boolean isSetTabularFormat()
TabularFormat element has been set.
true if the TabularFormat element has been set, otherwise false.void setTabularFormat(boolean tabularFormat)
Sets whether or not to use a tabular format.
tabularFormat - true if tabular format will be used, otherwise false.void xsetTabularFormat(org.apache.xmlbeans.XmlBoolean tabularFormat)
void unsetTabularFormat()
Deletes or unsets the TabularFormat element.
boolean getExportPageheader()
org.apache.xmlbeans.XmlBoolean xgetExportPageheader()
boolean isSetExportPageheader()
void setExportPageheader(boolean exportPageheader)
void xsetExportPageheader(org.apache.xmlbeans.XmlBoolean exportPageheader)
void unsetExportPageheader()
boolean getGridlineShown()
Returns whether or not to include gridlines during exporting.
true if export include gridlines, otherwise false.org.apache.xmlbeans.XmlBoolean xgetGridlineShown()
boolean isSetGridlineShown()
GridlineShown element has been set.
true if the GridlineShown element has been set, otherwise false.void setGridlineShown(boolean gridlineShown)
Sets whether or not to include gridlines during exporting.
gridlineShown - true if export include gridlines, otherwise false.void xsetGridlineShown(org.apache.xmlbeans.XmlBoolean gridlineShown)
void unsetGridlineShown()
Deletes or unsets the GridlineShown element.
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.org.apache.xmlbeans.XmlBoolean xgetDateConvertedToString()
boolean isSetDateConvertedToString()
true if the DateConvertedToString element has been set, otherwise false.void setDateConvertedToString(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.void xsetDateConvertedToString(org.apache.xmlbeans.XmlBoolean dateConvertedToString)
void unsetDateConvertedToString()
Deletes or unsets the GridlineShown element.
HeaderFooterOptionEnum.Enum getExportPageHeaderFooter()
Returns the way page header and footer are exported.
HeaderFooterOptionEnum xgetExportPageHeaderFooter()
boolean isSetExportPageHeaderFooter()
true if the ExportPageHeaderFooter element has been set, otherwise false.void setExportPageHeaderFooter(HeaderFooterOptionEnum.Enum exportPageHeaderFooter)
Sets the way page header and footer are exported.
exportPageHeaderFooter - Specifies the way page header and footer are exported.void xsetExportPageHeaderFooter(HeaderFooterOptionEnum exportPageHeaderFooter)
void unsetExportPageHeaderFooter()
Deletes or unsets the ExportPageHeaderFooter element.
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, , otherwise false.org.apache.xmlbeans.XmlBoolean xgetConstantColWidthUsed()
boolean isSetConstantColWidthUsed()
ConstantColWidthUsed element has been set.
true if the ConstantColWidthUsed element has been set, otherwise false.void setConstantColWidthUsed(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, otherwise false.void xsetConstantColWidthUsed(org.apache.xmlbeans.XmlBoolean constantColWidthUsed)
void unsetConstantColWidthUsed()
Deletes or unsets the ConstantColWidthUsed element.
double getConstantColWidth()
Returns the size of the constant column width.
Double specifying the size of the constant column width.org.apache.xmlbeans.XmlDouble xgetConstantColWidth()
boolean isSetConstantColWidth()
ConstantColWidth element has been set.
true if the ConstantColWidth element has been set, otherwise false.void setConstantColWidth(double constantColWidth)
Sets the size of the constant column width.
constantColWidth - A Double specifying the size of the constant column width.void xsetConstantColWidth(org.apache.xmlbeans.XmlDouble constantColWidth)
void unsetConstantColWidth()
Deletes or unsets the ConstantColWidth element.
SectionTypeEnum.Enum getBaseAreaType()
Returns which section to base the column width on.
SectionTypeEnum xgetBaseAreaType()
boolean isSetBaseAreaType()
BaseAreaType element has been set.
true if the BaseAreaType element has been set, otherwise false.void setBaseAreaType(SectionTypeEnum.Enum baseAreaType)
Sets which section to base the column width on.
baseAreaType - Specifies the section to base the column width on when exporting to Excel.void xsetBaseAreaType(SectionTypeEnum baseAreaType)
void unsetBaseAreaType()
Deletes or unsets the BaseAreaType element.
int getBaseAreaGroupNum()
Returns which group section to base the column width on.
Integer specifying the group section to base the column width on.org.apache.xmlbeans.XmlInt xgetBaseAreaGroupNum()
boolean isSetBaseAreaGroupNum()
BaseAreaGroupNum element has been set.
true if the BaseAreaGroupNum element has been set, otherwise false.void setBaseAreaGroupNum(int baseAreaGroupNum)
Sets which section to base the column width on.
baseAreaType - Specifies the section to base the column width on when exporting to Excel.void xsetBaseAreaGroupNum(org.apache.xmlbeans.XmlInt baseAreaGroupNum)
void unsetBaseAreaGroupNum()
Deletes or unsets the BaseAreaGroupNum element.
boolean getPageBreakCreated()
Returns whether or not to create page breaks.
true if page breaks will be created, and false otherwise.org.apache.xmlbeans.XmlBoolean xgetPageBreakCreated()
boolean isSetPageBreakCreated()
PageBreakCreated element has been set.
true if the PageBreakCreated element has been set, otherwise false.void setPageBreakCreated(boolean pageBreakCreated)
Sets whether or not to create page breaks.
pageBreakCreated - true if page breaks will be created, and false otherwise.void xsetPageBreakCreated(org.apache.xmlbeans.XmlBoolean pageBreakCreated)
void unsetPageBreakCreated()
Deletes or unsets the BaseAreaGroupNum element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||