-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPdfWriter.h
More file actions
78 lines (69 loc) · 1.52 KB
/
PdfWriter.h
File metadata and controls
78 lines (69 loc) · 1.52 KB
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
70
71
72
73
74
75
76
77
78
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
#include "./src/pdfwriter/PDFWriter.hpp"
/* Header for class PdfWriter */
#ifndef _Included_PdfWriter
#define _Included_PdfWriter
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: PdfWriter
* Method: setWidthHeight
* Signature: (II)V
*/
JNIEXPORT void JNICALL Java_PdfWriter_setWidthHeight
(JNIEnv *, jobject, jint, jint);
/*
* Class: PdfWriter
* Method: setFont
* Signature: (II)V
*/
JNIEXPORT void JNICALL Java_PdfWriter_setFont
(JNIEnv *, jobject, jint, jint);
/*
* Class: PdfWriter
* Method: setContent
* Signature: (Ljava/lang/String;)V
*/
JNIEXPORT void JNICALL Java_PdfWriter_setContent
(JNIEnv *, jobject, jstring);
/*
* Class: PdfWriter
* Method: warpText
* Signature: (IZ)V
*/
JNIEXPORT void JNICALL Java_PdfWriter_warpText
(JNIEnv *, jobject, jint, jboolean);
/*
* Class: PdfWriter
* Method: addToPage
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_PdfWriter_addToPage
(JNIEnv *, jobject);
/*
* Class: PdfWriter
* Method: addNewPage
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_PdfWriter_addNewPage
(JNIEnv *, jobject);
/*
* Class: PdfWriter
* Method: writeToFile
* Signature: (Ljava/lang/String;)Z
*/
JNIEXPORT jboolean JNICALL Java_PdfWriter_writeToFile
(JNIEnv *, jobject, jstring);
/*
* Class: PdfWriter
* Method: setXY
* Signature: (II)V
*/
JNIEXPORT void JNICALL Java_PdfWriter_setXY
(JNIEnv *, jobject, jint, jint);
#ifdef __cplusplus
}
#endif
#endif