Uses of Class
com.etymon.pj.object.PjString

Packages that use PjString
com.etymon.pj   
com.etymon.pj.object   
com.etymon.pj.object.pagemark   
 

Uses of PjString in com.etymon.pj
 

Fields in com.etymon.pj declared as PjString
private  PjString StreamParser._s1
           
static PjString PjConst.COPYRIGHT_IN_INFO
          The PJ copyright notice, which is inserted into the Producer (and sometimes Creator) field of the Info dictionary in all PDF files output by PJ; you may not remove this copyright notice.
 

Methods in com.etymon.pj with parameters of type PjString
private static void Pdf.replaceTextData(java.util.Vector pmVector, PjString oldText, PjString newText)
           
 

Uses of PjString in com.etymon.pj.object
 

Subclasses of PjString in com.etymon.pj.object
 class PjDate
          A representation of the PDF Date type.
 

Methods in com.etymon.pj.object with parameters of type PjString
 void PjInfo.setAuthor(PjString author)
           
 void PjFontDescriptor.setCharSet(PjString charSet)
           
 void PjInfo.setCreator(PjString creator)
           
 void PjInfo.setKeywords(PjString keywords)
           
 void PjInfo.setProducer(PjString producer)
           
 void PjInfo.setSubject(PjString subject)
           
 void PjInfo.setTitle(PjString title)
           
 

Uses of PjString in com.etymon.pj.object.pagemark
 

Fields in com.etymon.pj.object.pagemark declared as PjString
private  PjString XTj._text
           
private  PjString Xapost._text
           
private  PjString Xquot._text
           
 

Methods in com.etymon.pj.object.pagemark that return PjString
 PjString XTj.getText()
           
 PjString Xapost.getText()
           
 PjString Xquot.getText()
           
 

Constructors in com.etymon.pj.object.pagemark with parameters of type PjString
Xapost(PjString text)
           
Xquot(PjNumber aw, PjNumber ac, PjString text)
           
XTj(PjString text)