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

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

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

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface Pane extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Application" *

*/ @DISPID(148) @PropGet net.rgielen.com4j.office2010.excel._Application application(); /** *

* Getter method for the COM property "Creator" *

*/ @DISPID(149) @PropGet net.rgielen.com4j.office2010.excel.XlCreator creator(); /** *

* Getter method for the COM property "Parent" *

*/ @DISPID(150) @PropGet com4j.Com4jObject parent(); /** */ @DISPID(304) boolean activate(); /** *

* Getter method for the COM property "Index" *

*/ @DISPID(486) @PropGet int index(); /** * @param down Optional parameter. Default value is com4j.Variant.getMissing() * @param up Optional parameter. Default value is com4j.Variant.getMissing() * @param toRight Optional parameter. Default value is com4j.Variant.getMissing() * @param toLeft Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(547) java.lang.Object largeScroll( @Optional java.lang.Object down, @Optional java.lang.Object up, @Optional java.lang.Object toRight, @Optional java.lang.Object toLeft); /** *

* Getter method for the COM property "ScrollColumn" *

*/ @DISPID(654) @PropGet int scrollColumn(); /** *

* Setter method for the COM property "ScrollColumn" *

* @param rhs Mandatory int parameter. */ @DISPID(654) @PropPut void scrollColumn( int rhs); /** *

* Getter method for the COM property "ScrollRow" *

*/ @DISPID(655) @PropGet int scrollRow(); /** *

* Setter method for the COM property "ScrollRow" *

* @param rhs Mandatory int parameter. */ @DISPID(655) @PropPut void scrollRow( int rhs); /** * @param down Optional parameter. Default value is com4j.Variant.getMissing() * @param up Optional parameter. Default value is com4j.Variant.getMissing() * @param toRight Optional parameter. Default value is com4j.Variant.getMissing() * @param toLeft Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(548) java.lang.Object smallScroll( @Optional java.lang.Object down, @Optional java.lang.Object up, @Optional java.lang.Object toRight, @Optional java.lang.Object toLeft); /** *

* Getter method for the COM property "VisibleRange" *

*/ @DISPID(1118) @PropGet net.rgielen.com4j.office2010.excel.Range visibleRange(); /** * @param left Mandatory int parameter. * @param top Mandatory int parameter. * @param width Mandatory int parameter. * @param height Mandatory int parameter. * @param start Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(1781) void scrollIntoView( int left, int top, int width, int height, @Optional java.lang.Object start); /** * @param points Mandatory int parameter. */ @DISPID(1776) int pointsToScreenPixelsX( int points); /** * @param points Mandatory int parameter. */ @DISPID(1777) int pointsToScreenPixelsY( int points); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy