Uses of Class
cloud.opencode.base.pdf.content.PdfTable
Packages that use PdfTable
Package
Description
-
Uses of PdfTable in cloud.opencode.base.pdf
Methods in cloud.opencode.base.pdf with parameters of type PdfTable -
Uses of PdfTable in cloud.opencode.base.pdf.content
Methods in cloud.opencode.base.pdf.content that return PdfTableModifier and TypeMethodDescriptionPdfTable.alternateRowColors(PdfColor oddColor, PdfColor evenColor) Sets alternating row colors 设置交替行颜色PdfTable.borderColor(PdfColor color) Sets border color 设置边框颜色PdfTable.borderWidth(float width) Sets border width 设置边框宽度PdfTable.Builder.build()PdfTable.cellPadding(float padding) Sets cell padding 设置单元格内边距PdfTable.columnWidths(float... widths) Sets column widths 设置列宽Adds a header row with PdfCell elements 添加包含 PdfCell 元素的表头行Adds a header row 添加表头行PdfTable.headerBackground(PdfColor color) Sets header background color 设置表头背景颜色static PdfTablePdfTable.of(int columns) Creates a table with specified columns 创建指定列数的表格PdfTable.position(float x, float y) Sets position 设置位置Adds a row with PdfCell elements 添加包含 PdfCell 元素的行Adds a data row 添加数据行PdfTable.width(float width) Sets table width 设置表格宽度 -
Uses of PdfTable in cloud.opencode.base.pdf.document
Methods in cloud.opencode.base.pdf.document with parameters of type PdfTable