Package com.microstrategy.web.objects.rw
Interface Theme2RWSettings
-
public interface Theme2RWSettings
Settings used when converting a theme to a report writing document.- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getThemeID()
boolean
isLink()
void
setIsLink(boolean isLink)
void
setThemeID(java.lang.String themeID)
-