|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageHandler
Implementation of this is passed to OdtSAXHandler to help extract images references by parsed contents.
Method Summary | |
---|---|
void |
extractImage(String sourcePath)
Extracts an image from an .odt file. |
String |
getExtractedPath(String sourcePath)
Returns the extracted path of the image path specified. |
String |
getImageAPTLinkPath(String sourcePath)
Returns the path to use in the APT document to the image. |
Method Detail |
---|
void extractImage(String sourcePath) throws SAXException
sourcePath
- The path relative to the .odt file root.
SAXException
- on any failure.String getExtractedPath(String sourcePath) throws SAXException
sourcePath
- The path to get the extracted path for.
SAXException
String getImageAPTLinkPath(String sourcePath) throws SAXException
sourcePath
- The path to produce the APT link path from.
SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |