Package com.microstrategy.web.objects
Interface WebReportPDFExportSettings
-
- All Superinterfaces:
WebReportExportSettings
public interface WebReportPDFExportSettings extends WebReportExportSettings
- Since:
- MicroStrategy Web 8.0.1
-
-
Field Summary
-
Fields inherited from interface com.microstrategy.web.objects.WebReportExportSettings
PROPERTY_CUSTOM_EXCEL_REPORT_FOOTER, PROPERTY_CUSTOM_EXCEL_REPORT_HEADER, PROPERTY_CUSTOM_REPORT_HEADER
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getOutlineState()
void
setOutlineState(java.lang.String xml)
void
setTrimWarehouseData(boolean value)
Whether to trim leading and trailing white space for warehouse element data.-
Methods inherited from interface com.microstrategy.web.objects.WebReportExportSettings
getCustomProperties, getFormatType, getMode, getViewMode, setFormatType, setMode, setViewMode
-
-
-
-
Method Detail
-
setOutlineState
void setOutlineState(java.lang.String xml)
-
getOutlineState
java.lang.String getOutlineState()
-
setTrimWarehouseData
void setTrimWarehouseData(boolean value)
Whether to trim leading and trailing white space for warehouse element data. Also controlled by preferenceEnumWebPreferences.WebPreferenceTrimWarehouseData
Setting this overwrites the preference value.- Parameters:
value
- Whether to trim leading and trailing white space for warehouse element data- Since:
- MicroStrategy Web 9.0.0
-
-