Package | Description |
---|---|
org.apache.poi.hssf.record.crypto | |
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
org.apache.poi.poifs.nio | |
org.apache.poi.sl.draw | |
org.apache.poi.util |
Top-level util package are classes that are useful throughout the project.
|
Modifier and Type | Method and Description |
---|---|
int |
Biff8DecryptingStream.available() |
Modifier and Type | Method and Description |
---|---|
java.awt.FontMetrics |
EscherGraphics.getFontMetrics(java.awt.Font f) |
Modifier and Type | Class and Description |
---|---|
class |
CleanerUtil
This is taken from Hadoop at https://issues.apache.org/jira/browse/HADOOP-12760 and
https://github.com/apache/hadoop/blob/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/CleanerUtil.java
Unfortunately this is not available in some general utility library yet, but hopefully will be at some point.
|
Modifier and Type | Method and Description |
---|---|
java.awt.FontMetrics |
SLGraphics.getFontMetrics(java.awt.Font f)
Gets the font metrics for the specified font.
|
Modifier and Type | Method and Description |
---|---|
int |
LittleEndianInputStream.available() |
static java.util.Locale |
LocaleUtil.getUserLocale() |
static java.util.TimeZone |
LocaleUtil.getUserTimeZone() |
static void |
FontMetricsDumper.main(java.lang.String[] args) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.