com.crystaldecisions.sdk.plugin.desktop.word
Interface IWordBase

All Known Subinterfaces:
IWord

public interface IWordBase

This interface contains the mime type identifying it as a Word 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 Word objects.
static java.lang.String PROGID
          The ProgID for the Word Class.
 

Field Detail

KIND

static final java.lang.String KIND

The Kind used to query for Word objects.

See Also:
Constant Field Values

PROGID

static final java.lang.String PROGID

The ProgID for the Word Class.

ProgIDCrystalEnterprise.Word
Query CategoryCI_INFOOBJECTS
Associated Interfacecom.crystaldecisions.sdk.plugin.desktop.word.IWord

Query syntax:

SELECT
SI_DESCRIPTION, SI_NAME, SI_ID
FROM
CI_INFOOBJECTS
WHERE
SI_PROGID='CrystalEnterprise.Word'

The IExcel 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.

See Also:
Constant Field Values