bad.robot.excel.style
Class ClonedStyleFactory

java.lang.Object
  extended by bad.robot.excel.style.ClonedStyleFactory
All Implemented Interfaces:
CellStyleFactory

public class ClonedStyleFactory
extends Object
implements CellStyleFactory


Method Summary
 org.apache.poi.ss.usermodel.CellStyle create(org.apache.poi.ss.usermodel.Workbook workbook)
           
static ClonedStyleFactory newStyleBasedOn(org.apache.poi.ss.usermodel.Cell source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newStyleBasedOn

public static ClonedStyleFactory newStyleBasedOn(org.apache.poi.ss.usermodel.Cell source)

create

public org.apache.poi.ss.usermodel.CellStyle create(org.apache.poi.ss.usermodel.Workbook workbook)
Specified by:
create in interface CellStyleFactory


Copyright © 2013. All Rights Reserved.