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
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
toGeorgian
(int number) Converts the given number to its georgian numeral representation.
-
Field Details
-
DIGITS
-
-
Constructor Details
-
GeorgianNumbering
private GeorgianNumbering()
-
-
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.
-