public interface

RWExportSettings

com.microstrategy.web.objects.rw.RWExportSettings
Known Indirect Subclasses

Class Overview

Represents export settings.

Summary

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.

Constants

public static final String PROPERTY_DEFAULT_PAGE_BY_EXPORT_MODE

Constant Value: "DefaultPageByExportMode"

public static final String PROPERTY_EXPORT_RANGE

Constant Value: "ExportRange"

Public Methods

public abstract int getExportOrientation ()

public abstract int getExportOverview ()

public abstract int getExportPDFFooter ()

public abstract int getExportPDFHeader ()

public abstract String getExportPaperHeight ()

public abstract String getExportPaperWidth ()

public abstract int getExportViz ()

public abstract String getGridKey ()

returns the grid key

Returns
  • the grid key

public abstract boolean getHtml5Vi ()

public abstract int getHtmlDelayTime ()

public abstract int getMode ()

returns the export mode

Returns
  • the export mode

public abstract int getOnetierVersion ()

Returns
  • the version of the onetier (desktop) client

public abstract String getPassword ()

public abstract int getSliceId ()

Gets the ID of the slice to export.

Returns
  • the ID of the slice to export

public abstract void setExportOrientation (int exportOrientation)

public abstract void setExportOverview (int exportOverview)

public abstract void setExportPDFFooter (int exportPDFFooter)

public abstract void setExportPDFHeader (int exportPDFHeader)

public abstract void setExportPaperHeight (String exportPaperHeight)

public abstract void setExportPaperWidth (String exportPaperWidth)

public abstract void setExportViz (int exportViz)

public abstract void setGridKey (String gridKey)

Sets the grid key.

public abstract void setHtml5Vi (boolean isHtml5Vi)

public abstract void setHtmlDelayTime (int htmlDelayTime)

public abstract void setMode (int exportMode)

Sets the export mode. Possible values are from EnumRWExportModes

public abstract void setOnetierVersion (int oneTierVersion)

Sets the version of the onetier (desktop) client

public abstract void setPassword (String pwd)

public abstract void setSliceId (int sliceId)

Sets the ID of the slice to export. If a positive ID is set, it will be used for export.