com.stimulsoft.report.options
Class EngineOptions.Globalization

java.lang.Object
  extended by com.stimulsoft.report.options.EngineOptions.Globalization
Enclosing class:
EngineOptions

public static final class EngineOptions.Globalization
extends java.lang.Object


Constructor Summary
EngineOptions.Globalization()
           
 
Method Summary
static boolean getAllowUseHyperlink()
           
static boolean getAllowUseTag()
           
static boolean getAllowUseText()
           
static boolean getAllowUseToolTip()
           
static void setAllowUseHyperlink(boolean value)
           
static void setAllowUseTag(boolean value)
           
static void setAllowUseText(boolean value)
           
static void setAllowUseToolTip(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineOptions.Globalization

public EngineOptions.Globalization()
Method Detail

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)