Uses of Enum Class
com.stimulsoft.base.enums.StiArabicDigitsType
Packages that use StiArabicDigitsType
Package
Description
-
Uses of StiArabicDigitsType in com.stimulsoft.base.enums
Methods in com.stimulsoft.base.enums that return StiArabicDigitsTypeModifier and TypeMethodDescriptionstatic StiArabicDigitsTypeStiArabicDigitsType.forValue(int value) static StiArabicDigitsTypeReturns the enum constant of this class with the specified name.static StiArabicDigitsType[]StiArabicDigitsType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiArabicDigitsType in com.stimulsoft.base.utils
Methods in com.stimulsoft.base.utils with parameters of type StiArabicDigitsTypeModifier and TypeMethodDescriptionStiBidirectionalConvert.convert(StringBuilder inputString, boolean useRightToLeft, Boolean pdfConvertDigitsToArabic, StiArabicDigitsType arabicDigitsType) Bidirectional Convertstatic StringBuilderStiBidirectionalConvert.convertDigitsToArabic(StringBuilder inputString, StiArabicDigitsType digitsType) Convert digits to arabicstatic StringStiBidirectionalConvert.convertDigitsToArabic(String inputString, StiArabicDigitsType digitsType) Convert digits to arabic -
Uses of StiArabicDigitsType in com.stimulsoft.report.options
Methods in com.stimulsoft.report.options that return StiArabicDigitsTypeModifier and TypeMethodDescriptionstatic StiArabicDigitsTypeExportOptions.Html.getArabicDigitsType()Gets or sets a value indicating a current arabic type of digits.static StiArabicDigitsTypeExportOptions.Pdf.getArabicDigitsType()Gets or sets a value indicating a current arabic type of digits.static StiArabicDigitsTypeExportOptions.Rtf.getArabicDigitsType()Gets or sets a value indicating a current arabic type of digits.Methods in com.stimulsoft.report.options with parameters of type StiArabicDigitsTypeModifier and TypeMethodDescriptionstatic voidExportOptions.Html.setArabicDigitsType(StiArabicDigitsType value) static voidExportOptions.Pdf.setArabicDigitsType(StiArabicDigitsType value) static voidExportOptions.Rtf.setArabicDigitsType(StiArabicDigitsType value)