Uses of Class
cloud.opencode.base.pdf.content.PdfParagraph
Packages that use PdfParagraph
Package
Description
-
Uses of PdfParagraph in cloud.opencode.base.pdf
Methods in cloud.opencode.base.pdf with parameters of type PdfParagraphModifier and TypeMethodDescriptionPdfPage.addParagraph(PdfParagraph paragraph) Adds a paragraph to the page 向页面添加段落 -
Uses of PdfParagraph in cloud.opencode.base.pdf.content
Methods in cloud.opencode.base.pdf.content that return PdfParagraphModifier and TypeMethodDescriptionPdfParagraph.alignment(PdfParagraph.Alignment alignment) Sets text alignment 设置文本对齐static PdfParagraphPdfParagraph.builder()Creates a paragraph builder 创建段落构建器Sets text color 设置文本颜色Sets text content 设置文本内容PdfParagraph.firstLineIndent(float indent) Sets first line indent 设置首行缩进Sets font 设置字体PdfParagraph.fontSize(float size) Sets font size 设置字体大小PdfParagraph.lineSpacing(float spacing) Sets line spacing multiplier 设置行间距倍数static PdfParagraphCreates paragraph at position with width 在指定位置创建指定宽度的段落PdfParagraph.position(float x, float y) Sets position 设置位置PdfParagraph.width(float width) Sets width 设置宽度 -
Uses of PdfParagraph in cloud.opencode.base.pdf.document
Methods in cloud.opencode.base.pdf.document with parameters of type PdfParagraphModifier and TypeMethodDescriptionPageBuilder.paragraph(PdfParagraph paragraph) Adds a paragraph.