| 程序包 | 说明 |
|---|---|
| com.relaxed.poi | |
| com.relaxed.poi.domain | |
| com.relaxed.poi.funcs |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PoiUtil.renderWord(File source,
File dest,
List<LabelData> contents)
Renders a Word document from source file to destination file using label data.
|
void |
PoiTemplate.renderWord(File source,
File dest,
List<LabelData> contents)
Renders a Word document from source file to destination file using label data.
|
void |
PoiUtil.renderWord(File source,
File dest,
List<LabelData> contents,
com.deepoove.poi.config.Configure configure)
Renders a Word document from source file to destination file using label data and
custom configuration.
|
void |
PoiTemplate.renderWord(File source,
File dest,
List<LabelData> contents,
com.deepoove.poi.config.Configure configure)
Renders a Word document from source file to destination file using label data and
custom configuration.
|
void |
PoiUtil.renderWord(InputStream inputStream,
OutputStream outputStream,
List<LabelData> contents)
Renders a Word document from input stream to output stream using label data.
|
void |
PoiTemplate.renderWord(InputStream inputStream,
OutputStream outputStream,
List<LabelData> contents)
Renders a Word document from input stream to output stream using label data.
|
void |
PoiUtil.renderWord(InputStream inputStream,
OutputStream outputStream,
List<LabelData> contents,
com.deepoove.poi.config.Configure configure)
Renders a Word document from input stream to output stream using label data and
custom configuration.
|
void |
PoiTemplate.renderWord(InputStream inputStream,
OutputStream outputStream,
List<LabelData> contents,
com.deepoove.poi.config.Configure configure)
Renders a Word document from input stream to output stream using label data and
custom configuration.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AttachmentContentData
附件内容数据类,用于存储 Word 文档中的附件数据。
|
class |
HtmlContentData
HTML内容数据类,用于存储 Word 文档中的 HTML 内容数据。
|
class |
ListContentData
列表内容数据类,用于存储 Word 文档中的列表数据。
|
class |
LoopRowTableContentData<T>
循环行表格内容数据类,用于存储 Word 文档中需要循环渲染的表格数据。
|
class |
PicContentData
图片内容数据类,用于存储 Word 文档中的图片数据。
|
class |
TableContentData
表格内容数据类,用于存储 Word 文档中的表格数据。
|
class |
TextContentData
文本内容数据类,用于存储 Word 文档中的文本数据。
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
WordContentRender<T extends LabelData>
Interface for rendering content in Word documents.
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends LabelData> |
ContentRenderHolder.getRender(String contentType)
Retrieves the content renderer for the specified content type.
|
<T extends LabelData> |
ContentRenderHolder.register(String contentType,
WordContentRender<T> wordContentRender)
Registers a content renderer for the specified content type.
|
Copyright © 2025. All rights reserved.