类 StyleUtils
java.lang.Object
com.deepoove.poi.util.StyleUtils
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static BorderStyleretriveBorderStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder border) static ParagraphStyleretriveParagraphStyle(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph) static ParagraphStyleretriveParagraphStyleFromCss(Map<String, String> propertyValues) static StyleretriveStyle(org.apache.poi.xwpf.usermodel.XWPFRun run) static StyleretriveStyleFromCss(Map<String, String> propertyValues) static voidstyleCTBorder(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder b, BorderStyle style) static voidstyleParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph, ParagraphStyle style) static voidstyleParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph dest, org.apache.poi.xwpf.usermodel.IRunBody src) static voidstyleParaRpr(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph, Style style) static voidstylePpr(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph, ParagraphStyle style) static voidstatic voidstyleRun(org.apache.poi.xwpf.usermodel.XWPFRun dest, org.apache.poi.xwpf.usermodel.XWPFRun src) static voidstyleTable(org.apache.poi.xwpf.usermodel.XWPFTable table, TableStyle tableStyle) static voidstyleTableCell(org.apache.poi.xwpf.usermodel.XWPFTableCell cell, CellStyle cellStyle) static voidstyleTableRow(org.apache.poi.xwpf.usermodel.XWPFTableRow row, RowStyle rowStyle) static String
-
构造器详细资料
-
StyleUtils
public StyleUtils()
-
-
方法详细资料
-
styleRun
-
styleRun
public static void styleRun(org.apache.poi.xwpf.usermodel.XWPFRun dest, org.apache.poi.xwpf.usermodel.XWPFRun src) -
styleParagraph
public static void styleParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph dest, org.apache.poi.xwpf.usermodel.IRunBody src) -
styleParagraph
public static void styleParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph, ParagraphStyle style) -
styleTable
-
styleTableRow
-
styleTableCell
public static void styleTableCell(org.apache.poi.xwpf.usermodel.XWPFTableCell cell, CellStyle cellStyle) -
styleParaRpr
-
stylePpr
public static void stylePpr(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph, ParagraphStyle style) -
styleCTBorder
public static void styleCTBorder(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder b, BorderStyle style) -
retriveStyle
-
retriveParagraphStyle
public static ParagraphStyle retriveParagraphStyle(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph) -
retriveBorderStyle
public static BorderStyle retriveBorderStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder border) -
retriveStyleFromCss
-
retriveParagraphStyleFromCss
-
toRgb
-