|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfStream>
it.stefanochizzolini.clown.documents.fileSpecs.EmbeddedFile
public class EmbeddedFile
Embedded file [PDF:1.6:3.10.3].
Constructor Summary | |
---|---|
EmbeddedFile(Document context,
IInputStream stream)
Creates a new embedded file inside the document. |
|
EmbeddedFile(PdfDirectObject baseObject)
Instantiates an existing embedded file. |
Method Summary | |
---|---|
EmbeddedFile |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
static EmbeddedFile |
get(Document context,
File file)
|
static EmbeddedFile |
get(Document context,
String path)
|
Methods inherited from class it.stefanochizzolini.clown.objects.PdfObjectWrapper |
---|
delete, getBaseDataObject, getBaseObject, getContainer, getDocument, getFile, setBaseObject, setContainer, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EmbeddedFile(Document context, IInputStream stream)
public EmbeddedFile(PdfDirectObject baseObject)
Method Detail |
---|
public static EmbeddedFile get(Document context, String path)
public static EmbeddedFile get(Document context, File file)
public EmbeddedFile clone(Document context)
PdfObjectWrapper
clone
in class PdfObjectWrapper<PdfStream>
context
- Which document the clone has to be registered in.
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |