Uses of Class
org.apache.poi.ss.usermodel.charts.LayoutTarget
-
Packages that use LayoutTarget Package Description 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 Modifier and Type Method Description LayoutTargetManualLayout. getTarget()Deprecated.Returns current layout target.static LayoutTargetLayoutTarget. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static LayoutTarget[]LayoutTarget. values()Deprecated.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 Modifier and Type Method Description voidManualLayout. setTarget(LayoutTarget target)Deprecated.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 Modifier and Type Method Description LayoutTargetXSSFManualLayout. getTarget()Deprecated.Methods in org.apache.poi.xssf.usermodel.charts with parameters of type LayoutTarget Modifier and Type Method Description voidXSSFManualLayout. setTarget(LayoutTarget target)Deprecated.
-