|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfclown.objects.PdfObjectWrapper<PdfDictionary>
org.pdfclown.documents.Names
@PDF(value=PDF12) public final class Names
Name dictionary [PDF:1.6:3.6.3].
Constructor Summary | |
---|---|
Names(Document context)
|
Method Summary | ||
---|---|---|
Names |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
|
|
get(Class<T> type)
Gets the value map associated to the specified type. |
|
|
get(Class<T> type,
PdfString key)
Gets the value associated to the specified key for the specified type. |
|
NamedDestinations |
getDestinations()
Gets the named destinations. |
|
NamedEmbeddedFiles |
getEmbeddedFiles()
Gets the named embedded files. |
|
NamedJavaScripts |
getJavaScripts()
Gets the named JavaScript actions. |
|
NamedRenditions |
getRenditions()
Gets the named renditions. |
|
void |
setDestinations(NamedDestinations value)
|
|
void |
setEmbeddedFiles(NamedEmbeddedFiles value)
|
|
void |
setJavaScripts(NamedJavaScripts value)
|
|
void |
setRenditions(NamedRenditions value)
|
Methods inherited from class org.pdfclown.objects.PdfObjectWrapper |
---|
checkCompatibility, delete, equals, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Names(Document context)
Method Detail |
---|
public Names clone(Document context)
PdfObjectWrapper
clone
in class PdfObjectWrapper<PdfDictionary>
context
- Which document the clone has to be registered in.@PDF(value=PDF12) public NamedDestinations getDestinations()
@PDF(value=PDF14) public NamedEmbeddedFiles getEmbeddedFiles()
@PDF(value=PDF13) public NamedJavaScripts getJavaScripts()
@PDF(value=PDF15) public NamedRenditions getRenditions()
public void setDestinations(NamedDestinations value)
getDestinations()
public void setEmbeddedFiles(NamedEmbeddedFiles value)
getEmbeddedFiles()
public void setJavaScripts(NamedJavaScripts value)
getJavaScripts()
public void setRenditions(NamedRenditions value)
getRenditions()
public <T extends PdfObjectWrapper<? extends PdfDataObject>> NameTree<T> get(Class<T> type)
ICompositeMap
get
in interface ICompositeMap<PdfString>
public <T extends PdfObjectWrapper<? extends PdfDataObject>> T get(Class<T> type, PdfString key)
ICompositeMap
get
in interface ICompositeMap<PdfString>
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |