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