bad.robot.excel
Class StyleBuilder

java.lang.Object
  extended by bad.robot.excel.StyleBuilder
All Implemented Interfaces:
Style

public class StyleBuilder
extends Object
implements Style


Method Summary
 void applyTo(org.apache.poi.ss.usermodel.Cell cell, org.apache.poi.ss.usermodel.Workbook workbook)
           
static StyleBuilder aStyle()
           
 StyleBuilder with(Alignment alignment)
           
 StyleBuilder with(Border border)
           
 StyleBuilder with(DataFormat format)
           
 StyleBuilder with(FontSize fontSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

aStyle

public static StyleBuilder aStyle()

with

public StyleBuilder with(DataFormat format)

with

public StyleBuilder with(Alignment alignment)

with

public StyleBuilder with(FontSize fontSize)

with

public StyleBuilder with(Border border)

applyTo

public void applyTo(org.apache.poi.ss.usermodel.Cell cell,
                    org.apache.poi.ss.usermodel.Workbook workbook)
Specified by:
applyTo in interface Style


Copyright © 2012. All Rights Reserved.