Package | Description |
---|---|
com.etymon.pj | |
com.etymon.pj.object | |
com.etymon.pj.object.pagemark |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
private static void |
Pdf.replaceTextData(java.util.Vector pmVector,
PjString oldText,
PjString newText) |
Modifier and Type | Class and Description |
---|---|
class |
PjDate
A representation of the PDF Date type.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
private PjString |
XTj._text |
private PjString |
Xapost._text |
private PjString |
Xquot._text |
Modifier and Type | Method and Description |
---|---|
PjString |
XTj.getText() |
PjString |
Xapost.getText() |
PjString |
Xquot.getText() |
Constructor and Description |
---|
Xapost(PjString text) |
Xquot(PjNumber aw,
PjNumber ac,
PjString text) |
XTj(PjString text) |