com.moyosoft.connector.ms.excel
Class Protection

java.lang.Object
  |
  +--com.moyosoft.connector.ms.excel.Protection

public class Protection
extends java.lang.Object


Constructor Summary
Protection(Dispatch dispatch)
           
 
Method Summary
 AllowEditRanges getAllowEditRanges()
           
 Dispatch getDispatch()
           
 boolean isAllowDeletingColumns()
           
 boolean isAllowDeletingRows()
           
 boolean isAllowFiltering()
           
 boolean isAllowFormattingCells()
           
 boolean isAllowFormattingColumns()
           
 boolean isAllowFormattingRows()
           
 boolean isAllowInsertingColumns()
           
 boolean isAllowInsertingHyperlinks()
           
 boolean isAllowInsertingRows()
           
 boolean isAllowSorting()
           
 boolean isAllowUsingPivotTables()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Protection

public Protection(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

isAllowFormattingCells

public boolean isAllowFormattingCells()

isAllowFormattingColumns

public boolean isAllowFormattingColumns()

isAllowFormattingRows

public boolean isAllowFormattingRows()

isAllowInsertingColumns

public boolean isAllowInsertingColumns()

isAllowInsertingRows

public boolean isAllowInsertingRows()

isAllowInsertingHyperlinks

public boolean isAllowInsertingHyperlinks()

isAllowDeletingColumns

public boolean isAllowDeletingColumns()

isAllowDeletingRows

public boolean isAllowDeletingRows()

isAllowSorting

public boolean isAllowSorting()

isAllowFiltering

public boolean isAllowFiltering()

isAllowUsingPivotTables

public boolean isAllowUsingPivotTables()

getAllowEditRanges

public AllowEditRanges getAllowEditRanges()