public final class EnhancedProtection
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
isAutoFilter()
get whether cells can be filtered.
|
boolean |
isDeleteColumns()
get whether columns can be deleted.
|
boolean |
isDeleteRows()
get whether rows can be deleted.
|
boolean |
isFormatCells()
get whether cells can be formatted.
|
boolean |
isFormatColumns()
get whether columns can be formatted.
|
boolean |
isFormatRows()
get whether rows can be formatted.
|
boolean |
isInsertColumns()
get whether columns can be inserted.
|
boolean |
isInsertHyperlinks()
get whether hyperlinks can be inserted.
|
boolean |
isInsertRows()
get whether rows can be inserted.
|
boolean |
isObjects()
get whether linked objects or embedded objects can be edited.
|
boolean |
isPivotTables()
get whether PivotTable reports ccan be created or modified.
|
boolean |
isScenarios()
get whether scenarios can be edited.
|
boolean |
isSelectLockedCells()
get whether locked cells can be selected.
|
boolean |
isSelectUnlockedCells()
get whether unlocked cells can be selected.
|
boolean |
isSort()
get whether cells can be sorted.
|
void |
serialize(LittleEndianOutput out) |
void |
setAutoFilter(boolean flag)
set whether cells can be filtered.
|
void |
setDeleteColumns(boolean flag)
set whether columns can be deleted.
|
void |
setDeleteRows(boolean flag)
set whether rows can be deleted.
|
void |
setFormatCells(boolean flag)
set whether cells can be formatted.
|
void |
setFormatColumns(boolean flag)
set whether columns can be formatted.
|
void |
setFormatRows(boolean flag)
set whether rows can be formatted.
|
void |
setInsertColumns(boolean flag)
set whether columns can be inserted.
|
void |
setInsertHyperlinks(boolean flag)
set whether hyperlinks can be inserted.
|
void |
setInsertRows(boolean flag)
set whether rows can be inserted.
|
void |
setObjects(boolean flag)
set whether linked objects or embedded objects can be edited.
|
void |
setPivotTables(boolean flag)
set whether PivotTable reports ccan be created or modified.
|
void |
setScenarios(boolean flag)
set whether scenarios can be edited.
|
void |
setSelectLockedCells(boolean flag)
set whether locked cells can be selected.
|
void |
setSelectUnlockedCells(boolean flag)
set whether unlocked cells can be selected.
|
void |
setSort(boolean flag)
set whether cells can be sorted.
|
java.lang.String |
toString() |
public boolean isObjects()
public boolean isScenarios()
public boolean isFormatCells()
public boolean isFormatColumns()
public boolean isFormatRows()
public boolean isInsertColumns()
public boolean isInsertRows()
public boolean isInsertHyperlinks()
public boolean isDeleteColumns()
public boolean isDeleteRows()
public boolean isSelectLockedCells()
public boolean isSort()
public boolean isAutoFilter()
public boolean isPivotTables()
public boolean isSelectUnlockedCells()
public void setObjects(boolean flag)
public void setScenarios(boolean flag)
public void setFormatCells(boolean flag)
public void setFormatColumns(boolean flag)
public void setFormatRows(boolean flag)
public void setInsertColumns(boolean flag)
public void setInsertRows(boolean flag)
public void setInsertHyperlinks(boolean flag)
public void setDeleteColumns(boolean flag)
public void setDeleteRows(boolean flag)
public void setSelectLockedCells(boolean flag)
public void setSort(boolean flag)
public void setAutoFilter(boolean flag)
public void setPivotTables(boolean flag)
public void setSelectUnlockedCells(boolean flag)
public java.lang.String toString()
toString
in class java.lang.Object
public void serialize(LittleEndianOutput out)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.