Groovy Documentation

griffon.plugins.jxl
[Groovy] Class Cell

java.lang.Object
  griffon.plugins.jxl.Cell

class Cell
extends Object

Authors:
Shaun Jurgemeyer


Property Summary
Class clazz

jxl.write.WritableFont font

jxl.write.WritableCellFormat format

def jxlCell

 
Constructor Summary
Cell(int columnIndex, int rowIndex, Number value, Map props = [:])

Cell(int columnIndex, int rowIndex, Boolean value, Map props = [:])

Cell(int columnIndex, int rowIndex, Date value, Map props = [:])

Cell(int columnIndex, int rowIndex, Object value, Map props = [:])

Cell(int columnIndex, int rowIndex, String value, Map props = [:])

Cell(jxl.write.biff.CellValue existingCell, Map props = [:])

Cell(jxl.biff.EmptyCell existingCell, Map props = [:])

 
Method Summary
Cell bold()

private def borderMethod(String borderName)

Cell center()

Cell centre()

private def createJxlCell(jxl.write.biff.CellValue cell)

Cell fill()

Cell italic()

Cell justify()

Cell left()

def methodMissing(String name, def args)

def propertyMissing(String name)

def propertyMissing(String name, def value)

Cell right()

private void setProperties(Map props)

private def toStaticField(String s)

Cell wrap()

void write(jxl.Sheet sheet)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

clazz

Class clazz


font

jxl.write.WritableFont font


format

jxl.write.WritableCellFormat format


jxlCell

def jxlCell


 
Constructor Detail

Cell

Cell(int columnIndex, int rowIndex, Number value, Map props = [:])


Cell

Cell(int columnIndex, int rowIndex, Boolean value, Map props = [:])


Cell

Cell(int columnIndex, int rowIndex, Date value, Map props = [:])


Cell

Cell(int columnIndex, int rowIndex, Object value, Map props = [:])


Cell

Cell(int columnIndex, int rowIndex, String value, Map props = [:])


Cell

Cell(jxl.write.biff.CellValue existingCell, Map props = [:])


Cell

Cell(jxl.biff.EmptyCell existingCell, Map props = [:])


 
Method Detail

bold

Cell bold()


borderMethod

private def borderMethod(String borderName)


center

Cell center()


centre

Cell centre()


createJxlCell

private def createJxlCell(jxl.write.biff.CellValue cell)


fill

Cell fill()


italic

Cell italic()


justify

Cell justify()


left

Cell left()


methodMissing

def methodMissing(String name, def args)


propertyMissing

def propertyMissing(String name)


propertyMissing

def propertyMissing(String name, def value)


right

Cell right()


setProperties

private void setProperties(Map props)


toStaticField

private def toStaticField(String s)


wrap

Cell wrap()


write

void write(jxl.Sheet sheet)


 

Groovy Documentation