Package org.daisy.dotify.api.text
Interface Integer2Text
-
public interface Integer2Text
Provides an integer2text.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
intToText(int value)
Converts the integer to text.
-
-
-
Method Detail
-
intToText
String intToText(int value) throws IntegerOutOfRange
Converts the integer to text.- Parameters:
value
- the integer value- Returns:
- the integer as text
- Throws:
IntegerOutOfRange
- If value is out of range of the implementations capabilities.
-
-