|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFCIDSystemInfo
public class PDFCIDSystemInfo
class representing system information for "character identifier" fonts. this small object is used in the CID fonts and in the CMaps.
Field Summary |
---|
Fields inherited from class org.apache.fop.pdf.PDFObject |
---|
DATE_FORMAT, log |
Constructor Summary | |
---|---|
PDFCIDSystemInfo(java.lang.String registry,
java.lang.String ordering,
int supplement)
Create a CID system info. |
Method Summary | |
---|---|
java.lang.String |
toPDFString()
Create a string for the CIDSystemInfo dictionary. |
Methods inherited from class org.apache.fop.pdf.PDFObject |
---|
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatDateTime, formatDateTime, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, output, outputInline, referencePDF, setDocument, setObjectNumber, setParent, toPDF |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDFCIDSystemInfo(java.lang.String registry, java.lang.String ordering, int supplement)
registry
- the registry valueordering
- the ordering valuesupplement
- the supplement valueMethod Detail |
---|
public java.lang.String toPDFString()
toPDFString
in class PDFObject
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |