public class PDFPage.procset extends PDFObject
Constructor and Description |
---|
procset()
Creates a new procset object.
|
Modifier and Type | Method and Description |
---|---|
void |
add(String proc) |
void |
write(OutputStream os)
Writes the object to the output stream.
|
getGeneration, getName, getPDFDocument, getSerialID, getType, setName, toArray, toString, writeEnd, writeStart
public void add(String proc)
proc
- Entry to add to the procsetpublic void write(OutputStream os) throws IOException
PDFObject
Writes the object to the output stream. This method must be overidden.
Note: It should not write any other objects, even if they are it's Kids, as they will be written by the calling routine.
write
in class PDFObject
os
- OutputStream to send the object toIOException
- on error