public class RomanNumbering extends Object
| Constructor and Description |
|---|
RomanNumbering() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
convert(int index)
Returns a roman representation of an integer.
|
static String |
toRoman(int number,
boolean upperCase)
Returns a roman representation of an integer.
|
static String |
toRomanLowerCase(int number)
Returns a lower case roman representation of an integer.
|
static String |
toRomanUpperCase(int number)
Returns an upper case roman representation of an integer.
|
public static String toRomanLowerCase(int number)
number - a number to be converted to roman notationpublic static String toRomanUpperCase(int number)
number - a number to be converted to roman notationpublic static String toRoman(int number, boolean upperCase)
number - a number to be converted to roman notationupperCase - true for upper case representation,
false for lower case oneprotected static String convert(int index)
index - the original numberCopyright © 1998–2022 iText Group NV. All rights reserved.