Package io.keikai.api.model.impl
Class SheetProtectionImpl
java.lang.Object
io.keikai.api.model.impl.SheetProtectionImpl
- All Implemented Interfaces:
SheetProtection,Serializable
- Since:
- 3.5.0
- Author:
- henri
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSheetProtectionImpl(ModelRef<SSheet> sheetRef, ModelRef<SSheetProtection> sspRef) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanget whether cells can be filtered.booleanget whether columns can be deleted.booleanget whether rows can be deleted.booleanget whether cells can be formatted.booleanget whether columns can be formatted.booleanget whether rows can be formatted.booleanget whether columns can be inserted.booleanget whether hyperlinks can be inserted.booleanget whether rows can be inserted.booleanget whether linked objects or embedded objects can be edited.booleanget whether PivotTable reports ccan be created or modified.booleanget whether scenarios can be edited.booleanget whether locked cells can be selected.booleanget whether unlocked cells can be selected.booleanget whether cells can be sorted.
-
Constructor Details
-
SheetProtectionImpl
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getNative
-
isObjectsEditable
public boolean isObjectsEditable()Description copied from interface:SheetProtectionget whether linked objects or embedded objects can be edited.- Specified by:
isObjectsEditablein interfaceSheetProtection- Returns:
- whether linked objects or embedded objects can be edited.
-
isScenariosEditable
public boolean isScenariosEditable()Description copied from interface:SheetProtectionget whether scenarios can be edited.- Specified by:
isScenariosEditablein interfaceSheetProtection
-
isFormatCellsAllowed
public boolean isFormatCellsAllowed()Description copied from interface:SheetProtectionget whether cells can be formatted.- Specified by:
isFormatCellsAllowedin interfaceSheetProtection
-
isFormatColumnsAllowed
public boolean isFormatColumnsAllowed()Description copied from interface:SheetProtectionget whether columns can be formatted.- Specified by:
isFormatColumnsAllowedin interfaceSheetProtection
-
isFormatRowsAllowed
public boolean isFormatRowsAllowed()Description copied from interface:SheetProtectionget whether rows can be formatted.- Specified by:
isFormatRowsAllowedin interfaceSheetProtection
-
isInsertColumnsAllowed
public boolean isInsertColumnsAllowed()Description copied from interface:SheetProtectionget whether columns can be inserted.- Specified by:
isInsertColumnsAllowedin interfaceSheetProtection
-
isInsertRowsAllowed
public boolean isInsertRowsAllowed()Description copied from interface:SheetProtectionget whether rows can be inserted.- Specified by:
isInsertRowsAllowedin interfaceSheetProtection
-
isInsertHyperlinksAllowed
public boolean isInsertHyperlinksAllowed()Description copied from interface:SheetProtectionget whether hyperlinks can be inserted.- Specified by:
isInsertHyperlinksAllowedin interfaceSheetProtection
-
isDeleteColumnsAllowed
public boolean isDeleteColumnsAllowed()Description copied from interface:SheetProtectionget whether columns can be deleted.- Specified by:
isDeleteColumnsAllowedin interfaceSheetProtection
-
isDeleteRowsAllowed
public boolean isDeleteRowsAllowed()Description copied from interface:SheetProtectionget whether rows can be deleted.- Specified by:
isDeleteRowsAllowedin interfaceSheetProtection
-
isSelectLockedCellsAllowed
public boolean isSelectLockedCellsAllowed()Description copied from interface:SheetProtectionget whether locked cells can be selected.- Specified by:
isSelectLockedCellsAllowedin interfaceSheetProtection
-
isSortAllowed
public boolean isSortAllowed()Description copied from interface:SheetProtectionget whether cells can be sorted.- Specified by:
isSortAllowedin interfaceSheetProtection
-
isAutoFilterAllowed
public boolean isAutoFilterAllowed()Description copied from interface:SheetProtectionget whether cells can be filtered.- Specified by:
isAutoFilterAllowedin interfaceSheetProtection
-
isPivotTablesAllowed
public boolean isPivotTablesAllowed()Description copied from interface:SheetProtectionget whether PivotTable reports ccan be created or modified.- Specified by:
isPivotTablesAllowedin interfaceSheetProtection
-
isSelectUnlockedCellsAllowed
public boolean isSelectUnlockedCellsAllowed()Description copied from interface:SheetProtectionget whether unlocked cells can be selected.- Specified by:
isSelectUnlockedCellsAllowedin interfaceSheetProtection
-