com.microstrategy.web.objects.rw.RWExportSettings |
![]() |
Represents export settings.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | PROPERTY_DEFAULT_PAGE_BY_EXPORT_MODE | ||||||||||
String | PROPERTY_EXPORT_RANGE |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int | getExportOrientation() | ||||||||||
abstract int | getExportOverview() | ||||||||||
abstract int | getExportPDFFooter() | ||||||||||
abstract int | getExportPDFHeader() | ||||||||||
abstract String | getExportPaperHeight() | ||||||||||
abstract String | getExportPaperWidth() | ||||||||||
abstract int | getExportViz() | ||||||||||
abstract String |
getGridKey()
returns the grid key
| ||||||||||
abstract boolean | getHtml5Vi() | ||||||||||
abstract int | getHtmlDelayTime() | ||||||||||
abstract int |
getMode()
returns the export mode
| ||||||||||
abstract int | getOnetierVersion() | ||||||||||
abstract String | getPassword() | ||||||||||
abstract int |
getSliceId()
Gets the ID of the slice to export.
| ||||||||||
abstract void | setExportOrientation(int exportOrientation) | ||||||||||
abstract void | setExportOverview(int exportOverview) | ||||||||||
abstract void | setExportPDFFooter(int exportPDFFooter) | ||||||||||
abstract void | setExportPDFHeader(int exportPDFHeader) | ||||||||||
abstract void | setExportPaperHeight(String exportPaperHeight) | ||||||||||
abstract void | setExportPaperWidth(String exportPaperWidth) | ||||||||||
abstract void | setExportViz(int exportViz) | ||||||||||
abstract void |
setGridKey(String gridKey)
Sets the grid key.
| ||||||||||
abstract void | setHtml5Vi(boolean isHtml5Vi) | ||||||||||
abstract void | setHtmlDelayTime(int htmlDelayTime) | ||||||||||
abstract void |
setMode(int exportMode)
Sets the export mode.
| ||||||||||
abstract void |
setOnetierVersion(int oneTierVersion)
Sets the version of the onetier (desktop) client
| ||||||||||
abstract void | setPassword(String pwd) | ||||||||||
abstract void |
setSliceId(int sliceId)
Sets the ID of the slice to export.
|
returns the grid key
returns the export mode
Gets the ID of the slice to export.
Sets the grid key.
Sets the export mode. Possible values are from EnumRWExportModes
Sets the version of the onetier (desktop) client
Sets the ID of the slice to export. If a positive ID is set, it will be used for export.