|
Generated by JDiff |
||||||||
| PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | |||||||||
This file contains all the changes in documentation in the packagecom.itextpdf.kernel.numberingas colored differences. Deletions are shownlike 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.
ReturnsConverts an integer to armenian numeral representationof an integer. @param number a number greater than zero to be converted to armeniannotationnotation @return an armenian numeral representation of an integer.
Converts the given number to its English alphabet string representation. E.g. forClass EnglishAlphabetNumbering, String toLatinAlphabetNumberLowerCase(int)upperCaseset 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
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.Class EnglishAlphabetNumbering, String toLatinAlphabetNumberUpperCase(int)@param number the number greater than zero to beconvertedconverted @return English alphabet lowercase string representation of an integer
Converts the given number to its English alphabetlowercaseuppercase 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 beconvertedconverted @return English alphabet uppercase string representation of an integer
Returns a georgian numeral representation of anConverts the given number to its georgianintegernumeral representation. @param number a number greater than zero to be converted to georgiannotationnotation @return a georgian numeral representation of an integer.
Converts the given number to its Greek alphabet string representation. E.g. forClass GreekAlphabetNumbering, String toGreekAlphabetNumber(int, boolean, boolean)upperCaseset to false, 1 will be converted to"a string consisting of a unicode character for greek small letter alpha", 2to- 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.
Converts the given number to its Greek alphabet string representation. E.g. forClass GreekAlphabetNumbering, String toGreekAlphabetNumberLowerCase(int)upperCaseset to false, 1 will be converted to"alpha"a string consisting of a unicode character for greek small letter alpha ifsymbolFontis 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 ifsymbolFont2is set to"beta"false, otherwise - a string consisting of the correspondingand sosequence ofonsymbol 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 iftrue, then the string representation will be returned ready to write it in Symbolfontfont @return Greek alphabet string representation of an integer.
Converts the given number to its Greek alphabet lowercase string representation. E.g. 1 will be converted toClass GreekAlphabetNumbering, String toGreekAlphabetNumberUpperCase(int)"a string consisting of a unicode character for greek small letter alpha", 2to- 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 beconvertedconverted @return Greek alphabet lowercase string representation of an integer.
Converts the given number to its Greek alphabetlowercaseuppercase string representation. E.g. 1 will be converted to"A"a string consisting of a unicode character for greek capital letter alpha, 2to- 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 beconvertedconverted @return Greek alphabet uppercase string representation of an integer.