com.crystaldecisions.sdk.plugin.desktop.common
Interface CeFormatNames


public interface CeFormatNames

This interface defines constants that are used in the SI_FORMAT_NAME property of SI_FORMAT_INFO (under Publication.SI_PROCESSINFO.SI_PROCESSINFO_PER_DOC[doc_ID].SI_FORMATINFOS[i]) and the strings in the SI_DESTINATIONS[i].SI_DEST_FORMATS[j].SI_FORMATS collection. These format names tie the multiple destinations and multiple formats together.


Field Summary
static java.lang.String CRYSTAL_REPORT
           *.rpt
static java.lang.String EXCEL
           *.xls
static java.lang.String FullClient
           *.rep
static java.lang.String HTML
           *.html/*.htm (HTML), *.mht (MHTML)
static java.lang.String PDF
           *.pdf
static java.lang.String RTF
           *.rtf
static java.lang.String TEXT
           *.txt
static java.lang.String WEBI
           *.wid
static java.lang.String WORD
           *.doc
static java.lang.String XML
           *.xml
static java.lang.String ZIP
           *.zip
 

Field Detail

EXCEL

static final java.lang.String EXCEL

*.xls

See Also:
Constant Field Values

PDF

static final java.lang.String PDF

*.pdf

See Also:
Constant Field Values

CRYSTAL_REPORT

static final java.lang.String CRYSTAL_REPORT

*.rpt

See Also:
Constant Field Values

RTF

static final java.lang.String RTF

*.rtf

See Also:
Constant Field Values

TEXT

static final java.lang.String TEXT

*.txt

See Also:
Constant Field Values

WORD

static final java.lang.String WORD

*.doc

See Also:
Constant Field Values

WEBI

static final java.lang.String WEBI

*.wid

See Also:
Constant Field Values

FullClient

static final java.lang.String FullClient

*.rep

See Also:
Constant Field Values

HTML

static final java.lang.String HTML

*.html/*.htm (HTML), *.mht (MHTML)

See Also:
Constant Field Values

ZIP

static final java.lang.String ZIP

*.zip

See Also:
Constant Field Values

XML

static final java.lang.String XML

*.xml

See Also:
Constant Field Values