public abstract class ParagraphInsert extends Insert
| Constructor and Description |
|---|
ParagraphInsert(Key key,
org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph,
org.apache.poi.xwpf.usermodel.XWPFTableCell cellParent,
org.apache.poi.xwpf.usermodel.XWPFDocument documentParent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteMe()
After creating new paragraphs, the origin template paragraph should be removed.
|
org.apache.poi.xwpf.usermodel.XWPFTableCell |
getCellParent() |
org.apache.poi.xwpf.usermodel.XWPFDocument |
getDocumentParent() |
org.apache.poi.xwpf.usermodel.XWPFParagraph |
getParagraph() |
public ParagraphInsert(Key key, org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph, org.apache.poi.xwpf.usermodel.XWPFTableCell cellParent, org.apache.poi.xwpf.usermodel.XWPFDocument documentParent)
public boolean deleteMe()
public org.apache.poi.xwpf.usermodel.XWPFTableCell getCellParent()
public org.apache.poi.xwpf.usermodel.XWPFDocument getDocumentParent()
public org.apache.poi.xwpf.usermodel.XWPFParagraph getParagraph()
Copyright © 2016 jsolve. All rights reserved.