All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FileAttachment.h
Go to the documentation of this file.
1 //---------------------------------------------------------------------------------------
2 // Copyright (c) 2001-2018 by PDFTron Systems Inc. All Rights Reserved.
3 // Consult legal.txt regarding legal and license information.
4 //---------------------------------------------------------------------------------------
5 #ifndef PDFTRON_H_CPPPDFAnnotsFileAttachment
6 #define PDFTRON_H_CPPPDFAnnotsFileAttachment
7 
8 #include <PDF/Annots/Markup.h>
9 
10 namespace pdftron {
11  namespace PDF {
12  namespace Annots {
17 class FileAttachment : public Markup
18 {
19  public:
23  enum Icon
24  {
30  };
31 
39  FileAttachment(SDF::Obj d = 0);
40 
47  FileAttachment(const Annot& ann) : Markup(ann.GetSDFObj()) {}
48 
65  static FileAttachment Create(SDF::SDFDoc& doc, const Rect& pos, FileSpec fs, Icon icon_name = e_PushPin );
66 
82  static FileAttachment Create(SDF::SDFDoc& doc, const Rect& pos, const UString& path, Icon icon_name = e_PushPin );
83 
101  static FileAttachment Create(SDF::SDFDoc& doc, const Rect& pos, const UString& path, const char* icon_name );
102 
106  FileSpec GetFileSpec() const;
107 
114  void SetFileSpec(const FileSpec& file);
115 
132  bool Export(const UString& save_as = "") const;
133 
134 
135 
142  Icon GetIcon() const;
143 
153  void SetIcon(Icon type=e_PushPin);
154 
165  const char* GetIconName() const;
166 
177  void SetIconName(const char* iname);
178 
180  #ifndef SWIGHIDDEN
181  FileAttachment(TRN_Annot fileattachment);
182  #endif
183 
185 }; //class file attachment
186  }; //namespace Annot
187  }; //namespace PDF
188 }; //namespace pdftron
189 
190 #include <Impl/Page.inl>
191 
192 #endif // PDFTRON_H_CPPPDFAnnotsFileAttachment
SDF::Obj GetSDFObj() const
const char * GetIconName() const
void SetIcon(Icon type=e_PushPin)
void SetFileSpec(const FileSpec &file)
The icon has a push pin appearance.
The icon has unrecognized appearance type.
static FileAttachment Create(SDF::SDFDoc &doc, const Rect &pos, FileSpec fs, Icon icon_name=e_PushPin)
void SetIconName(const char *iname)
bool Export(const UString &save_as="") const
The icon has graph appearance.
The icon has a paper clip appearance.

© 2002-2014 PDFTron Systems Inc.