public static class Paragraphs.ParagraphBuilder extends Object implements RenderDataBuilder<ParagraphRenderData>
public Paragraphs.ParagraphBuilder addText(TextRenderData text)
public Paragraphs.ParagraphBuilder addTexts(List<TextRenderData> texts)
public Paragraphs.ParagraphBuilder addText(String text)
public Paragraphs.ParagraphBuilder addPicture(PictureRenderData picture)
public Paragraphs.ParagraphBuilder addParagraph(ParagraphRenderData paragraph)
public Paragraphs.ParagraphBuilder addComment(CommentRenderData comment)
public Paragraphs.ParagraphBuilder addList(List<RenderData> datas)
public Paragraphs.ParagraphBuilder paraStyle(ParagraphStyle style)
public Paragraphs.ParagraphBuilder glyphStyle(Style style)
public Paragraphs.ParagraphBuilder defaultTextStyle(Style style)
public Paragraphs.ParagraphBuilder left()
public Paragraphs.ParagraphBuilder center()
public Paragraphs.ParagraphBuilder right()
public Paragraphs.ParagraphBuilder indentFirstLine(double lineChars)
public Paragraphs.ParagraphBuilder indentLeft(double lineChars)
public Paragraphs.ParagraphBuilder borderLeft(BorderStyle borderStyle)
public Paragraphs.ParagraphBuilder spacing(double spacing, org.apache.poi.xwpf.usermodel.LineSpacingRule spacingRule)
public Paragraphs.ParagraphBuilder bgColor(String backgroundColor)
public Paragraphs.ParagraphBuilder bgColor(String backgroundColor, XWPFShadingPattern pattern)
public Paragraphs.ParagraphBuilder styleId(String styleId)
public Paragraphs.ParagraphBuilder allowWordBreak()
public Paragraphs.ParagraphBuilder pageControl(Boolean widowControl, Boolean keepNext, Boolean keepLines, Boolean pageBreakBefore)
public ParagraphRenderData create()
Copyright © 2022. All rights reserved.