| 程序包 | 说明 |
|---|---|
| org.dromara.hutool.poi.word |
POI中对Word操作封装
|
| 限定符和类型 | 方法和说明 |
|---|---|
static PicType |
PicType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static PicType |
PicType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static PicType[] |
PicType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
static PicType[] |
PicType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Word07Writer |
Word07Writer.addPicture(InputStream in,
PicType picType,
String fileName,
int width,
int height)
增加图片,单独成段落,增加后图片流关闭,默认居中对齐
|
Word07Writer |
Word07Writer.addPicture(InputStream in,
PicType picType,
String fileName,
int width,
int height)
增加图片,单独成段落,增加后图片流关闭,默认居中对齐
|
Word07Writer |
Word07Writer.addPicture(InputStream in,
PicType picType,
String fileName,
int width,
int height,
org.apache.poi.xwpf.usermodel.ParagraphAlignment align)
增加图片,单独成段落,增加后图片流关闭
|
Word07Writer |
Word07Writer.addPicture(InputStream in,
PicType picType,
String fileName,
int width,
int height,
org.apache.poi.xwpf.usermodel.ParagraphAlignment align)
增加图片,单独成段落,增加后图片流关闭
|
Copyright © 2023. All rights reserved.