Class ParagraphUtil
java.lang.Object
org.wickedsource.docxstamper.util.ParagraphUtil
Utility class for creating paragraphs.
- Version:
- ${version}
- Author:
- Joseph Verron
-
Method Summary
-
Method Details
-
create
Creates a new paragraph.- Parameters:
texts- the text of this paragraph. If more than one text is specified each text will be placed within its own Run.- Returns:
- a new paragraph containing the given text.
-