com.pdfjet
Class FileAttachment

java.lang.Object
  extended by com.pdfjet.FileAttachment

public class FileAttachment
extends java.lang.Object

Used to attach file objects.


Constructor Summary
FileAttachment(PDF pdf, EmbeddedFile file)
           
 
Method Summary
 void drawOn(Page page)
           
 void setDescription(java.lang.String description)
           
 void setIconPaperclip()
           
 void setIconPushPin()
           
 void setIconSize(float height)
           
 void setLocation(float x, float y)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileAttachment

public FileAttachment(PDF pdf,
                      EmbeddedFile file)
Method Detail

setLocation

public void setLocation(float x,
                        float y)

setIconPushPin

public void setIconPushPin()

setIconPaperclip

public void setIconPaperclip()

setIconSize

public void setIconSize(float height)

setTitle

public void setTitle(java.lang.String title)

setDescription

public void setDescription(java.lang.String description)

drawOn

public void drawOn(Page page)
            throws java.lang.Exception
Throws:
java.lang.Exception