Java com.lowagie.text.factories RomanAlphabetFactory fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text.factories RomanAlphabetFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text.factories RomanAlphabetFactory.

The text is from its open source code.

Method

StringgetString(int index, boolean lowercase)
Translates a positive integer (not equal to zero) into a String using the letters 'a' to 'z' (a = 1, b = 2, ..., z = 26, aa = 27, ab = 28,...).