Uses of Class
com.stimulsoft.base.system.StiHotkeyPrefix

Packages that use StiHotkeyPrefix
com.stimulsoft.base.context.chart.geoms   
com.stimulsoft.base.drawing   
com.stimulsoft.base.system   
 

Uses of StiHotkeyPrefix in com.stimulsoft.base.context.chart.geoms
 

Methods in com.stimulsoft.base.context.chart.geoms that return StiHotkeyPrefix
 StiHotkeyPrefix StiStringFormatGeom.getHotkeyPrefix()
           
 

Methods in com.stimulsoft.base.context.chart.geoms with parameters of type StiHotkeyPrefix
 void StiStringFormatGeom.setHotkeyPrefix(StiHotkeyPrefix hotkeyPrefix)
           
 

Uses of StiHotkeyPrefix in com.stimulsoft.base.drawing
 

Methods in com.stimulsoft.base.drawing that return StiHotkeyPrefix
 StiHotkeyPrefix StiTextOptions.getHotkeyPrefix()
          Gets or sets type of drawing hot keys.
 

Methods in com.stimulsoft.base.drawing with parameters of type StiHotkeyPrefix
 void StiTextOptions.setHotkeyPrefix(StiHotkeyPrefix value)
           
 

Constructors in com.stimulsoft.base.drawing with parameters of type StiHotkeyPrefix
StiTextOptions(boolean rightToLeft, boolean lineLimit, boolean wordWrap, float angle, StiHotkeyPrefix hotkeyPrefix, StiStringTrimming trimming)
          Creates a new object of the type StiTextOptions.
StiTextOptions(boolean rightToLeft, boolean lineLimit, boolean wordWrap, float angle, StiHotkeyPrefix hotkeyPrefix, StiStringTrimming trimming, float firstTabOffset, float distanceBetweenTabs)
          Creates a new object of the type StiTextOptions.
 

Uses of StiHotkeyPrefix in com.stimulsoft.base.system
 

Fields in com.stimulsoft.base.system declared as StiHotkeyPrefix
 StiHotkeyPrefix StringFormat.HotkeyPrefix
           
 

Methods in com.stimulsoft.base.system that return StiHotkeyPrefix
static StiHotkeyPrefix StiHotkeyPrefix.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiHotkeyPrefix[] StiHotkeyPrefix.values()
          Returns an array containing the constants of this enum type, in the order they are declared.