|
||||||||||
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)
IClone
Returns the new object that has been cloned.
clone
in interface IClone
deepClone
- true
to use deep clone,
false
to use shallow.
public void copyTo(java.lang.Object destObject, boolean deepCopy)
IClone
Copies the object.
copyTo
in interface IClone
destObject
- The destination object to copy to.deepCopy
- true
to use deep copy,
false
to use shallow.public ReportExportFormat getExportFormatType()
IExportOptions
Returns the format type for the exported report (for example, RTF, PDF, etc.).
getExportFormatType
in interface IExportOptions
ReportExportFormat
object that specifies the format type of the
exported report.public java.lang.Object getFormatOptions()
IExportOptions
Returns the formatting options specified for the export format type.
getFormatOptions
in interface IExportOptions
Object
that specifies the formatting options specified
for the export format type.public boolean hasContent(java.lang.Object obj)
IClone
Returns true
if this object contains the same elements
as the passed in object.
hasContent
in interface IClone
obj
- 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)
IExportOptions
Sets the format type for the exported report (for example, RTF, PDF, etc.).
setExportFormatType
in interface IExportOptions
exportFormatType
- A ReportExportFormat
object that specifies the format
type of the exported report.public void setFormatOptions(java.lang.Object formatOptions)
IExportOptions
Sets the formatting options specified for the export format type.
setFormatOptions
in interface IExportOptions
formatOptions
- 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 |