-
Notifications
You must be signed in to change notification settings - Fork 1
/
OfdiumEx.def
70 lines (67 loc) · 1.8 KB
/
OfdiumEx.def
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
LIBRARY OfdiumEx
EXPORTS
OFDIUM_LoadCustomDocument @ 1
OFDIUM_GetPageCount @ 2
OFDIUM_GetDocPermissions @ 3
OFDIUM_InitFormFillEnvironment @ 4
OFDIUM_SetFormFieldHighlightColor @ 5
OFDIUM_SetFormFieldHighlightAlpha @ 6
OFDIUM_DoDocumentJSAction @ 7
OFDIUM_DoDocumentOpenAction @ 8
OFDIUM_ExitFormFillEnvironment @ 9
OFDIUM_DoDocumentAAction @ 10
OFDIUM_LoadPage @ 11
OFDIUM_Text_LoadPage @ 12
OFDIUM_OnAfterLoadPage @ 13
OFDIUM_DoPageAAction @ 14
OFDIUM_GetPageWidth @ 15
OFDIUM_GetPageHeight @ 16
OFDIUM_OnBeforeClosePage @ 17
OFDIUM_Text_ClosePage @ 18
OFDIUM_ClosePage @ 19
OFDIUM_RenderPage @ 20
OFDIUM_RenderPageBitmap @ 21
OFDIUM_GetPageSizeByIndex @ 22
OFDIUM_Bitmap_CreateEx @ 23
OFDIUM_Bitmap_FillRect @ 24
OFDIUM_Bitmap_Destroy @ 25
OFDIUM_Text_FindStart @ 26
OFDIUM_Text_GetSchResultIndex @ 27
OFDIUM_Text_GetSchCount @ 28
OFDIUM_Text_GetText @ 29
OFDIUM_Text_GetCharBox @ 30
OFDIUM_Text_CountChars @ 31
OFDIUM_Text_FindNext @ 32
OFDIUM_Text_FindClose @ 33
OFDIUM_Link_Enumerate @ 34
OFDIUM_Link_GetDest @ 35
OFDIUM_Dest_GetPageIndex @ 36
OFDIUM_Link_GetAnnotRect @ 37
OFDIUM_DeviceToPage @ 38
OFDIUM_PageToDevice @ 39
OFDIUM_Link_GetAction @ 40
OFDIUM_Action_GetURIPath @ 41
OFDIUM_Bookmark_GetFirstChild @ 42
OFDIUM_Bookmark_GetNextSibling @ 43
OFDIUM_Bookmark_GetTitle @ 44
OFDIUM_Bookmark_GetAction @ 45
OFDIUM_Bookmark_GetDest @ 46
OFDIUM_Action_GetType @ 47
OFDIUM_GetLastError @ 48
OFDIUM_GetMetaText @ 49
OFDIUM_FFLDraw @ 50
OFDIUM_FFLDrawEx @ 51
OFDIUM_CloseDocument @ 52
OFDIUM_GetDocumentPagePNG @ 53
OFDIUM_RenderDocumentPageToDC @ 54
OFDIUM_GetDocumentPageWidth @ 55
OFDIUM_GetDocumentPageHeight @ 56
OFDIUM_Test @ 57
OFDIUM_AddRef @ 58
OFDIUM_Release @ 59
OFDIUM_Sign @ 60
OFDIUM_GetSealCount @ 61
OFDIUM_GetSealByIndex @ 62
OFDIUM_GetSealProp @ 63
OFDIUM_GetStampAnnotByIndex @ 64
OFDIUM_GetStampAnnotProp @ 65