StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.util
Class CellProtection

java.lang.Object
  |
  +--com.sun.star.util.CellProtection

public synchronized class CellProtection
extends java.lang.Object


Field Summary
 boolean IsFormulaHidden
           
 boolean IsHidden
           
 boolean IsLocked
           
 boolean IsPrintHidden
           
static java.lang.Object UNORUNTIMEDATA
           
 
Constructor Summary
CellProtection()
           
CellProtection(boolean b1, boolean b2, boolean b3, boolean b4)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IsFormulaHidden

public boolean IsFormulaHidden

IsHidden

public boolean IsHidden

IsLocked

public boolean IsLocked

IsPrintHidden

public boolean IsPrintHidden

UNORUNTIMEDATA

public static java.lang.Object UNORUNTIMEDATA
Constructor Detail

CellProtection

public CellProtection()

CellProtection

public CellProtection(boolean b1,
                      boolean b2,
                      boolean b3,
                      boolean b4)

StarOffice 5.2 API
reverse engineered by classdoc