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