Uses of Class
org.apache.poi.util.SuppressForbidden

Packages that use SuppressForbidden
org.apache.poi.hpsf
 
org.apache.poi.hslf.model   
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
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.hpsf
 

Methods in org.apache.poi.hpsf with annotations of type SuppressForbidden
static java.lang.String Util.toString(java.lang.Throwable t)
          Returns a textual representation of a Throwable, including a stacktrace.
 

Uses of SuppressForbidden in org.apache.poi.hslf.model
 

Methods in org.apache.poi.hslf.model with annotations of type SuppressForbidden
 java.awt.FontMetrics PPGraphics2D.getFontMetrics(java.awt.Font f)
          Gets the font metrics for the specified font.
 

Uses of SuppressForbidden in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel with annotations of type SuppressForbidden
 java.awt.FontMetrics EscherGraphics.getFontMetrics(java.awt.Font f)
           
 

Uses of SuppressForbidden in org.apache.poi.sl.draw
 

Methods in org.apache.poi.sl.draw with annotations of type SuppressForbidden
 java.awt.FontMetrics SLGraphics.getFontMetrics(java.awt.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
 void SystemOutLogger.log(int level, java.lang.Object obj1, java.lang.Throwable exception)
          Log a message
static void FontMetricsDumper.main(java.lang.String[] args)
           
 



Copyright 2016 The Apache Software Foundation or its licensors, as applicable.