|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pdfclown.objects.PdfObjectWrapper<PdfDictionary> org.pdfclown.documents.interaction.actions.GoToEmbedded.PathElement
public static class GoToEmbedded.PathElement
Path information to the target document [PDF:1.6:8.5.3].
Nested Class Summary | |
---|---|
static class |
GoToEmbedded.PathElement.RelationEnum
Relationship between the target and the current document [PDF:1.6:8.5.3]. |
Constructor Summary | |
---|---|
GoToEmbedded.PathElement(Document context,
GoToEmbedded.PathElement next)
Creates a new path element representing the parent of the document. |
|
GoToEmbedded.PathElement(Document context,
Object annotationPageRef,
Object annotationRef,
GoToEmbedded.PathElement next)
Creates a new path element associated with a file attachment annotation. |
|
GoToEmbedded.PathElement(Document context,
String embeddedFileName,
GoToEmbedded.PathElement next)
Creates a new path element located in the embedded files collection of the document. |
Method Summary | |
---|---|
GoToEmbedded.PathElement |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
Object |
getAnnotationPageRef()
Gets the page reference to the file attachment annotation. |
Object |
getAnnotationRef()
Gets the reference to the file attachment annotation. |
String |
getEmbeddedFileName()
Gets the embedded file name. |
GoToEmbedded.PathElement |
getNext()
Gets a further path information to the target document. |
GoToEmbedded.PathElement.RelationEnum |
getRelation()
Gets the relationship between the target and the current document. |
void |
setAnnotationPageRef(Object value)
|
void |
setAnnotationRef(Object value)
|
void |
setEmbeddedFileName(String value)
|
void |
setNext(GoToEmbedded.PathElement value)
|
void |
setRelation(GoToEmbedded.PathElement.RelationEnum 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 GoToEmbedded.PathElement(Document context, GoToEmbedded.PathElement next)
public GoToEmbedded.PathElement(Document context, String embeddedFileName, GoToEmbedded.PathElement next)
public GoToEmbedded.PathElement(Document context, Object annotationPageRef, Object annotationRef, GoToEmbedded.PathElement next)
Method Detail |
---|
public GoToEmbedded.PathElement clone(Document context)
PdfObjectWrapper
clone
in class PdfObjectWrapper<PdfDictionary>
context
- Which document the clone has to be registered in.public Object getAnnotationPageRef()
public Object getAnnotationRef()
public String getEmbeddedFileName()
public GoToEmbedded.PathElement.RelationEnum getRelation()
public GoToEmbedded.PathElement getNext()
public void setAnnotationPageRef(Object value)
getAnnotationPageRef()
public void setAnnotationRef(Object value)
getAnnotationRef()
public void setEmbeddedFileName(String value)
getEmbeddedFileName()
public void setRelation(GoToEmbedded.PathElement.RelationEnum value)
getRelation()
public void setNext(GoToEmbedded.PathElement value)
getNext()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |