Example usage for org.apache.poi.xwpf.usermodel XWPFDocument subclass-usage

List of usage examples for org.apache.poi.xwpf.usermodel XWPFDocument subclass-usage

Introduction

In this page you can find the example usage for org.apache.poi.xwpf.usermodel XWPFDocument subclass-usage.

Usage

From source file cn.afterturn.easypoi.word.entity.MyXWPFDocument.java

/**
 * document,??
 * 
 * @author JueYue
 *  2013-11-20
 * @version 1.0

From source file com.deepoove.poi.NiceXWPFDocument.java

/**
 * poi
 * 
 * @author Sayi
 * @version 0.0.1
 *

From source file com.qihang.winter.poi.word.entity.MyXWPFDocument.java

/**
 * document,??
 * 
 * @author Zerrion
 * @date 2013-11-20
 * @version 1.0

From source file org.ohdsi.ooxml.CustomXWPFDocument.java

/**
 * This class offers workaround for bug in Apache POI, allowing images to be inserted
 * 
 * @author MSCHUEMI
 */
public class CustomXWPFDocument extends XWPFDocument {