Uses of Class
com.stimulsoft.base.enums.StiArabicDigitsType

Packages that use StiArabicDigitsType
com.stimulsoft.base.enums   
com.stimulsoft.base.utils   
 

Uses of StiArabicDigitsType in com.stimulsoft.base.enums
 

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

Uses of StiArabicDigitsType in com.stimulsoft.base.utils
 

Methods in com.stimulsoft.base.utils with parameters of type StiArabicDigitsType
 java.lang.StringBuilder StiBidirectionalConvert.convert(java.lang.StringBuilder inputString, boolean useRightToLeft, java.lang.Boolean pdfConvertDigitsToArabic, StiArabicDigitsType arabicDigitsType)
          Bidirectional Convert
static java.lang.StringBuilder StiBidirectionalConvert.convertDigitsToArabic(java.lang.StringBuilder inputString, StiArabicDigitsType digitsType)
          Convert digits to arabic
static java.lang.String StiBidirectionalConvert.convertDigitsToArabic(java.lang.String inputString, StiArabicDigitsType digitsType)
          Convert digits to arabic
 



Copyright © 2018 Stimulsoft. All Rights Reserved.