Class and Description |
---|
org.apache.poi.hssf.util.CellReference
POI 4.0.0-SNAPSHOT. Use
CellReference instead.
Actually the replacement CellReference was added earlier, but the deprecation notice
was added only in 4.0.0-SNAPSHOT. |
org.apache.poi.ss.usermodel.charts.DataSources
use XDDFDataSourcesFactory instead
|
org.apache.poi.hssf.util.HSSFRegionUtil
POI 4.0.0
|
org.apache.poi.hpsf.wellknown.SectionIDMap
in 4.0.0, there's no way to create custom PropertyIDMaps, therefore
this class is obsolete
|
Enum and Description |
---|
org.apache.poi.ss.usermodel.charts.AxisCrossBetween
use XDDF AxisCrossBetween
|
org.apache.poi.ss.usermodel.charts.AxisCrosses
use XDDF AxisCrosses instead
|
org.apache.poi.ss.usermodel.charts.AxisOrientation
use XDDF AxisOrientation
|
org.apache.poi.ss.usermodel.charts.AxisPosition
use XDDF AxisPosition instead
|
org.apache.poi.ss.usermodel.charts.AxisTickMark
use XDDF AxisTickMark instead
|
org.apache.poi.ss.usermodel.FontCharset
enum will be replaced by common version org.apache.poi.common.usermodel.FontCharset
|
org.apache.poi.ss.usermodel.charts.LayoutMode |
org.apache.poi.ss.usermodel.charts.LayoutTarget
use XDDF LayoutTarget instead
|
org.apache.poi.ss.usermodel.charts.LegendPosition
use XDDF LayoutPosition instead
|
org.apache.poi.ss.usermodel.charts.TitleType |