All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Squiggly.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_CPPPDFAnnotsSquiggly
6 #define PDFTRON_H_CPPPDFAnnotsSquiggly
7 
9 
10 namespace pdftron {
11  namespace PDF {
12  namespace Annots {
17 class Squiggly : public TextMarkup
18 {
19  public:
26  Squiggly(SDF::Obj d);
27 
34  Squiggly(const Annot& ann) : TextMarkup(ann.GetSDFObj()) {}
35 
44  static Squiggly Create(SDF::SDFDoc& doc, const Rect& pos);
45 
47 #ifndef SWIGHIDDEN
48 Squiggly(TRN_Annot squiggly);
49 #endif
50 
52 
53 };//class Squiggly
54  };//namespace Annot
55  };//namespace PDF
56 };//namespace pdftron
57 #include <Impl/Page.inl>
58 
59 #endif // PDFTRON_H_CPPPDFAnnotsSquiggly
SDF::Obj GetSDFObj() const
Squiggly(const Annot &ann)
Definition: Squiggly.h:34
static Squiggly Create(SDF::SDFDoc &doc, const Rect &pos)

© 2002-2014 PDFTron Systems Inc.