Uses of Class
org.apache.poi.ss.usermodel.charts.LayoutTarget

Packages that use LayoutTarget
org.apache.poi.ss.usermodel.charts   
org.apache.poi.xssf.usermodel.charts   
 

Uses of LayoutTarget in org.apache.poi.ss.usermodel.charts
 

Methods in org.apache.poi.ss.usermodel.charts that return LayoutTarget
 LayoutTarget ManualLayout.getTarget()
          Returns current layout target.
static LayoutTarget LayoutTarget.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LayoutTarget[] LayoutTarget.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.poi.ss.usermodel.charts with parameters of type LayoutTarget
 void ManualLayout.setTarget(LayoutTarget target)
          Sets the layout target.
 

Uses of LayoutTarget in org.apache.poi.xssf.usermodel.charts
 

Methods in org.apache.poi.xssf.usermodel.charts that return LayoutTarget
 LayoutTarget XSSFManualLayout.getTarget()
           
 

Methods in org.apache.poi.xssf.usermodel.charts with parameters of type LayoutTarget
 void XSSFManualLayout.setTarget(LayoutTarget target)
           
 



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