public class WhereDelegate extends Object
| 构造器和说明 |
|---|
WhereDelegate(org.apache.poi.xwpf.usermodel.XWPFRun run) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addPicture(InputStream inputStream,
int type,
int width,
int height) |
org.apache.poi.xwpf.usermodel.XWPFRun |
getRun() |
void |
renderMiniTable(MiniTableRenderData data) |
void |
renderNumberic(NumbericRenderData data) |
void |
renderPicture(PictureRenderData data) |
void |
renderText(Object data) |
public org.apache.poi.xwpf.usermodel.XWPFRun getRun()
public void renderText(Object data)
public void renderNumberic(NumbericRenderData data) throws Exception
public void renderPicture(PictureRenderData data) throws Exception
public void renderMiniTable(MiniTableRenderData data)
public void addPicture(InputStream inputStream, int type, int width, int height) throws org.apache.poi.openxml4j.exceptions.InvalidFormatException, IOException
Copyright © 2020. All rights reserved.