public final class StyleUtils extends Object
| 构造器和说明 |
|---|
StyleUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
styleParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph,
Style style) |
static void |
styleRpr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr pr,
Style fmtStyle) |
static void |
styleRun(org.apache.poi.xwpf.usermodel.XWPFRun run,
Style style) |
static void |
styleRun(org.apache.poi.xwpf.usermodel.XWPFRun destRun,
org.apache.poi.xwpf.usermodel.XWPFRun srcRun) |
static void |
styleTable(org.apache.poi.xwpf.usermodel.XWPFTable table,
TableStyle style) |
static void |
styleTableParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph par,
TableStyle style) |
public static void styleRun(org.apache.poi.xwpf.usermodel.XWPFRun run,
Style style)
public static void styleRun(org.apache.poi.xwpf.usermodel.XWPFRun destRun,
org.apache.poi.xwpf.usermodel.XWPFRun srcRun)
public static void styleRpr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr pr,
Style fmtStyle)
public static void styleTable(org.apache.poi.xwpf.usermodel.XWPFTable table,
TableStyle style)
public static void styleTableParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph par,
TableStyle style)
public static void styleParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph,
Style style)
Copyright © 2020. All rights reserved.