Class FileAttachment

java.lang.Object
net.atthegate.server.service.pdf.FileAttachment

public class FileAttachment extends Object
Used to attach file objects.
  • Field Details

    • objNumber

      protected int objNumber
    • pdf

      protected PDF pdf
    • embeddedFile

      protected EmbeddedFile embeddedFile
    • icon

      protected String icon
    • title

      protected String title
    • contents

      protected String contents
    • x

      protected float x
    • y

      protected float y
    • h

      protected float h
  • Constructor Details

  • Method Details

    • 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(String title)
    • setDescription

      public void setDescription(String description)
    • drawOn

      public void drawOn(Page page) throws Exception
      Throws:
      Exception