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