| 程序包 | 说明 |
|---|---|
| com.deepoove.poi.data | |
| com.deepoove.poi.data.style | |
| com.deepoove.poi.util |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Style |
TextRenderData.style |
| 限定符和类型 | 方法和说明 |
|---|---|
Style |
TextRenderData.getStyle() |
| 限定符和类型 | 方法和说明 |
|---|---|
Paragraphs.ParagraphBuilder |
Paragraphs.ParagraphBuilder.glyphStyle(Style style) |
void |
TextRenderData.setStyle(Style style) |
Texts.TextBuilder |
Texts.TextBuilder.style(Style style) |
| 构造器和说明 |
|---|
TextRenderData(String text,
Style style) |
| 限定符和类型 | 方法和说明 |
|---|---|
Style |
Style.StyleBuilder.build() |
Style |
ParagraphStyle.getDefaultTextStyle() |
Style |
ParagraphStyle.getGlyphStyle() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ParagraphStyle.setDefaultTextStyle(Style defaultTextStyle) |
void |
ParagraphStyle.setGlyphStyle(Style glyphStyle) |
ParagraphStyle.Builder |
ParagraphStyle.Builder.withDefaultTextStyle(Style defaultTextStyle) |
ParagraphStyle.Builder |
ParagraphStyle.Builder.withGlyphStyle(Style glyphStyle) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Style |
StyleUtils.retriveStyle(org.apache.poi.xwpf.usermodel.XWPFRun run) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
StyleUtils.styleParaRpr(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph,
Style style) |
static void |
StyleUtils.styleRun(org.apache.poi.xwpf.usermodel.XWPFRun run,
Style style) |
Copyright © 2021. All rights reserved.