| Package | Description |
|---|---|
| org.apache.poi.hwpf.converter | |
| org.apache.poi.hwpf.model |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
AbstractWordConverter.processImage(org.w3c.dom.Element currentBlock,
boolean inlined,
Picture picture) |
|
protected abstract void |
AbstractWordConverter.processImage(org.w3c.dom.Element currentBlock,
boolean inlined,
Picture picture,
java.lang.String url) |
|
protected void |
WordToFoConverter.processImage(org.w3c.dom.Element currentBlock,
boolean inlined,
Picture picture,
java.lang.String url) |
|
protected void |
WordToHtmlConverter.processImage(org.w3c.dom.Element currentBlock,
boolean inlined,
Picture picture,
java.lang.String imageSourcePath) |
|
protected void |
WordToTextConverter.processImage(org.w3c.dom.Element currentBlock,
boolean inlined,
Picture picture) |
|
protected void |
WordToTextConverter.processImage(org.w3c.dom.Element currentBlock,
boolean inlined,
Picture picture,
java.lang.String url) |
|
protected abstract void |
AbstractWordConverter.processImageWithoutPicturesManager(org.w3c.dom.Element currentBlock,
boolean inlined,
Picture picture) |
|
protected void |
WordToFoConverter.processImageWithoutPicturesManager(org.w3c.dom.Element currentBlock,
boolean inlined,
Picture picture) |
|
protected void |
WordToHtmlConverter.processImageWithoutPicturesManager(org.w3c.dom.Element currentBlock,
boolean inlined,
Picture picture) |
|
protected void |
WordToTextConverter.processImageWithoutPicturesManager(org.w3c.dom.Element currentBlock,
boolean inlined,
Picture picture) |
|
static void |
WordToFoUtils.setPictureProperties(Picture picture,
org.w3c.dom.Element graphicElement) |
| Modifier and Type | Method | Description |
|---|---|---|
Picture |
PicturesTable.extractPicture(CharacterRun run,
boolean fillBytes) |
Returns picture object tied to specified CharacterRun
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Picture> |
PicturesTable.getAllPictures() |
Not all documents have all the images concatenated in the data stream
although MS claims so.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.