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

net.rgielen.com4j.office2010.vba.Window Maven / Gradle / Ivy

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

import com4j.*;

@IID("{0002E16B-0000-0000-C000-000000000046}")
public interface Window extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "VBE" *

* @return Returns a value of type net.rgielen.com4j.office2010.vba.VBE */ @DISPID(1) //= 0x1. The runtime will prefer the VTID if present @VTID(7) net.rgielen.com4j.office2010.vba.VBE vbe(); /** *

* Getter method for the COM property "Collection" *

* @return Returns a value of type net.rgielen.com4j.office2010.vba._Windows */ @DISPID(2) //= 0x2. The runtime will prefer the VTID if present @VTID(8) net.rgielen.com4j.office2010.vba._Windows collection(); /** */ @DISPID(99) //= 0x63. The runtime will prefer the VTID if present @VTID(9) void close(); /** *

* Getter method for the COM property "Caption" *

* @return Returns a value of type java.lang.String */ @DISPID(100) //= 0x64. The runtime will prefer the VTID if present @VTID(10) java.lang.String caption(); /** *

* Getter method for the COM property "Visible" *

* @return Returns a value of type boolean */ @DISPID(106) //= 0x6a. The runtime will prefer the VTID if present @VTID(11) boolean visible(); /** *

* Setter method for the COM property "Visible" *

* @param pfVisible Mandatory boolean parameter. */ @DISPID(106) //= 0x6a. The runtime will prefer the VTID if present @VTID(12) void visible( boolean pfVisible); /** *

* Getter method for the COM property "Left" *

* @return Returns a value of type int */ @DISPID(101) //= 0x65. The runtime will prefer the VTID if present @VTID(13) int left(); /** *

* Setter method for the COM property "Left" *

* @param plLeft Mandatory int parameter. */ @DISPID(101) //= 0x65. The runtime will prefer the VTID if present @VTID(14) void left( int plLeft); /** *

* Getter method for the COM property "Top" *

* @return Returns a value of type int */ @DISPID(103) //= 0x67. The runtime will prefer the VTID if present @VTID(15) int top(); /** *

* Setter method for the COM property "Top" *

* @param plTop Mandatory int parameter. */ @DISPID(103) //= 0x67. The runtime will prefer the VTID if present @VTID(16) void top( int plTop); /** *

* Getter method for the COM property "Width" *

* @return Returns a value of type int */ @DISPID(105) //= 0x69. The runtime will prefer the VTID if present @VTID(17) int width(); /** *

* Setter method for the COM property "Width" *

* @param plWidth Mandatory int parameter. */ @DISPID(105) //= 0x69. The runtime will prefer the VTID if present @VTID(18) void width( int plWidth); /** *

* Getter method for the COM property "Height" *

* @return Returns a value of type int */ @DISPID(107) //= 0x6b. The runtime will prefer the VTID if present @VTID(19) int height(); /** *

* Setter method for the COM property "Height" *

* @param plHeight Mandatory int parameter. */ @DISPID(107) //= 0x6b. The runtime will prefer the VTID if present @VTID(20) void height( int plHeight); /** *

* Getter method for the COM property "WindowState" *

* @return Returns a value of type net.rgielen.com4j.office2010.vba.vbext_WindowState */ @DISPID(109) //= 0x6d. The runtime will prefer the VTID if present @VTID(21) net.rgielen.com4j.office2010.vba.vbext_WindowState windowState(); /** *

* Setter method for the COM property "WindowState" *

* @param plWindowState Mandatory net.rgielen.com4j.office2010.vba.vbext_WindowState parameter. */ @DISPID(109) //= 0x6d. The runtime will prefer the VTID if present @VTID(22) void windowState( net.rgielen.com4j.office2010.vba.vbext_WindowState plWindowState); /** */ @DISPID(111) //= 0x6f. The runtime will prefer the VTID if present @VTID(23) void setFocus(); /** *

* Getter method for the COM property "Type" *

* @return Returns a value of type net.rgielen.com4j.office2010.vba.vbext_WindowType */ @DISPID(112) //= 0x70. The runtime will prefer the VTID if present @VTID(24) net.rgielen.com4j.office2010.vba.vbext_WindowType type(); /** * @param eKind Mandatory net.rgielen.com4j.office2010.vba.vbext_WindowType parameter. */ @DISPID(113) //= 0x71. The runtime will prefer the VTID if present @VTID(25) void setKind( net.rgielen.com4j.office2010.vba.vbext_WindowType eKind); /** *

* Getter method for the COM property "LinkedWindows" *

* @return Returns a value of type net.rgielen.com4j.office2010.vba._LinkedWindows */ @DISPID(116) //= 0x74. The runtime will prefer the VTID if present @VTID(26) net.rgielen.com4j.office2010.vba._LinkedWindows linkedWindows(); /** *

* Getter method for the COM property "LinkedWindowFrame" *

* @return Returns a value of type net.rgielen.com4j.office2010.vba.Window */ @DISPID(117) //= 0x75. The runtime will prefer the VTID if present @VTID(27) net.rgielen.com4j.office2010.vba.Window linkedWindowFrame(); /** */ @DISPID(118) //= 0x76. The runtime will prefer the VTID if present @VTID(28) void detach(); /** * @param lWindowHandle Mandatory int parameter. */ @DISPID(119) //= 0x77. The runtime will prefer the VTID if present @VTID(29) void attach( int lWindowHandle); /** *

* Getter method for the COM property "HWnd" *

* @return Returns a value of type int */ @DISPID(120) //= 0x78. The runtime will prefer the VTID if present @VTID(30) int hWnd(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy