Generated by
JDiff

com.itextpdf.kernel.numbering Documentation Differences

This file contains all the changes in documentation in the package com.itextpdf.kernel.numbering as colored differences. Deletions are shown like this , and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a tag will cause all subsequent paragraphs to be displayed differently.

Class ArmenianNumbering, String toArmenian(int)

Returns Converts an integer to armenian numeral representation of an integer . @param number a number greater than zero to be converted to armenian notation notation @return an armenian numeral representation of an integer.

Class EnglishAlphabetNumbering, String toLatinAlphabetNumber(int, boolean)

Converts the given number to its English alphabet string representation. E.g. for upperCase set to false, 1 will be converted to "a", 2 to "b", ..., 27 to "aa", and so on. @param number the number greater than zero to be converted @param upperCase whether to use uppercase or lowercase alphabet @return English alphabet string representation of an integer
Class EnglishAlphabetNumbering, String toLatinAlphabetNumberLowerCase(int)

Converts the given number to its English alphabet lowercase string representation. E.g. 1 will be converted to "a", 2 to "b", ..., 27 to "aa", and so on. @param number the number greater than zero to be converted converted @return English alphabet lowercase string representation of an integer
Class EnglishAlphabetNumbering, String toLatinAlphabetNumberUpperCase(int)

Converts the given number to its English alphabet lowercase uppercase string representation. E.g. 1 will be converted to "A", 2 to "B", ..., 27 to "AA", and so on. @param number the number greater than zero to be converted converted @return English alphabet uppercase string representation of an integer

Class GeorgianNumbering, String toGeorgian(int)

Returns a georgian numeral representation of an Converts the given number to its georgian integer numeral representation. @param number a number greater than zero to be converted to georgian notation notation @return a georgian numeral representation of an integer.

Class GreekAlphabetNumbering, String toGreekAlphabetNumber(int, boolean)

Converts the given number to its Greek alphabet string representation. E.g. for upperCase set to false, 1 will be converted to " a string consisting of a unicode character for greek small letter alpha " , 2 to - a string consisting of a unicode character for greek " small letter beta " , 25 - a string consisting of two unicode characters for greek small letter alpha, and so on. @param number the number greater than zero to be converted @param upperCase whether to use uppercase or lowercase alphabet @return Greek alphabet string representation of an integer.
Class GreekAlphabetNumbering, String toGreekAlphabetNumber(int, boolean, boolean)

Converts the given number to its Greek alphabet string representation. E.g. for upperCase set to false, 1 will be converted to "alpha" a string consisting of a unicode character for greek small letter alpha if symbolFont is set to false, otherwise - a string consisting of the corresponding symbol code in Symbol standard font; 26 will be converted to a string consisting of two unicode characters: greek small letter alpha followed by greek small letter beta if symbolFont 2 is set to "beta" false, otherwise - a string consisting of the corresponding and so sequence of on symbol codes in Symbol standard font. @param number the number greater than zero to be converted @param upperCase whether to use uppercase or lowercase alphabet @param symbolFont if true, then the string representation will be returned ready to write it in Symbol font font @return Greek alphabet string representation of an integer.
Class GreekAlphabetNumbering, String toGreekAlphabetNumberLowerCase(int)

Converts the given number to its Greek alphabet lowercase string representation. E.g. 1 will be converted to " a string consisting of a unicode character for greek small letter alpha " , 2 to - a string " consisting of a unicode character for greek small letter beta " , 25 - a string consisting of two unicode characters for greek small letter alpha, and so on. @param number the number greater than zero to be converted converted @return Greek alphabet lowercase string representation of an integer.
Class GreekAlphabetNumbering, String toGreekAlphabetNumberUpperCase(int)

Converts the given number to its Greek alphabet lowercase uppercase string representation. E.g. 1 will be converted to "A" a string consisting of a unicode character for greek capital letter alpha, 2 to - a string consisting of a unicode character for greek capital letter beta, 25 - a "B" string consisting of two unicode characters for greek capital letter alpha, and so on. @param number the number greater than zero to be converted converted @return Greek alphabet uppercase string representation of an integer.