Uses of Class
com.stimulsoft.report.barCodes.enums.StiMaxicodeMode

Packages that use StiMaxicodeMode
com.stimulsoft.report.barCodes   
com.stimulsoft.report.barCodes.enums   
com.stimulsoft.report.barCodes.maxicode   
 

Uses of StiMaxicodeMode in com.stimulsoft.report.barCodes
 

Methods in com.stimulsoft.report.barCodes that return StiMaxicodeMode
 StiMaxicodeMode StiMaxicodeBarCodeType.getMode()
          Gets or sets the mode of the Maxicode.
 

Methods in com.stimulsoft.report.barCodes with parameters of type StiMaxicodeMode
 void StiMaxicodeBarCodeType.setMode(StiMaxicodeMode value)
          Gets or sets the mode of the Maxicode.
 

Constructors in com.stimulsoft.report.barCodes with parameters of type StiMaxicodeMode
StiMaxicodeBarCodeType(StiMaxicodeMode mode, int structuredAppendPosition, int structuredAppendTotal, boolean processTilde, boolean trimExcessData)
           
 

Uses of StiMaxicodeMode in com.stimulsoft.report.barCodes.enums
 

Methods in com.stimulsoft.report.barCodes.enums that return StiMaxicodeMode
static StiMaxicodeMode StiMaxicodeMode.forValue(int value)
           
static StiMaxicodeMode StiMaxicodeMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiMaxicodeMode[] StiMaxicodeMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StiMaxicodeMode in com.stimulsoft.report.barCodes.maxicode
 

Constructors in com.stimulsoft.report.barCodes.maxicode with parameters of type StiMaxicodeMode
StiMaxicode(java.lang.String data, StiMaxicodeMode mode, int position, int total, boolean processTilde, boolean trimExcessData)