Package com.stimulsoft.report.options
Class EngineOptions.Globalization
java.lang.Object
com.stimulsoft.report.options.EngineOptions.Globalization
- Enclosing class:
EngineOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic voidsetAllowUseHyperlink(boolean value) static voidsetAllowUseTag(boolean value) static voidsetAllowUseText(boolean value) static voidsetAllowUseToolTip(boolean value) static voidsetAllowUseVariableAlias(boolean allowUseVariableAlias)
-
Constructor Details
-
Globalization
public Globalization()
-
-
Method Details
-
getAllowUseText
public static boolean getAllowUseText() -
setAllowUseText
public static void setAllowUseText(boolean value) -
getAllowUseTag
public static boolean getAllowUseTag() -
setAllowUseTag
public static void setAllowUseTag(boolean value) -
getAllowUseToolTip
public static boolean getAllowUseToolTip() -
setAllowUseToolTip
public static void setAllowUseToolTip(boolean value) -
getAllowUseHyperlink
public static boolean getAllowUseHyperlink() -
setAllowUseHyperlink
public static void setAllowUseHyperlink(boolean value) -
isAllowUseVariableAlias
public static boolean isAllowUseVariableAlias()- Returns:
- the allowUseVariableAlias
-
setAllowUseVariableAlias
public static void setAllowUseVariableAlias(boolean allowUseVariableAlias) - Parameters:
allowUseVariableAlias- the allowUseVariableAlias to set
-