com.aspose.pdf.utils
Class NumberConverter

java.lang.Object
  extended bycom.aspose.pdf.utils.NumberConverter

public class NumberConverter
extends java.lang.Object

Encapsulates number converter methods.


Constructor Summary
NumberConverter()
           
 
Method Summary
static java.lang.String intToString(int num, int type)
          Converts the int into string as specified by type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberConverter

public NumberConverter()
Method Detail

intToString

public static java.lang.String intToString(int num,
                                           int type)
Converts the int into string as specified by type.

Parameters:
num - The number to convert
type - The type of the string representation of the num.
Returns:
The String representation of the num.
See Also:
com.aspose.pdf.elements.HeadingType.