Package | Description |
---|---|
cn.hutool.poi.word |
POI中对Word操作封装
|
Modifier and Type | Method and Description |
---|---|
static PicType |
PicType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PicType[] |
PicType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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)
增加图片,单独成段落,增加后图片流关闭
|
Copyright © 2024. All rights reserved.