Class ParagraphUtil

java.lang.Object
org.wickedsource.docxstamper.util.ParagraphUtil

public class ParagraphUtil extends Object
  • Method Details

    • create

      public static org.docx4j.wml.P create(String... texts)
      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.