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

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

Introduction

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

Usage

From source file apachepoitest.XWPFParagraphClone.java

/**
 * <p>A Paragraph within a Document, Table, Header etc.</p> 
 * 
 * <p>A paragraph has a lot of styling information, but the
 *  actual text (possibly along with more styling) is held on
 *  the child {@link XWPFRun}s.</p>

From source file com.project3.utils.poi.XWPFParagraphClone.java

/**
 * <p>A Paragraph within a Document, Table, Header etc.</p> 
 * 
 * <p>A paragraph has a lot of styling information, but the
 *  actual text (possibly along with more styling) is held on
 *  the child {@link XWPFRun}s.</p>

From source file com.project3.utils.poiold.XWPFParagraphClone.java

/**
 * <p>A Paragraph within a Document, Table, Header etc.</p> 
 * 
 * <p>A paragraph has a lot of styling information, but the
 *  actual text (possibly along with more styling) is held on
 *  the child {@link XWPFRun}s.</p>