python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
POI XWPF insert content from another docx in a bookmark
APACHE POI XWPF problem:
in a main .docx document I have a cell with a bookmark:
<w:bookmarkStart w:id="8" w:name="PAR_1"/>
<w:r>
<w:rPr>
...
Lof
Votes: 0
Answers: 1
I want to change the color, size and style of the font in footer Apache poi XWPF
I want to change the color, size and style of the font in footer Apache poi XWPF
FileInputStream finStream = new FileInputStream(pathToWorkbook);
XWPFDocument docx = new XWPFDocument(finS...
PIXCEL
Votes: 0
Answers: 0
XWPF POI footer different in last page
How to set footer diferrent only in last page. I mean, in last page no footer or different. in first page and other are same.
enter link description here
this is my docx
Eko
Votes: 0
Answers: 1
XWPF POI adding shape line to top and bottom of every page
How to adding shape line to top and bottom of every document page. Which document have more pages. In image was i give yellow circle. thanks
public static XWPFRun GaRing (XWPFParagraph paragraph, Str...
Eko
Votes: 0
Answers: 1