Uses of Class
cloud.opencode.base.pdf.document.PdfFooter
Packages that use PdfFooter
-
Uses of PdfFooter in cloud.opencode.base.pdf.document
Methods in cloud.opencode.base.pdf.document that return PdfFooterModifier and TypeMethodDescriptionstatic PdfFooterPdfFooter.builder()Creates an empty footer builder 创建空的页脚构建器Sets center-aligned text 设置居中文本Sets text color 设置文本颜色Sets font 设置字体PdfFooter.fontSize(float size) Sets font size 设置字号DocumentBuilder.getFooter()Sets left-aligned text 设置左对齐文本static PdfFooterCreates a footer with centered text 创建居中文本的页脚Sets right-aligned text 设置右对齐文本PdfFooter.showLine(boolean show) Sets whether to show separator line above footer 设置是否显示页脚上方分隔线Methods in cloud.opencode.base.pdf.document with parameters of type PdfFooterModifier and TypeMethodDescriptionSets document footer.