PDFWritable
public class PDFCIDSystemInfo extends PDFObject
Constructor | Description |
---|---|
PDFCIDSystemInfo(java.lang.String registry,
java.lang.String ordering,
int supplement) |
Create a CID system info.
|
Modifier and Type | Method | Description |
---|---|---|
byte[] |
toPDF() |
Encodes the object as a byte array for output to a PDF file.
|
java.lang.String |
toPDFString() |
Create a string for the CIDSystemInfo dictionary.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getChildren, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, output, outputInline, referencePDF, setDocument, setObjectNumber, setObjectNumber, setObjectNumber, setParent
public PDFCIDSystemInfo(java.lang.String registry, java.lang.String ordering, int supplement)
registry
- the registry valueordering
- the ordering valuesupplement
- the supplement valuepublic java.lang.String toPDFString()
toPDFString
in class PDFObject
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.