| |
|
| de.intarsys.pdf.pd.PDObject de.intarsys.pdf.pd.PDEmbeddedFile
PDEmbeddedFile | public class PDEmbeddedFile extends PDObject (Code) | | An embedding of another file (and optional content) within the PDF.
|
CN_Type_EmbeddedFile | final public static COSName CN_Type_EmbeddedFile(Code) | | |
META | final public static MetaClass META(Code) | | The meta class instance
|
getBytes | public byte[] getBytes()(Code) | | get the data representing the XObject
get the data representing the XObject |
initializeFromScratch | protected void initializeFromScratch()(Code) | | |
setBytes | public void setBytes(byte[] bytes)(Code) | | set the data representing the XObject
Parameters: bytes - the data representing the XObject |
|
|
|