All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rgielen.com4j.office2010.excel.IProtection Maven / Gradle / Ivy

The newest version!
package net.rgielen.com4j.office2010.excel  ;

import com4j.*;

@IID("{00024467-0001-0000-C000-000000000046}")
public interface IProtection extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "AllowFormattingCells" *

* @return Returns a value of type boolean */ @VTID(7) boolean allowFormattingCells(); /** *

* Getter method for the COM property "AllowFormattingColumns" *

* @return Returns a value of type boolean */ @VTID(8) boolean allowFormattingColumns(); /** *

* Getter method for the COM property "AllowFormattingRows" *

* @return Returns a value of type boolean */ @VTID(9) boolean allowFormattingRows(); /** *

* Getter method for the COM property "AllowInsertingColumns" *

* @return Returns a value of type boolean */ @VTID(10) boolean allowInsertingColumns(); /** *

* Getter method for the COM property "AllowInsertingRows" *

* @return Returns a value of type boolean */ @VTID(11) boolean allowInsertingRows(); /** *

* Getter method for the COM property "AllowInsertingHyperlinks" *

* @return Returns a value of type boolean */ @VTID(12) boolean allowInsertingHyperlinks(); /** *

* Getter method for the COM property "AllowDeletingColumns" *

* @return Returns a value of type boolean */ @VTID(13) boolean allowDeletingColumns(); /** *

* Getter method for the COM property "AllowDeletingRows" *

* @return Returns a value of type boolean */ @VTID(14) boolean allowDeletingRows(); /** *

* Getter method for the COM property "AllowSorting" *

* @return Returns a value of type boolean */ @VTID(15) boolean allowSorting(); /** *

* Getter method for the COM property "AllowFiltering" *

* @return Returns a value of type boolean */ @VTID(16) boolean allowFiltering(); /** *

* Getter method for the COM property "AllowUsingPivotTables" *

* @return Returns a value of type boolean */ @VTID(17) boolean allowUsingPivotTables(); /** *

* Getter method for the COM property "AllowEditRanges" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.AllowEditRanges */ @VTID(18) net.rgielen.com4j.office2010.excel.AllowEditRanges allowEditRanges(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy