Uses of Class
org.apache.poi.hwpf.usermodel.Picture

Packages that use Picture
org.apache.poi.hwpf.converter   
org.apache.poi.hwpf.model   
org.apache.poi.hwpf.usermodel   
 

Uses of Picture in org.apache.poi.hwpf.converter
 

Methods in org.apache.poi.hwpf.converter with parameters of type Picture
protected  void WordToTextConverter.processImage(org.w3c.dom.Element currentBlock, boolean inlined, Picture picture)
           
protected  void AbstractWordConverter.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.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 WordToFoConverter.processImage(org.w3c.dom.Element currentBlock, boolean inlined, Picture picture, java.lang.String url)
           
protected  void WordToTextConverter.processImageWithoutPicturesManager(org.w3c.dom.Element currentBlock, boolean inlined, Picture picture)
           
protected abstract  void AbstractWordConverter.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 WordToFoConverter.processImageWithoutPicturesManager(org.w3c.dom.Element currentBlock, boolean inlined, Picture picture)
           
static void WordToFoUtils.setPictureProperties(Picture picture, org.w3c.dom.Element graphicElement)
           
 

Uses of Picture in org.apache.poi.hwpf.model
 

Methods in org.apache.poi.hwpf.model that return Picture
 Picture PicturesTable.extractPicture(CharacterRun run, boolean fillBytes)
          Returns picture object tied to specified CharacterRun
 

Methods in org.apache.poi.hwpf.model that return types with arguments of type Picture
 java.util.List<Picture> PicturesTable.getAllPictures()
          Not all documents have all the images concatenated in the data stream although MS claims so.
 

Uses of Picture in org.apache.poi.hwpf.usermodel
 

Methods in org.apache.poi.hwpf.usermodel that return Picture
 Picture PictureRunMapper.getFor(CharacterRun cr)
          Get the Picture for this run, if any
 Picture PictureRunMapper.nextUnclaimed()
          Return the next unclaimed one, used towards the end
 

Methods in org.apache.poi.hwpf.usermodel with parameters of type Picture
 boolean PictureRunMapper.hasBeenClaimed(Picture picture)
          Has the given Picture been claimed by a non-Run yet?
 void PictureRunMapper.markAsClaimed(Picture picture)
          Mark a Picture as claimed.
 int PictureRunMapper.pictureNumber(Picture picture)
          Which Picture is this one of all the Pictures in the Document? Useful when trying to extract all Pictures with unique numbers or references
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.