| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjxl.CellView
This is a bean which client applications may use to get/set various properties for a row or column on a spreadsheet
| Constructor Summary | |
CellView()
Default constructor  | 
|
| Method Summary | |
 boolean | 
depUsed()
Accessor for the depUsed attribute  | 
 CellFormat | 
getFormat()
Accessor for the cell format for this group.  | 
 int | 
getSize()
Gets the width of the column in characters multiplied by 256, or the height of the row in 1/20ths of a point  | 
 boolean | 
isHidden()
Accessor for the hidden nature of this row/column  | 
 void | 
setFormat(CellFormat cf)
Sets the cell format for this group of cells  | 
 void | 
setHidden(boolean h)
Sets the hidden status of this row/column  | 
 void | 
setSize(int d)
Sets the dimension for this view  | 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public CellView()
| Method Detail | 
public boolean depUsed()
public CellFormat getFormat()
public int getSize()
public boolean isHidden()
public void setFormat(CellFormat cf)
cf - the format for every cell in the column/rowpublic void setHidden(boolean h)
h - the hidden flagpublic void setSize(int d)
d - the width of the column in characters multiplied by 256, 
          or the height of the
          row in 1/20ths of a point
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||