net.rgielen.com4j.office2010.excel.IUserAccess Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{0002446D-0001-0000-C000-000000000046}")
public interface IUserAccess extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Name"
*
* @return Returns a value of type java.lang.String
*/
@VTID(7)
java.lang.String name();
/**
*
* Getter method for the COM property "AllowEdit"
*
* @return Returns a value of type boolean
*/
@VTID(8)
boolean allowEdit();
/**
*
* Setter method for the COM property "AllowEdit"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(9)
void allowEdit(
boolean rhs);
/**
*/
@VTID(10)
void delete();
// Properties:
}