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

Packages that use VerticalCellComponentAlignment
net.sf.dynamicreports.design.base.component   
net.sf.dynamicreports.report.base.component   
net.sf.dynamicreports.report.base.grid   
net.sf.dynamicreports.report.constant   
net.sf.dynamicreports.report.defaults   
net.sf.dynamicreports.report.definition.component   
net.sf.dynamicreports.report.definition.grid   
 

Uses of VerticalCellComponentAlignment in net.sf.dynamicreports.design.base.component
 

Methods in net.sf.dynamicreports.design.base.component that return VerticalCellComponentAlignment
 VerticalCellComponentAlignment DRDesignListCell.getVerticalAlignment()
           
 

Methods in net.sf.dynamicreports.design.base.component with parameters of type VerticalCellComponentAlignment
 void DRDesignList.addComponent(HorizontalCellComponentAlignment horizontalAlignment, VerticalCellComponentAlignment verticalAlignment, DRDesignComponent component)
           
 void DRDesignList.addComponent(int index, HorizontalCellComponentAlignment horizontalAlignment, VerticalCellComponentAlignment verticalAlignment, DRDesignComponent component)
           
 void DRDesignListCell.setVerticalAlignment(VerticalCellComponentAlignment verticalAlignment)
           
 

Constructors in net.sf.dynamicreports.design.base.component with parameters of type VerticalCellComponentAlignment
DRDesignListCell(HorizontalCellComponentAlignment horizontalAlignment, VerticalCellComponentAlignment verticalAlignment, DRDesignComponent component)
           
 

Uses of VerticalCellComponentAlignment in net.sf.dynamicreports.report.base.component
 

Methods in net.sf.dynamicreports.report.base.component that return VerticalCellComponentAlignment
 VerticalCellComponentAlignment DRListCell.getVerticalAlignment()
           
 

Methods in net.sf.dynamicreports.report.base.component with parameters of type VerticalCellComponentAlignment
 void DRList.addComponent(HorizontalCellComponentAlignment horizontalAlignment, VerticalCellComponentAlignment verticalAlignment, DRComponent component)
           
 void DRListCell.setVerticalAlignment(VerticalCellComponentAlignment verticalAlignment)
           
 

Constructors in net.sf.dynamicreports.report.base.component with parameters of type VerticalCellComponentAlignment
DRListCell(HorizontalCellComponentAlignment horizontalAlignment, VerticalCellComponentAlignment verticalAlignment, DRComponent component)
           
 

Uses of VerticalCellComponentAlignment in net.sf.dynamicreports.report.base.grid
 

Methods in net.sf.dynamicreports.report.base.grid that return VerticalCellComponentAlignment
 VerticalCellComponentAlignment DRColumnGridListCell.getVerticalAlignment()
           
 

Methods in net.sf.dynamicreports.report.base.grid with parameters of type VerticalCellComponentAlignment
 void DRColumnGridList.addComponent(HorizontalCellComponentAlignment horizontalAlignment, VerticalCellComponentAlignment verticalAlignment, DRIColumnGridComponent component)
           
 void DRColumnGridListCell.setVerticalAlignment(VerticalCellComponentAlignment verticalAlignment)
           
 

Constructors in net.sf.dynamicreports.report.base.grid with parameters of type VerticalCellComponentAlignment
DRColumnGridListCell(HorizontalCellComponentAlignment horizontalAlignment, VerticalCellComponentAlignment verticalAlignment, DRIColumnGridComponent component)
           
 

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

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

Uses of VerticalCellComponentAlignment in net.sf.dynamicreports.report.defaults
 

Methods in net.sf.dynamicreports.report.defaults that return VerticalCellComponentAlignment
 VerticalCellComponentAlignment Default.getVerticalCellComponentAlignment()
           
 

Uses of VerticalCellComponentAlignment in net.sf.dynamicreports.report.definition.component
 

Methods in net.sf.dynamicreports.report.definition.component that return VerticalCellComponentAlignment
 VerticalCellComponentAlignment DRIListCell.getVerticalAlignment()
           
 

Uses of VerticalCellComponentAlignment in net.sf.dynamicreports.report.definition.grid
 

Methods in net.sf.dynamicreports.report.definition.grid that return VerticalCellComponentAlignment
 VerticalCellComponentAlignment DRIColumnGridListCell.getVerticalAlignment()
           
 



Copyright © 2010-2014. All Rights Reserved.