python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to set numbering format in lists docx4j
I’m trying to create numbered/bulleted lists but I want to be able to set which number format to use, example LOWER_LETTER, UPPER_LETTER, UPPER_ROMAN, etc.
I referred to this: http://useof.org/java-op...
Nexus midnight
Votes: 0
Answers: 1
Add a caption to an image with docx4j
i would like to link a caption to an image using docx4j.
BinaryPartAbstractImage imagePart;
imagePart = BinaryPartAbstractImage.createImagePart(wordMLPackage, bytes);
Inline inline = imagePart.createI...
Vassili Durand
Votes: 0
Answers: 2
How to generate TOC
My Version:jkd11
<dependency>
<groupId>org.docx4j</groupId>
<artifactId>docx4j-JAXB-MOXy</artifactId>
<version>11.4.5</v...
Lson
Votes: 0
Answers: 1