|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRTFBase
This interface contains the mime type identifying it as a RTF formatted report, and the byte stream to pass to the Response object so it can be displayed in the proper format on the HTML page.
| Field Summary | |
|---|---|
static java.lang.String |
KIND
The Kind used to query for Rtf objects. |
static java.lang.String |
PROGID
The ProgID for the RTF Class. |
| Field Detail |
|---|
static final java.lang.String KIND
The Kind used to query for Rtf objects.
static final java.lang.String PROGID
The ProgID for the RTF Class.
| ProgID | CrystalEnterprise.Rtf |
| Query Category | CI_INFOOBJECTS |
| Associated Interface | com.crystaldecisions.sdk.plugin.desktop.rtf.IRTF |
Query syntax:
SELECT | |
SI_DESCRIPTION, SI_NAME, SI_ID | |
FROM | |
CI_INFOOBJECTS | |
WHERE | |
SI_PROGID='CrystalEnterprise.Rtf' | |
The IRTF interface does not contain any methods or properties. However, you can access general InfoObject properties, such as the SI_NAME, SI_DESCRIPTION, and SI_ID from the objects returned by the query.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||