Click here to Skip to main content
15,881,516 members
Articles / Desktop Programming / Win32

A Simple Way to Create Word Documents by Template in Java under Windows Platform

Rate me:
Please Sign up or sign in to vote.
4.75/5 (4 votes)
2 Dec 2010CPOL3 min read 33.6K   328   5  
Using JNI and COM technology generate Word documents in Java under Windows platform
/* DO NOT EDIT THIS FILE - it is machine generated */
#include "jni.h"
/* Header for class org_zerozone_utils_Utils */

#ifndef _Included_org_zerozone_utils_Utils
#define _Included_org_zerozone_utils_Utils
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     org_zerozone_utils_Utils
 * Method:    getGUID
 * Signature: ()Ljava/lang/String;
 */
JNIEXPORT jstring JNICALL Java_org_zerozone_utils_Utils_getGUID
  (JNIEnv *, jclass);

#ifdef __cplusplus
}
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer none
China China
To be, or not to be, this is question. That's are all depend on your decision. What do you think?

Comments and Discussions