public class TableContentRender extends Object implements WordContentRender<TableContentData>
| 构造器和说明 |
|---|
TableContentRender() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
contentType()
Returns the content type identifier for tables.
|
Object |
render(com.deepoove.poi.config.Configure configure,
TableContentData data)
Renders the table content data into a format suitable for Word document generation.
|
public String contentType()
contentType 在接口中 WordContentRender<TableContentData>public Object render(com.deepoove.poi.config.Configure configure, TableContentData data)
render 在接口中 WordContentRender<TableContentData>configure - the configuration for renderingdata - the table content data to renderCopyright © 2025. All rights reserved.