|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.exportoptions.ExportOptions
This object provides properties and methods for retrieving information and setting options
for exporting your report (such as export format and destination). When possible, use the
IExportOptions interface.
Note: Only RTF and PDF exporting are supported with Crystal Reports for Rational Application Developer. Please consult the Crystal Reports for Rational Application Developer Developer's Guide for more information.
| Constructor Summary | |
ExportOptions()
|
|
ExportOptions(IExportOptions src)
|
|
| Method Summary | |
java.lang.Object |
clone(boolean deepClone)
Returns the new object that has been cloned. |
void |
copyTo(java.lang.Object destObject,
boolean deepCopy)
Copies the object. |
ReportExportFormat |
getExportFormatType()
Returns the format type for the exported report (for example, RTF, PDF, etc.). |
java.lang.Object |
getFormatOptions()
Returns the formatting options specified for the export format type. |
boolean |
hasContent(java.lang.Object obj)
Returns true if this object contains the same elements
as the passed in object. |
void |
setExportFormatType(ReportExportFormat exportFormatType)
Sets the format type for the exported report (for example, RTF, PDF, etc.). |
void |
setFormatOptions(java.lang.Object formatOptions)
Sets the formatting options specified for the export format type. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExportOptions(IExportOptions src)
public ExportOptions()
| Method Detail |
public java.lang.Object clone(boolean deepClone)
ICloneReturns the new object that has been cloned.
clone in interface IClonedeepClone - true to use deep clone,
false to use shallow.
public void copyTo(java.lang.Object destObject,
boolean deepCopy)
ICloneCopies the object.
copyTo in interface IClonedestObject - The destination object to copy to.deepCopy - true to use deep copy,
false to use shallow.public ReportExportFormat getExportFormatType()
IExportOptionsReturns the format type for the exported report (for example, RTF, PDF, etc.).
getExportFormatType in interface IExportOptionsReportExportFormat object that specifies the format type of the
exported report.public java.lang.Object getFormatOptions()
IExportOptionsReturns the formatting options specified for the export format type.
getFormatOptions in interface IExportOptionsObject that specifies the formatting options specified
for the export format type.public boolean hasContent(java.lang.Object obj)
ICloneReturns true if this object contains the same elements
as the passed in object.
hasContent in interface ICloneobj - The object to check for content.
true if this object contains the same elements
as the passed in object, otherwise false.public void setExportFormatType(ReportExportFormat exportFormatType)
IExportOptionsSets the format type for the exported report (for example, RTF, PDF, etc.).
setExportFormatType in interface IExportOptionsexportFormatType - A ReportExportFormat object that specifies the format
type of the exported report.public void setFormatOptions(java.lang.Object formatOptions)
IExportOptionsSets the formatting options specified for the export format type.
setFormatOptions in interface IExportOptionsformatOptions - An Object that specifies the formatting options specified
for the export format type.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||