com.microstrategy.web.objects.rw.EnumRWExportModes |
This enumeration lists the possible export modes when exporting an RW document.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | RW_EXPORT_ALL | Specifies IServer to export all pages. | |||||||||
int | RW_EXPORT_CURRENT | Specifies IServer to export only the current page. | |||||||||
int | RW_EXPORT_CURRENT_LAYOUT | Specifies IServer to export only the current layout. | |||||||||
int | RW_EXPORT_CURRENT_WINDOW | Specifies IServer to export only the current window. | |||||||||
int | RW_EXPORT_DEFAULT | Specifies IServer to use the default setting on the document definition. |
Specifies IServer to export all pages.
Specifies IServer to export only the current page.
Specifies IServer to export only the current layout.
Specifies IServer to export only the current window.
Specifies IServer to use the default setting on the document definition.