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