Uses of Class
org.ofdrw.layout.element.canvas.CellContentDrawer
Packages that use CellContentDrawer
-
Uses of CellContentDrawer in org.ofdrw.layout.areaholder
Methods in org.ofdrw.layout.areaholder that return CellContentDrawerModifier and TypeMethodDescription获取指定名称的 区域单元格对象 -
Uses of CellContentDrawer in org.ofdrw.layout.element.canvas
Methods in org.ofdrw.layout.element.canvas that return CellContentDrawerModifier and TypeMethodDescriptionCell.getDrawer()获取单元格内容绘制器Deprecated.设置 是否加粗设置单元格颜色CellContentDrawer.setDeleteLine(boolean deleteLine) 设置是否开启删除线设置单元格绘制器使用的外部字体CellContentDrawer.setFontName(String fontName) 设置字体名称CellContentDrawer.setFontSize(double fontSize) 设置字号设置 是否斜体CellContentDrawer.setLetterSpacing(Double letterSpacing) 设置 文字之间的间距CellContentDrawer.setLineSpace(Double lineSpace) 设置 行间距CellContentDrawer.setTextAlign(TextAlign textAlign) 设置 文字对齐方式CellContentDrawer.setUnderline(boolean underline) 设置是否开启下划线设置单元格文字内容设置图片设置图片CellContentDrawer.setVerticalAlign(VerticalAlign verticalAlign) 设置 文字垂直方向浮动方式
CellContentDrawer.setBold(Boolean)