Class GeorgianNumbering

java.lang.Object
com.itextpdf.kernel.numbering.GeorgianNumbering

public class GeorgianNumbering extends Object
This class can produce String combinations representing a georgian numeral. See https://en.wikipedia.org/wiki/Georgian_numerals
  • Method Details

    • toGeorgian

      public static String toGeorgian (int number)
      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.