Uses of Enum Class
com.stimulsoft.report.barCodes.enums.StiMaxicodeMode
Packages that use StiMaxicodeMode
Package
Description
-
Uses of StiMaxicodeMode in com.stimulsoft.report.barCodes
Methods in com.stimulsoft.report.barCodes that return StiMaxicodeModeModifier and TypeMethodDescriptionStiMaxicodeBarCodeType.getMode()Gets or sets the mode of the Maxicode.Methods in com.stimulsoft.report.barCodes with parameters of type StiMaxicodeModeModifier and TypeMethodDescriptionvoidStiMaxicodeBarCodeType.setMode(StiMaxicodeMode value) Gets or sets the mode of the Maxicode.Constructors in com.stimulsoft.report.barCodes with parameters of type StiMaxicodeModeModifierConstructorDescriptionStiMaxicodeBarCodeType(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 StiMaxicodeModeModifier and TypeMethodDescriptionstatic StiMaxicodeModeStiMaxicodeMode.forValue(int value) static StiMaxicodeModeReturns the enum constant of this class with the specified name.static StiMaxicodeMode[]StiMaxicodeMode.values()Returns an array containing the constants of this enum class, 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 StiMaxicodeModeModifierConstructorDescriptionStiMaxicode(String data, StiMaxicodeMode mode, int position, int total, boolean processTilde, boolean trimExcessData)