Uses of Class
net.sf.dynamicreports.report.constant.LineSpacing

Packages that use LineSpacing
net.sf.dynamicreports.design.base.style   
net.sf.dynamicreports.design.definition.style   
net.sf.dynamicreports.jasper.transformation   
net.sf.dynamicreports.report.base.style   
net.sf.dynamicreports.report.builder.style   
net.sf.dynamicreports.report.constant   
net.sf.dynamicreports.report.definition.style   
 

Uses of LineSpacing in net.sf.dynamicreports.design.base.style
 

Methods in net.sf.dynamicreports.design.base.style that return LineSpacing
 LineSpacing DRDesignParagraph.getLineSpacing()
           
 

Methods in net.sf.dynamicreports.design.base.style with parameters of type LineSpacing
 void DRDesignParagraph.setLineSpacing(LineSpacing lineSpacing)
           
 

Uses of LineSpacing in net.sf.dynamicreports.design.definition.style
 

Methods in net.sf.dynamicreports.design.definition.style that return LineSpacing
 LineSpacing DRIDesignParagraph.getLineSpacing()
           
 

Uses of LineSpacing in net.sf.dynamicreports.jasper.transformation
 

Methods in net.sf.dynamicreports.jasper.transformation with parameters of type LineSpacing
static net.sf.jasperreports.engine.type.LineSpacingEnum ConstantTransform.lineSpacing(LineSpacing lineSpacing)
           
 

Uses of LineSpacing in net.sf.dynamicreports.report.base.style
 

Methods in net.sf.dynamicreports.report.base.style that return LineSpacing
 LineSpacing DRParagraph.getLineSpacing()
           
 

Methods in net.sf.dynamicreports.report.base.style with parameters of type LineSpacing
 void DRParagraph.setLineSpacing(LineSpacing lineSpacing)
           
 

Uses of LineSpacing in net.sf.dynamicreports.report.builder.style
 

Methods in net.sf.dynamicreports.report.builder.style with parameters of type LineSpacing
 T BaseStyleBuilder.setLineSpacing(LineSpacing lineSpacing)
           
 

Uses of LineSpacing in net.sf.dynamicreports.report.constant
 

Methods in net.sf.dynamicreports.report.constant that return LineSpacing
static LineSpacing LineSpacing.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LineSpacing[] LineSpacing.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of LineSpacing in net.sf.dynamicreports.report.definition.style
 

Methods in net.sf.dynamicreports.report.definition.style that return LineSpacing
 LineSpacing DRIParagraph.getLineSpacing()
           
 



Copyright © 2010-2014. All Rights Reserved.