java.lang.Object | |
↳ | com.microstrategy.utils.WebReportPropertiesHelper |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WebReportPropertiesHelper() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static String |
getLocalizedStyleName(int localeID, String name)
This method will return the localized name of the style name that is passed
in.
| ||||||||||
static String |
getLocalizedStyleNameForCss(int localeID, String cssFileName)
This method will return the localized name of the style name that is passed
in.
| ||||||||||
static String |
getLocalizedStyleNameFromIndex(int localeIndex, String name)
This method will return the localized name of the style name that is passed
in.
| ||||||||||
static int | getNumberOfLocales() | ||||||||||
static int | getNumberOfStyles() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This method will return the localized name of the style name that is passed in. The localized name is required for applying a style by name
localeID | id of the locale |
---|---|
name | name of the autostyle |
This method will return the localized name of the style name that is passed in. The localized name is required for applying a style by name
localeID | id of the locale |
---|---|
cssFileName | the name of the Css File Name |
This method will return the localized name of the style name that is passed in. The localized name is required for applying a style by name
localeIndex | this is the index of the locale (a value less than the number of locales from getNumberOfLocales() ) |
---|---|
name | name of the autostyle |