|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The Protection Format interface.
| Inner Class Summary | |
static class |
ProtectionFormat.EProperty
Protection Format property enumeration |
| Field Summary | |
static ProtectionFormat.EProperty |
eHidden
Hidden property |
static ProtectionFormat.EProperty |
eLocked
Locked property |
static ProtectionFormat.EProperty |
eLockText
Lock text property |
| Method Summary | |
boolean |
isHidden()
Returns whether formulas are hidden. |
boolean |
isLocked()
Returns whether the active cell is locked. |
boolean |
isLockText()
Returns whether the selected object's text is locked. |
void |
setHidden(boolean hidden)
Sets the display status of an element. |
void |
setLocked(boolean locked)
Sets the locked cell flag. |
void |
setLockText(boolean lockText)
Sets whether or not the selected object's text is locked. |
| Methods inherited from interface com.f1j.util.FormatBase |
isUndefined,
isUndefined,
isUsed,
setUndefined,
undefineAll,
useAll |
| Field Detail |
public static final ProtectionFormat.EProperty eHidden
public static final ProtectionFormat.EProperty eLocked
public static final ProtectionFormat.EProperty eLockText
| Method Detail |
public boolean isHidden()
true = hidden. false = not hidden.setHidden(boolean)public boolean isLocked()
true = locked. false = not locked.setLocked(boolean)public boolean isLockText()
true = locked. false = not locked.setLockText(boolean)
public void setHidden(boolean hidden)
throws InvalidArgumentException,
F1Exception
hidden - boolean. true = hidden. false = visible.isHidden()public void setLocked(boolean locked)
locked - boolean. true = lock the cell. false =
unlock the cell.isLocked()
public void setLockText(boolean lockText)
throws InvalidArgumentException,
F1Exception
lockText - boolean. true = lock the text. false =
unlock the text.isLockText()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||