|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hwpf.usermodel.PictureRunMapper
public class PictureRunMapper
Helper class for mapping Pictures to Runs within a document. This allows for easy access to Pictures by Run, as well as a way to find "Escher Floating" Pictures which don't have the regular references in the main text. Provides access to the pictures by offset, iteration over the un-claimed, and peeking forward.
Constructor Summary | |
---|---|
PictureRunMapper(HWPFDocument doc)
|
Method Summary | |
---|---|
Picture |
getFor(CharacterRun cr)
Get the Picture for this run, if any |
boolean |
hasBeenClaimed(Picture picture)
Has the given Picture been claimed by a non-Run yet? |
boolean |
hasPicture(CharacterRun cr)
Does this run have a Picture in it? |
void |
markAsClaimed(Picture picture)
Mark a Picture as claimed. |
Picture |
nextUnclaimed()
Return the next unclaimed one, used towards the end |
int |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PictureRunMapper(HWPFDocument doc)
Method Detail |
---|
public boolean hasPicture(CharacterRun cr)
getFor(CharacterRun)
public Picture getFor(CharacterRun cr)
public void markAsClaimed(Picture picture)
public boolean hasBeenClaimed(Picture picture)
public int pictureNumber(Picture picture)
public Picture nextUnclaimed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |