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