Uses of Class
olg.csv.base.ods.ODSSettings

Packages that use ODSSettings
olg.csv.base.ods This package provides the implementations for reading / writing ODS files. 
 

Uses of ODSSettings in olg.csv.base.ods
 

Methods in olg.csv.base.ods that return ODSSettings
 ODSSettings ODSSettings.setCellFormatter(Formatter<org.odftoolkit.odfdom.doc.table.OdfTableCell> cellFormatter)
          Sets the cell formatter to use.
 ODSSettings ODSSettings.setEmptyingCell(boolean emptyingCell)
          Sets the policy on cells rewriting.
 ODSSettings ODSSettings.setEmptyingRow(boolean emptyingRow)
          Sets the policy on rows rewriting.
 ODSSettings ODSSettings.setStringParser(AbstractParser<List<String>> stringParser)
          Set the String parser.
 

Constructors in olg.csv.base.ods with parameters of type ODSSettings
ODSReader(File odsFile, ODSSettings settings)
           
ODSReader(InputStream input, ODSSettings settings)
           
ODSWriter(File outFile, ODSSettings settings)
           
ODSWriter(OutputStream out, ODSSettings settings)
          Constructs ODSWriter with outputStream and Settings.
 



Copyright © 2014. All Rights Reserved.