Uses of Class
org.apache.poi.util.SuppressForbidden
-
Packages that use SuppressForbidden 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 modelorg.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. -
-
Uses of SuppressForbidden in org.apache.poi.hssf.record.crypto
Methods in org.apache.poi.hssf.record.crypto with annotations of type SuppressForbidden Modifier and Type Method Description int
Biff8DecryptingStream. available()
-
Uses of SuppressForbidden in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel with annotations of type SuppressForbidden Modifier and Type Method Description FontMetrics
EscherGraphics. getFontMetrics(Font f)
-
Uses of SuppressForbidden in org.apache.poi.poifs.nio
Classes in org.apache.poi.poifs.nio with annotations of type SuppressForbidden Modifier and Type Class 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. -
Uses of SuppressForbidden in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw with annotations of type SuppressForbidden Modifier and Type Method Description FontMetrics
SLGraphics. getFontMetrics(Font f)
Gets the font metrics for the specified font. -
Uses of SuppressForbidden in org.apache.poi.util
Methods in org.apache.poi.util with annotations of type SuppressForbidden Modifier and Type Method Description int
LittleEndianInputStream. available()
static Locale
LocaleUtil. getUserLocale()
static TimeZone
LocaleUtil. getUserTimeZone()
static void
FontMetricsDumper. main(String[] args)
-