|
|||||||||
| 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
public class 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 for manipulating this object.
| Constructor Summary | |
|---|---|
ExportOptions()
|
|
ExportOptions(IExportOptions src)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone(boolean deepClone)
|
void |
copyTo(java.lang.Object destObject,
boolean deepCopy)
|
static IExportOptions |
createExportOptionsByFormat(ReportExportFormat format)
For internal use only. |
java.lang.Object |
createMember(java.lang.String eleName,
org.xml.sax.Attributes attrs,
XMLSerializationContext ctxt,
java.util.Map objState,
boolean[] bLoaded)
|
void |
endElement(java.lang.String eleName,
java.util.Map objState)
|
ReportExportFormat |
getExportFormatType()
Returns the format type for the exported report (for example, text, Microsoft Excel (97-2003), etc.). |
java.lang.Object |
getFormatOptions()
Returns the formatting options specified for the export format type. |
boolean |
getUseDefault()
For internal use only. |
boolean |
hasContent(java.lang.Object obj)
|
void |
readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
|
void |
save(XMLWriter writer,
java.lang.String sTag,
XMLSerializationContext ctxt)
|
void |
save(XMLWriter writer,
XMLSerializationContext ctxt)
|
void |
saveContents(XMLWriter writer,
XMLSerializationContext ctxt)
|
void |
setExportFormatType(ReportExportFormat exportFormatType)
Sets the format type for the exported report (for example, text, Microsoft Excel (97-2003), etc.). |
void |
setFormatOptions(IExportFormatOptions formatOptions)
For internal use only |
void |
setFormatOptions(java.lang.Object formatOptions)
|
void |
setUseDefault(boolean isUseDefault)
For internal use only. |
void |
startElement(java.lang.String eleName,
java.util.Map objState,
org.xml.sax.Attributes attrs)
|
| 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 static IExportOptions createExportOptionsByFormat(ReportExportFormat format)
public java.lang.Object clone(boolean deepClone)
public void copyTo(java.lang.Object destObject,
boolean deepCopy)
public ReportExportFormat getExportFormatType()
IExportOptionsReturns the format type for the exported report (for example, text, Microsoft Excel (97-2003), 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 IExportOptionsIExportFormatOptions that specifies the
formatting options specified for the export format type.public boolean hasContent(java.lang.Object obj)
public void setExportFormatType(ReportExportFormat exportFormatType)
IExportOptionsSets the format type for the exported report (for example, text, Microsoft Excel (97-2003), etc.).
setExportFormatType in interface IExportOptionsexportFormatType - A ReportExportFormat object that specifies the format
type of the exported report.public void setFormatOptions(java.lang.Object formatOptions)
setFormatOptions in interface IExportOptionspublic void setFormatOptions(IExportFormatOptions formatOptions)
setFormatOptions in interface IExportOptionspublic boolean getUseDefault()
For internal use only.
public void setUseDefault(boolean isUseDefault)
For internal use only.
public java.lang.Object createMember(java.lang.String eleName,
org.xml.sax.Attributes attrs,
XMLSerializationContext ctxt,
java.util.Map objState,
boolean[] bLoaded)
public void readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
public void save(XMLWriter writer,
XMLSerializationContext ctxt)
throws java.io.IOException
java.io.IOException
public void save(XMLWriter writer,
java.lang.String sTag,
XMLSerializationContext ctxt)
throws java.io.IOException
java.io.IOException
public void saveContents(XMLWriter writer,
XMLSerializationContext ctxt)
throws java.io.IOException
java.io.IOException
public void startElement(java.lang.String eleName,
java.util.Map objState,
org.xml.sax.Attributes attrs)
public void endElement(java.lang.String eleName,
java.util.Map objState)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||