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