Uses of Interface
bad.robot.excel.Style

Packages that use Style
bad.robot.excel   
 

Uses of Style in bad.robot.excel
 

Classes in bad.robot.excel that implement Style
 class DefaultStyle
           
 class NoStyle
           
 

Methods in bad.robot.excel that return Style
 Style Cell.getStyle()
           
 

Methods in bad.robot.excel with parameters of type Style
static StyledRowBuilder StyledRowBuilder.aRowWithDefaultStyle(Style defaultStyle)
           
 StyledRowBuilder StyledRowBuilder.withBlank(CellIndex index, Style style)
           
 StyledRowBuilder StyledRowBuilder.withDate(CellIndex index, Date date, Style style)
           
 RowBuilder RowBuilder.withDate(CellIndex index, Date date, Style style)
           
 NullSkippingRowBuilder NullSkippingRowBuilder.withDate(CellIndex index, Date date, Style style)
           
 StyledRowBuilder StyledRowBuilder.withDouble(CellIndex index, Double value, Style style)
           
 RowBuilder RowBuilder.withDouble(CellIndex index, Double value, Style style)
           
 NullSkippingRowBuilder NullSkippingRowBuilder.withDouble(CellIndex index, Double value, Style style)
           
 StyledRowBuilder StyledRowBuilder.withFormula(CellIndex index, String formula, Style style)
           
 StyledRowBuilder StyledRowBuilder.withInteger(CellIndex index, Integer value, Style style)
           
 StyledRowBuilder StyledRowBuilder.withString(CellIndex index, String text, Style style)
           
 

Constructors in bad.robot.excel with parameters of type Style
BlankCell(Style style)
           
Cell(Style style)
           
DateCell(Date date, Style style)
           
DoubleCell(Double value, Style style)
           
FormulaCell(String text, Style style)
           
NullSkippingRowBuilder(int initialCapacity, Style defaultStyle)
           
StringCell(String text, Style style)
           
 



Copyright © 2012. All Rights Reserved.