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
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
toArmenian
(int number) Converts an integer to armenian numeral representation.
-
Field Details
-
DIGITS
-
-
Constructor Details
-
ArmenianNumbering
private ArmenianNumbering()
-
-
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.
-