|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFormatInfo
| Method Summary | |
|---|---|
java.lang.Object |
getCRFormatInterface()
Deprecated. use IFormatInfo.getFormatOptionsObject(java.lang.String) instead |
int |
getFormat()
Deprecated. As of version 12.0. Use IFormatInfo.getFormat(String) instead. |
int |
getFormat(java.lang.String kind)
Returns the format of the publication artifact. |
java.lang.Object |
getFormatOptionsObject(java.lang.String kind)
Returns the format options of the document. |
java.lang.String |
getFormatString()
Gets the format of the publication artifact. |
IDocumentObjects |
getSelectedDocumentObjects()
Returns the collection of objects in the document that have been chosen for this format. |
java.lang.String |
getSourceDocumentKind()
Deprecated. It is no longer required to set source document kind |
boolean |
isUseExportOptionsInReport()
Deprecated. use getFormatOptionsObject instead |
void |
setFormat(java.lang.String kind,
int format)
Sets the format of the publication artifact. |
void |
setFormatString(java.lang.String format)
Sets the format of the publication artifact. |
void |
setSourceDocumentKind(java.lang.String srcDocKind)
Deprecated. It is no longer necessary to set source document kind |
void |
setUseExportOptionsInReport(boolean value)
Deprecated. use getFormatOptionsObject instead |
| Method Detail |
|---|
java.lang.String getFormatString()
CeKind.CRYSTAL_REPORT, CeKind.WEBI,
and CeKind.FullClient.
For CeKind.CRYSTAL_REPORT, CeKind.WEBI,
and CeKind.FullClient, use IFormatInfo.getFormat(String)
instead.
void setFormatString(java.lang.String format)
CeKind.CRYSTAL_REPORT, CeKind.WEBI,
and CeKind.FullClient.
For CeKind.CRYSTAL_REPORT, CeKind.WEBI,
and CeKind.FullClient, use IFormatInfo.setFormat(String, int)
instead.
format - String representation of the format of the publication artifact.
int getFormat(java.lang.String kind)
throws SDKException
CeKind.CRYSTAL_REPORT, CeKind.WEBI,
and CeKind.FullClient.
For other document types use IFormatInfo.getFormatString() instead.
kind - The kind of the source document of this publication artifact.
SDKException - This is thrown if the process is unsuccessful.
void setFormat(java.lang.String kind,
int format)
throws SDKException
CeKind.CRYSTAL_REPORT, CeKind.WEBI,
and CeKind.FullClient.
For other document types use IFormatInfo.setFormatString(String) instead.
kind - The kind of the source document for this publication artifact.format - The numeric format of the publication artifact
SDKException - This is thrown if the process is unsuccessful.java.lang.String getSourceDocumentKind()
CeKind
void setSourceDocumentKind(java.lang.String srcDocKind)
throws SDKException
srcDocKind - the kind of the sourc docuemnt for this publication artifact.
SDKException - This is thrown if the process is unsuccessful.CeKind
int getFormat()
throws SDKException
IFormatInfo.getFormat(String) instead.
SDKException - This is thrown if the process is unsuccessful.
java.lang.Object getCRFormatInterface()
throws SDKException
IFormatInfo.getFormatOptionsObject(java.lang.String) instead
Object containing Crystal Reports format options.
SDKException - This is thrown if the process is unsuccessful.
boolean isUseExportOptionsInReport()
throws SDKException
SDKException - This is thrown if the process is unsuccessful.
void setUseExportOptionsInReport(boolean value)
throws SDKException
value - true if the report uses export options, false otherwise
SDKException - This is thrown if the process is unsuccessful.
IDocumentObjects getSelectedDocumentObjects()
throws SDKException
IDocumentObjects of objects within a report.
SDKException - If the list cannot be retrieved.
java.lang.Object getFormatOptionsObject(java.lang.String kind)
throws SDKException
kind - a document type, such as
CeKind.CRYSTAL_REPORTS, CeKind.WEBI, or
CeKind.FullClient.
SDKException - This is thrown if the process is unsuccessful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||