|
|||||||||
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)
|
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)
Sets the formatting options specified for the export format type. |
void |
setFormatOptions(java.lang.Object formatOptions)
Deprecated. - use setFormatOptions(IExportFormatOptions) |
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 java.lang.Object clone(boolean deepClone)
public void copyTo(java.lang.Object destObject, boolean deepCopy)
public ReportExportFormat getExportFormatType()
IExportOptions
Returns the format type for the exported report (for example, text, Microsoft Excel (97-2003), 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
IExportFormatOptions
that specifies the
formatting options specified for the export format type.public boolean hasContent(java.lang.Object obj)
public void setExportFormatType(ReportExportFormat exportFormatType)
IExportOptions
Sets the format type for the exported report (for example, text, Microsoft Excel (97-2003), 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)
setFormatOptions(IExportFormatOptions)
setFormatOptions
in interface IExportOptions
public void setFormatOptions(IExportFormatOptions formatOptions)
IExportOptions
Sets the formatting options specified for the export format type.
setFormatOptions
in interface IExportOptions
formatOptions
- An IExportFormatOptions
that specifies the
formatting options specified for the export format type.public 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 |