|
iText 9.0.0 API
|
This class can produce String combinations representing a roman number. More...
Static Public Member Functions |
|
| static String | ToRomanLowerCase (int number) |
| Returns a lower case roman representation of an integer. More... |
|
| static String | ToRomanUpperCase (int number) |
| Returns an upper case roman representation of an integer. More... |
|
| static String | ToRoman (int number, bool upperCase) |
| Returns a roman representation of an integer. More... |
|
Static Package Functions |
|
| static String | Convert (int index) |
| Returns a roman representation of an integer. More... |
|
This class can produce String combinations representing a roman number.
This class can produce String combinations representing a roman number. The first roman numbers are: I, II, III, IV, V, VI, VII, VIII, IX, X See http://en.wikipedia.org/wiki/Roman_numerals
|
inlinestaticpackage |
Returns a roman representation of an integer.
| index | the original number |
|
inlinestatic |
Returns a roman representation of an integer.
| number | a number to be converted to roman notation |
| upperCase | true for upper case representation, false for lower case one |
|
inlinestatic |
Returns a lower case roman representation of an integer.
| number | a number to be converted to roman notation |
|
inlinestatic |
Returns an upper case roman representation of an integer.
| number | a number to be converted to roman notation |