Retrieves a boolean value that indicates whether a specified value is a valid member of the TextFormat class.
public static boolean valid( int format )
format
The value to verify against the constants defined in this class.
Returns true if the specified value is valid; otherwise, returns false.