JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Deprecated API
Contents
Deprecated Classes
Deprecated Enums
Deprecated Methods
Deprecated Classes
Class and Description
com.github.jferard.fastods.RowCellWalkerImpl
Deprecated Enums
Enum and Description
com.github.jferard.fastods.OdsFactory.FileState
use ??
Deprecated Methods
Method and Description
com.github.jferard.fastods.OdsDocument.addAutoFilter(String, Table, int, int, int, int)
use
table.addAutoFilter(r1, c1, r2, c2)
com.github.jferard.fastods.AnonymousOdsDocument.addAutoFilter(String, Table, int, int, int, int)
com.github.jferard.fastods.NamedOdsDocument.addAutoFilter(String, Table, int, int, int, int)
com.github.jferard.fastods.OdsFactory.addNamespaceByPrefix(Map<String, String>)
com.github.jferard.fastods.odselement.ContentElement.addTable(String, int, int)
use `addTable(table)`
com.github.jferard.fastods.odselement.OdsElements.addTableToContent(String, int, int)
com.github.jferard.fastods.Table.asyncFlush()
use asyncFlushBeginTable, asyncFlushAvailableRows or asyncFlushEndTable
com.github.jferard.fastods.style.TextPropertiesBuilder.buildHiddenStyle(String)
use `TextStyle.builder(name).build()`
com.github.jferard.fastods.style.TextPropertiesBuilder.buildVisibleStyle(String)
use `TextStyle.builder(name).visible().build()`
com.github.jferard.fastods.Link.create(String, File)
com.github.jferard.fastods.Link.create(String, String)
com.github.jferard.fastods.Link.create(String, Table)
com.github.jferard.fastods.Link.create(String, TableRef)
com.github.jferard.fastods.Link.create(String, TextStyle, File)
com.github.jferard.fastods.Link.create(String, TextStyle, String)
com.github.jferard.fastods.Link.create(String, TextStyle, Table)
com.github.jferard.fastods.Link.create(String, TextStyle, TableRef)
com.github.jferard.fastods.Link.create(String, TextStyle, URI)
com.github.jferard.fastods.Link.create(String, TextStyle, URL)
com.github.jferard.fastods.Link.create(String, URI)
com.github.jferard.fastods.Link.create(String, URL)
com.github.jferard.fastods.OdsFactory.dataStyles(DataStyles)
use OdsFactory.builder
com.github.jferard.fastods.style.TableColumnStyle.getColumnWidth()
should not be used.
com.github.jferard.fastods.TableRowImpl.getWalker()
com.github.jferard.fastods.OdsFactory.metaElement(MetaElement)
use OdsFactory.builder
com.github.jferard.fastods.Table.nextRow()
com.github.jferard.fastods.OdsFactory.noLibreOfficeMode()
use OdsFactory.builder
com.github.jferard.fastods.AnonymousOdsFileWriter.save(OutputStream, ZipUTF8WriterBuilderImpl)
use `save(ZipUTF8Writer writer)`
com.github.jferard.fastods.Table.setCellMerge(String, int, int)
com.github.jferard.fastods.tool.TableHelper.setCellMerge(Table, int, int, int, int)
use table.setCellMerge.
com.github.jferard.fastods.TableCell.setPercentageValue(int)
This is misleading: setPercentageValue(10) means 1000 %. For n %, use setPercentageValue(n/100)
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016–2021. All rights reserved.