|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.jxl.Cell
class Cell extends Object
| 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 |
|---|
Class clazz
jxl.write.WritableFont font
jxl.write.WritableCellFormat format
def jxlCell
| Constructor Detail |
|---|
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 Detail |
|---|
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)
Groovy Documentation