public class PDFEmbeddedFile extends PDFObject
| Constructor and Description |
|---|
PDFEmbeddedFile(Path path) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Returns the object id.
|
void |
setId(int id)
Sets the object id.
|
void |
writeObject(PDFWriter out)
Writes the object to the stream
|
public PDFEmbeddedFile(Path path) throws java.io.IOException
java.io.IOExceptionpublic void setId(int id)
public void writeObject(PDFWriter out) throws java.io.IOException
writeObject in class PDFObjectjava.io.IOException