From class
com.microstrategy.web.app.PropertySetHelper
static
void
|
appendGradientColorStyle(WebFormat format, StringBuilder filterCollection, String objType)
|
static
void
|
appendTextDecoration(StringBuilder style, WebFormat format, int unitType)
|
static
void
|
appendTextDecoration(StringBuilder style, RWUnit rwUnit)
|
static
void
|
appendTextDirectionStyle(WebFormat format, StringBuilder filterCollection)
|
static
double
|
extractBorderWidthFromStyle(WebFormat format, String propertySet, String property)
|
static
JsonGenerator
|
generateFormatJson(RWUnit rwUnit, WebFormat format, int dpiConversion, Locale locale, int zoomFactor, boolean isDesignMode, RWBean rwbean)
|
static
void
|
generateJavaScriptFile(String javaScriptFileName)
|
static
void
|
generateStyle(RWUnit rwUnit, String propertySetName, String propertyName, StringBuilder style, int dpiConversion, Locale locale, int zoomFactor, boolean isDesignMode, RWBean rwbean)
|
static
void
|
generateStyle(RWUnit rwUnit, String propertySetName, String propertyName, StringBuffer style, int dpiConversion, Locale locale, int zoomFactor, boolean isDesignMode, RWBean rwbean)
|
static
String
|
getDocPropertyValue(String propertySetName, String propertyName, String propertyValue, int dpiConversion, Locale locale, int zoomFactor)
Returns the property's html value of the document, i.e for borderStyle
this returns '1pt dashed' instead of the encoded value (i.e 1-5)
|
static
void
|
getDocStyle(String propertySetName, String propertyName, String propertyValue, StringBuffer style, int dpiConversion, Locale locale, int zoomFactor)
|
static
void
|
getDocStyle(String propertySetName, String propertyName, String propertyValue, StringBuilder style, int dpiConversion, Locale locale, int zoomFactor)
This method renders the CSS class for the report writing document object
|
static
Boolean
|
getHasBorderFlag(String id)
This function returns a value indicating whether the given object has a border or not
|
static
void
|
getInlineStyle(String propertySetName, String propertyName, WebFormat format, StringBuilder style, String objType)
|
static
PropertySets
|
getPropertySets()
|
static
String
|
getStyleValue(Property property, RWUnit rwUnit, String propertyValue, WebFormat format, int dpiConversion, Locale locale, int zoomFactor, boolean isDesignMode, RWBean rwbean)
|
static
void
|
init(String filePath)
This method initializes the property sets
|
static
void
|
resolveCss(RWUnit rwUnit, WebFormat format, int dpiConversion, Locale locale, int zoomFactor, boolean isDesignMode, StringBuffer style, AppContext appContext, RWBean rwbean)
|
static
void
|
resolveCss(RWUnit rwUnit, WebFormat format, int dpiConversion, Locale locale, int zoomFactor, boolean isDesignMode, StringBuilder style, AppContext appContext, RWBean rwbean, int unitType)
This method renders the CSS class for report writing objects.
|
static
void
|
resolvePanelStackTitleFormat(RWUnit rwUnit, WebFormat format, int dpiConversion, Locale locale, int zoomFactor, boolean isDesignMode, StringBuilder style, AppContext appContext, RWBean rwbean, int unitType)
|
static
void
|
resolvePanelStackTitleFormat(RWUnit rwUnit, WebFormat format, StringBuilder style)
|
|