org.jbehave.core.io.odf
Class OdfUtils

java.lang.Object
  extended by org.jbehave.core.io.odf.OdfUtils

public class OdfUtils
extends Object


Nested Class Summary
static class OdfUtils.OdfDocumentLoadingFailed
           
static class OdfUtils.OdfDocumentParsingFailed
           
 
Constructor Summary
OdfUtils()
           
 
Method Summary
static org.odftoolkit.odfdom.doc.OdfTextDocument loadOdt(InputStream resourceAsStream)
           
static String parseOdt(org.odftoolkit.odfdom.doc.OdfTextDocument document)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OdfUtils

public OdfUtils()
Method Detail

loadOdt

public static org.odftoolkit.odfdom.doc.OdfTextDocument loadOdt(InputStream resourceAsStream)

parseOdt

public static String parseOdt(org.odftoolkit.odfdom.doc.OdfTextDocument document)


Copyright © 2003-2012. All Rights Reserved.