类的使用
com.deepoove.poi.data.style.BorderStyle
使用BorderStyle的程序包
-
com.deepoove.poi.data中BorderStyle的使用
参数类型为BorderStyle的com.deepoove.poi.data中的方法修饰符和类型方法说明Tables.TableBuilder.border(BorderStyle border) Paragraphs.ParagraphBuilder.borderLeft(BorderStyle borderStyle) -
com.deepoove.poi.data.style中BorderStyle的使用
修饰符和类型方法说明BorderStyle.Builder.build()ParagraphStyle.getBottomBorder()TableStyle.getBottomBorder()TableStyle.getInsideHBorder()TableStyle.getInsideVBorder()ParagraphStyle.getLeftBorder()TableStyle.getLeftBorder()ParagraphStyle.getRightBorder()TableStyle.getRightBorder()ParagraphStyle.getTopBorder()TableStyle.getTopBorder()参数类型为BorderStyle的com.deepoove.poi.data.style中的方法修饰符和类型方法说明voidParagraphStyle.setBottomBorder(BorderStyle bottomBorder) voidTableStyle.setBottomBorder(BorderStyle bottomBorder) voidTableStyle.setInsideHBorder(BorderStyle insideHBorder) voidTableStyle.setInsideVBorder(BorderStyle insideVBorder) voidParagraphStyle.setLeftBorder(BorderStyle leftBorder) voidTableStyle.setLeftBorder(BorderStyle leftBorder) voidParagraphStyle.setRightBorder(BorderStyle rightBorder) voidTableStyle.setRightBorder(BorderStyle rightBorder) voidParagraphStyle.setTopBorder(BorderStyle topBorder) voidTableStyle.setTopBorder(BorderStyle topBorder) ParagraphStyle.Builder.withBottomBorder(BorderStyle bottomBorder) ParagraphStyle.Builder.withLeftBorder(BorderStyle leftBorder) ParagraphStyle.Builder.withRightBorder(BorderStyle rightBorder) ParagraphStyle.Builder.withTopBorder(BorderStyle topBorder) -
com.deepoove.poi.util中BorderStyle的使用
修饰符和类型方法说明static BorderStyleStyleUtils.retriveBorderStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder border) 参数类型为BorderStyle的com.deepoove.poi.util中的方法修饰符和类型方法说明static voidTableTools.borderTable(org.apache.poi.xwpf.usermodel.XWPFTable table, BorderStyle borderStyle) static voidTableTools.setBorder(FourthConsumer<org.apache.poi.xwpf.usermodel.XWPFTable.XWPFBorderType, Integer, Integer, String> consumer, BorderStyle border) static voidStyleUtils.styleCTBorder(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder b, BorderStyle style)