export(
   getStyles,
   getStyleDefs,
   listString,
   matrixPaste,
   odfCat,
   odfInsertPlot,  
   odfItemize, 
   odfTable, 
   odfTable.character, 
   odfTable.data.frame, 
   odfTable.matrix,    
   odfTable.numeric, 
   odfTranslate, 
   odfWeave, 
   odfWeaveControl,
   pkgVersions,
   processInLine,
   RweaveOdf,
   RweaveOdfSetup,
   setStyles,
   setStyleDefs,   
   stripXmlTag,
   tableStyles,   
   xml2R)


S3method(odfTable, character)
S3method(odfTable, factor)
S3method(odfTable, matrix)
S3method(odfTable, numeric)
S3method(odfTable, data.frame)

S3method(print, odfTable)
S3method(print, odfCat)
S3method(print, odfItemize)

