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

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

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

import com4j.*;

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

* Getter method for the COM property "_Default" *

* @return Returns a value of type java.lang.String */ @VTID(7) @DefaultMethod java.lang.String _Default(); /** *

* Getter method for the COM property "Caption" *

* @return Returns a value of type java.lang.String */ @VTID(8) java.lang.String caption(); /** *

* Setter method for the COM property "Caption" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(9) void caption( java.lang.String rhs); /** *

* Getter method for the COM property "EnableResize" *

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

* Setter method for the COM property "EnableResize" *

* @param rhs Mandatory boolean parameter. */ @VTID(11) void enableResize( boolean rhs); /** *

* Getter method for the COM property "Height" *

* @return Returns a value of type double */ @VTID(12) double height(); /** *

* Setter method for the COM property "Height" *

* @param rhs Mandatory double parameter. */ @VTID(13) void height( double rhs); /** *

* Getter method for the COM property "Left" *

* @return Returns a value of type double */ @VTID(14) double left(); /** *

* Setter method for the COM property "Left" *

* @param rhs Mandatory double parameter. */ @VTID(15) void left( double rhs); /** *

* Getter method for the COM property "Top" *

* @return Returns a value of type double */ @VTID(16) double top(); /** *

* Setter method for the COM property "Top" *

* @param rhs Mandatory double parameter. */ @VTID(17) void top( double rhs); /** *

* Getter method for the COM property "Width" *

* @return Returns a value of type double */ @VTID(18) double width(); /** *

* Setter method for the COM property "Width" *

* @param rhs Mandatory double parameter. */ @VTID(19) void width( double rhs); /** *

* Getter method for the COM property "Visible" *

* @return Returns a value of type boolean */ @VTID(20) boolean visible(); /** *

* Setter method for the COM property "Visible" *

* @param rhs Mandatory boolean parameter. */ @VTID(21) void visible( boolean rhs); /** *

* Getter method for the COM property "SourceName" *

* @return Returns a value of type java.lang.String */ @VTID(22) java.lang.String sourceName(); /** *

* Getter method for the COM property "SourcePath" *

* @return Returns a value of type java.lang.String */ @VTID(23) java.lang.String sourcePath(); /** *

* Getter method for the COM property "WindowState" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlProtectedViewWindowState */ @VTID(24) net.rgielen.com4j.office2010.excel.XlProtectedViewWindowState windowState(); /** *

* Setter method for the COM property "WindowState" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlProtectedViewWindowState parameter. */ @VTID(25) void windowState( net.rgielen.com4j.office2010.excel.XlProtectedViewWindowState rhs); /** *

* Getter method for the COM property "Workbook" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel._Workbook */ @VTID(26) net.rgielen.com4j.office2010.excel._Workbook workbook(); /** */ @VTID(27) void activate(); /** * @return Returns a value of type boolean */ @VTID(28) boolean close(); /** * @param writeResPassword Optional parameter. Default value is com4j.Variant.getMissing() * @param updateLinks Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type net.rgielen.com4j.office2010.excel._Workbook */ @VTID(29) net.rgielen.com4j.office2010.excel._Workbook edit( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object writeResPassword, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object updateLinks); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy