| java.lang.Object gnu.jpdf.PDFStringHelper
PDFStringHelper | public class PDFStringHelper (Code) | | String manipulation methods
author: Eric Z. Beard, ericzbeard@hotmail.com author: $Author: ezb $ version: $Revision: 1.1.1.1 $, $Date: 2001/10/29 19:51:08 $ |
makePDFString | public static String makePDFString(String s)(Code) | | This converts a string into PDF. It prefixes ( or ) with \
and wraps the string in a ( ) pair.
Parameters: s - String to convert String that can be placed in a PDF (or Postscript) stream |
|
|