|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary> it.stefanochizzolini.clown.documents.Names
public class Names
Name dictionary [PDF:1.6:3.6.3].
Constructor Summary | |
---|---|
Names(Document context)
|
|
Names(PdfDirectObject baseObject,
PdfIndirectObject container)
For internal use only. |
Method Summary | ||
---|---|---|
Names |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
|
NamedDestinations |
getDestinations()
Gets the map of name strings to destinations. |
|
NamedEmbeddedFiles |
getEmbeddedFiles()
Gets the map of name strings to embedded files. |
|
|
resolve(Class<T> type,
PdfString name)
|
|
void |
setDestinations(NamedDestinations value)
Sets the map of name strings to destinations. |
|
void |
setEmbeddedFiles(NamedEmbeddedFiles value)
|
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 Names(Document context)
public Names(PdfDirectObject baseObject, PdfIndirectObject container)
Method Detail |
---|
public Names clone(Document context)
PdfObjectWrapper
clone
in class PdfObjectWrapper<PdfDictionary>
context
- Which document the clone has to be registered in.public NamedDestinations getDestinations()
public NamedEmbeddedFiles getEmbeddedFiles()
public <T extends PdfObjectWrapper> T resolve(Class<T> type, PdfString name)
public void setDestinations(NamedDestinations value)
public void setEmbeddedFiles(NamedEmbeddedFiles value)
getEmbeddedFiles()
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |