|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StiArabicDigitsType | |
---|---|
com.stimulsoft.base.enums | |
com.stimulsoft.base.utils | |
com.stimulsoft.report.options |
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 |
Uses of StiArabicDigitsType in com.stimulsoft.report.options |
---|
Methods in com.stimulsoft.report.options that return StiArabicDigitsType | |
---|---|
static StiArabicDigitsType |
ExportOptions.Pdf.getArabicDigitsType()
Gets or sets a value indicating a current arabic type of digits. |
static StiArabicDigitsType |
ExportOptions.Html.getArabicDigitsType()
Gets or sets a value indicating a current arabic type of digits. |
static StiArabicDigitsType |
ExportOptions.Rtf.getArabicDigitsType()
Gets or sets a value indicating a current arabic type of digits. |
Methods in com.stimulsoft.report.options with parameters of type StiArabicDigitsType | |
---|---|
static void |
ExportOptions.Pdf.setArabicDigitsType(StiArabicDigitsType value)
|
static void |
ExportOptions.Html.setArabicDigitsType(StiArabicDigitsType value)
|
static void |
ExportOptions.Rtf.setArabicDigitsType(StiArabicDigitsType value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |