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