public class ParagraphUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.docx4j.wml.P |
create(String... texts)
Creates a new paragraph.
|
public static org.docx4j.wml.P create(String... texts)
texts - the text of this paragraph. If more than one text is specified each text will be placed within its own Run.Copyright © 2017. All rights reserved.