Uses of Class
cloud.opencode.base.pdf.content.PdfCell
Packages that use PdfCell
-
Uses of PdfCell in cloud.opencode.base.pdf.content
Methods in cloud.opencode.base.pdf.content that return PdfCellModifier and TypeMethodDescriptionPdfCell.align(PdfCell.Alignment alignment) Sets horizontal alignment 设置水平对齐PdfCell.backgroundColor(PdfColor color) Sets background color 设置背景颜色Sets border 设置边框static PdfCellPdfCell.builder()Creates a cell builder 创建单元格构建器PdfCell.colspan(int colspan) Sets colspan 设置跨列数Sets cell content 设置单元格内容static PdfCellPdfCell.empty()Creates empty cell 创建空单元格Sets font 设置字体PdfCell.fontSize(float size) Sets font size 设置字体大小static PdfCellCreates cell with content 创建带内容的单元格PdfCell.padding(float padding) Sets padding 设置内边距PdfCell.rowspan(int rowspan) Sets rowspan 设置跨行数Sets text color 设置文本颜色PdfCell.valign(PdfCell.VerticalAlignment alignment) Sets vertical alignment 设置垂直对齐Methods in cloud.opencode.base.pdf.content with parameters of type PdfCellModifier and TypeMethodDescriptionAdds a header row with PdfCell elements 添加包含 PdfCell 元素的表头行Adds a row with PdfCell elements 添加包含 PdfCell 元素的行