public class LoopRowTableContentRender extends Object implements WordContentRender<LoopRowTableContentData>
| 构造器和说明 |
|---|
LoopRowTableContentRender() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
contentType()
Returns the content type identifier for loop row tables.
|
Object |
render(com.deepoove.poi.config.Configure configure,
LoopRowTableContentData data)
Renders the loop row table content data and configures the appropriate render
policy.
|
public String contentType()
contentType 在接口中 WordContentRender<LoopRowTableContentData>public Object render(com.deepoove.poi.config.Configure configure, LoopRowTableContentData data)
render 在接口中 WordContentRender<LoopRowTableContentData>configure - the configuration for renderingdata - the loop row table content data to renderCopyright © 2025. All rights reserved.