Package com.itextpdf.kernel.numbering
Class GeorgianNumbering
java.lang.Object
com.itextpdf.kernel.numbering.GeorgianNumbering
This class can produce String combinations representing a georgian numeral. See https://en.wikipedia.org/wiki/Georgian_numerals
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
toGeorgian
(int number) Converts the given number to its georgian numeral representation.
-
Method Details
-
toGeorgian
Converts the given number to its georgian numeral representation.- Parameters:
-
number
- a number greater than zero to be converted to georgian notation - Returns:
- a georgian numeral representation of an integer.
-