~ubuntu-branches/ubuntu/trusty/pdfmod/trusty

« back to all changes in this revision

Viewing changes to lib/poppler-sharp/poppler-sharp/generated/AnnotType.cs

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-06-18 03:44:46 UTC
  • Revision ID: james.westby@ubuntu.com-20100618034446-bogifrsscpayp361
Tags: upstream-0.8.3
ImportĀ upstreamĀ versionĀ 0.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// This file was generated by the Gtk# code generator.
 
2
// Any changes made will be lost if regenerated.
 
3
 
 
4
namespace Poppler {
 
5
 
 
6
        using System;
 
7
        using System.Runtime.InteropServices;
 
8
 
 
9
#region Autogenerated code
 
10
        [GLib.GType (typeof (Poppler.AnnotTypeGType))]
 
11
        public enum AnnotType {
 
12
 
 
13
                Unknown,
 
14
                Text,
 
15
                Link,
 
16
                FreeText,
 
17
                Line,
 
18
                Square,
 
19
                Circle,
 
20
                Polygon,
 
21
                PolyLine,
 
22
                Highlight,
 
23
                Underline,
 
24
                Squiggly,
 
25
                StrikeOut,
 
26
                Stamp,
 
27
                Caret,
 
28
                Ink,
 
29
                Popup,
 
30
                FileAttachment,
 
31
                Sound,
 
32
                Movie,
 
33
                Widget,
 
34
                Screen,
 
35
                PrinterMark,
 
36
                TrapNet,
 
37
                Watermark,
 
38
                ThreeD,
 
39
        }
 
40
 
 
41
        internal class AnnotTypeGType {
 
42
                [DllImport ("poppler-glib")]
 
43
                static extern IntPtr poppler_annot_type_get_type ();
 
44
 
 
45
                public static GLib.GType GType {
 
46
                        get {
 
47
                                return new GLib.GType (poppler_annot_type_get_type ());
 
48
                        }
 
49
                }
 
50
        }
 
51
#endregion
 
52
}