Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » [javadoc | source]
com.lowagie.text
public class: SpecialSymbol [javadoc | source]
java.lang.Object
   com.lowagie.text.SpecialSymbol
This class contains the symbols that correspond with special symbols.

When you construct a Phrase with Phrase.getInstance using a String, this String can contain special Symbols. These are characters with an int value between 913 and 937 (except 930) and between 945 and 969. With this class the value of the corresponding character of the Font Symbol, can be retrieved.

Method from com.lowagie.text.SpecialSymbol Summary:
get,   getCorrespondingSymbol,   index
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.SpecialSymbol Detail:
 public static Chunk get(char c,
    Font font) 
    Gets a chunk with a symbol character.
 public static char getCorrespondingSymbol(char c) 
    Looks for the corresponding symbol in the font Symbol.
 public static int index(String string) 
    Returns the first occurrence of a special symbol in a String.