Uses of Class
org.apache.poi.hwpf.usermodel.Picture
Packages that use Picture
Package
Description
-
Uses of Picture in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter with parameters of type PictureModifier and TypeMethodDescriptionprotected voidAbstractWordConverter.processImage(Element currentBlock, boolean inlined, Picture picture) protected abstract voidAbstractWordConverter.processImage(Element currentBlock, boolean inlined, Picture picture, String url) protected voidWordToFoConverter.processImage(Element currentBlock, boolean inlined, Picture picture, String url) protected voidWordToHtmlConverter.processImage(Element currentBlock, boolean inlined, Picture picture, String imageSourcePath) protected voidWordToTextConverter.processImage(Element currentBlock, boolean inlined, Picture picture) protected voidWordToTextConverter.processImage(Element currentBlock, boolean inlined, Picture picture, String url) protected abstract voidAbstractWordConverter.processImageWithoutPicturesManager(Element currentBlock, boolean inlined, Picture picture) protected voidWordToFoConverter.processImageWithoutPicturesManager(Element currentBlock, boolean inlined, Picture picture) protected voidWordToHtmlConverter.processImageWithoutPicturesManager(Element currentBlock, boolean inlined, Picture picture) protected voidWordToTextConverter.processImageWithoutPicturesManager(Element currentBlock, boolean inlined, Picture picture) static voidWordToFoUtils.setPictureProperties(Picture picture, Element graphicElement) -
Uses of Picture in org.apache.poi.hwpf.model
Methods in org.apache.poi.hwpf.model that return PictureModifier and TypeMethodDescriptionPicturesTable.extractPicture(CharacterRun run, boolean fillBytes) Returns picture object tied to specified CharacterRunMethods in org.apache.poi.hwpf.model that return types with arguments of type PictureModifier and TypeMethodDescriptionPicturesTable.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 PictureModifier and TypeMethodDescriptionPictureRunMapper.getFor(CharacterRun cr) Get the Picture for this run, if anyPictureRunMapper.nextUnclaimed()Return the next unclaimed one, used towards the endMethods in org.apache.poi.hwpf.usermodel with parameters of type PictureModifier and TypeMethodDescriptionbooleanPictureRunMapper.hasBeenClaimed(Picture picture) Has the given Picture been claimed by a non-Run yet?voidPictureRunMapper.markAsClaimed(Picture picture) Mark a Picture as claimed.intPictureRunMapper.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