poppler/Annot.h |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 40a12793c5ccea206d79e0c17e2f2d0cf74bb4f3
Author: Pino Toscano <[EMAIL PROTECTED]>
Date:   Sun Apr 13 02:21:55 2008 +0200

    add getters for the AnnotPolygon properties

diff --git a/poppler/Annot.h b/poppler/Annot.h
index fe951cf..e37f0f6 100644
--- a/poppler/Annot.h
+++ b/poppler/Annot.h
@@ -990,6 +990,12 @@ public:
   ~AnnotPolygon();
 
   // getters
+  AnnotPath *getVertices() const { return vertices; }
+  AnnotLineEndingStyle getStartStyle() const { return startStyle; }
+  AnnotLineEndingStyle getEndStyle() const { return endStyle; }
+  AnnotColor *getInteriorColor() const { return interiorColor; }
+  AnnotBorderEffect *getBorderEffect() const { return borderEffect; }
+  AnnotPolygonIntent getIntent() const { return intent; }
 
 private:
 
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to