|
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.interaction.actions.GoToEmbedded.TargetObject
public static class GoToEmbedded.TargetObject
Path information to the target document [PDF:1.6:8.5.3].
Nested Class Summary | |
---|---|
static class |
GoToEmbedded.TargetObject.RelationEnum
Relationship between the target and the current document [PDF:1.6:8.5.3]. |
Constructor Summary | |
---|---|
GoToEmbedded.TargetObject(Document context,
GoToEmbedded.TargetObject target)
Creates a new target representing the parent of the document. |
|
GoToEmbedded.TargetObject(Document context,
Object annotationPageRef,
Object annotationRef,
GoToEmbedded.TargetObject target)
Creates a new target associated with a file attachment annotation. |
|
GoToEmbedded.TargetObject(Document context,
String embeddedFileName,
GoToEmbedded.TargetObject target)
Creates a new target located in the embedded files collection of the document. |
Method Summary | |
---|---|
GoToEmbedded.TargetObject |
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.TargetObject.RelationEnum |
getRelation()
Gets the relationship between the target and the current document. |
GoToEmbedded.TargetObject |
getTarget()
Gets a further path information to the target document. |
void |
setAnnotationPageRef(Object value)
|
void |
setAnnotationRef(Object value)
|
void |
setEmbeddedFileName(String value)
|
void |
setRelation(GoToEmbedded.TargetObject.RelationEnum value)
|
void |
setTarget(GoToEmbedded.TargetObject 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 GoToEmbedded.TargetObject(Document context, GoToEmbedded.TargetObject target)
public GoToEmbedded.TargetObject(Document context, String embeddedFileName, GoToEmbedded.TargetObject target)
public GoToEmbedded.TargetObject(Document context, Object annotationPageRef, Object annotationRef, GoToEmbedded.TargetObject target)
Method Detail |
---|
public GoToEmbedded.TargetObject 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.TargetObject.RelationEnum getRelation()
public GoToEmbedded.TargetObject getTarget()
public void setAnnotationPageRef(Object value)
getAnnotationPageRef()
public void setAnnotationRef(Object value)
getAnnotationRef()
public void setEmbeddedFileName(String value)
getEmbeddedFileName()
public void setRelation(GoToEmbedded.TargetObject.RelationEnum value)
getRelation()
public void setTarget(GoToEmbedded.TargetObject value)
getTarget()
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |