public class ReplaceIndexPictureRefRenderPolicy extends IndexRefRenderPolicy<org.apache.poi.xwpf.usermodel.XWPFPicture>
genericTypelogger| 构造器和说明 |
|---|
ReplaceIndexPictureRefRenderPolicy(int index,
byte[] replaceData,
int fomart) |
ReplaceIndexPictureRefRenderPolicy(int index,
InputStream replaceStream,
int fomart) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
doRender(org.apache.poi.xwpf.usermodel.XWPFPicture t,
XWPFTemplate template) |
int |
index() |
locaterenderpublic ReplaceIndexPictureRefRenderPolicy(int index,
InputStream replaceStream,
int fomart)
public ReplaceIndexPictureRefRenderPolicy(int index,
byte[] replaceData,
int fomart)
public int index()
public void doRender(org.apache.poi.xwpf.usermodel.XWPFPicture t,
XWPFTemplate template)
throws Exception
Copyright © 2020. All rights reserved.