Uses of Class
org.miaixz.bus.office.excel.style.DefaultStyleSet
Packages that use DefaultStyleSet
-
Uses of DefaultStyleSet in org.miaixz.bus.office.excel.style
Methods in org.miaixz.bus.office.excel.style that return DefaultStyleSetModifier and TypeMethodDescriptionDefaultStyleSet.setAlign(org.apache.poi.ss.usermodel.HorizontalAlignment halign, org.apache.poi.ss.usermodel.VerticalAlignment valign) 设置cell文本对齐样式DefaultStyleSet.setBackgroundColor(org.apache.poi.ss.usermodel.IndexedColors backgroundColor, boolean withHeadCell) 设置单元格背景样式DefaultStyleSet.setBorder(org.apache.poi.ss.usermodel.BorderStyle borderSize, org.apache.poi.ss.usermodel.IndexedColors colorIndex) 定义所有单元格的边框类型设置全局字体DefaultStyleSet.setFont(org.apache.poi.ss.usermodel.Font font, boolean ignoreHead) 设置全局字体DefaultStyleSet.setWrapText()设置单元格文本自动换行