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

net.rgielen.com4j.office2010.office.Assistant Maven / Gradle / Ivy

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

import com4j.*;

@IID("{000C0322-0000-0000-C000-000000000046}")
public interface Assistant extends net.rgielen.com4j.office2010.office._IMsoDispObj {
  // Methods:
  /**
   * 

* Getter method for the COM property "Parent" *

* @return Returns a value of type com4j.Com4jObject */ @DISPID(1610809344) //= 0x60030000. The runtime will prefer the VTID if present @VTID(9) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); /** * @param xLeft Mandatory int parameter. * @param yTop Mandatory int parameter. */ @DISPID(1610809345) //= 0x60030001. The runtime will prefer the VTID if present @VTID(10) void move( int xLeft, int yTop); /** *

* Setter method for the COM property "Top" *

* @param pyTop Mandatory int parameter. */ @DISPID(1610809346) //= 0x60030002. The runtime will prefer the VTID if present @VTID(11) void top( int pyTop); /** *

* Getter method for the COM property "Top" *

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

* Setter method for the COM property "Left" *

* @param pxLeft Mandatory int parameter. */ @DISPID(1610809348) //= 0x60030004. The runtime will prefer the VTID if present @VTID(13) void left( int pxLeft); /** *

* Getter method for the COM property "Left" *

* @return Returns a value of type int */ @DISPID(1610809348) //= 0x60030004. The runtime will prefer the VTID if present @VTID(14) int left(); /** */ @DISPID(1610809350) //= 0x60030006. The runtime will prefer the VTID if present @VTID(15) void help(); /** * @param on Mandatory boolean parameter. * @param callback Mandatory java.lang.String parameter. * @param privateX Mandatory int parameter. * @param animation Optional parameter. Default value is com4j.Variant.getMissing() * @param customTeaser Optional parameter. Default value is com4j.Variant.getMissing() * @param top Optional parameter. Default value is com4j.Variant.getMissing() * @param left Optional parameter. Default value is com4j.Variant.getMissing() * @param bottom Optional parameter. Default value is com4j.Variant.getMissing() * @param right Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type int */ @DISPID(1610809351) //= 0x60030007. The runtime will prefer the VTID if present @VTID(16) int startWizard( boolean on, java.lang.String callback, int privateX, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object animation, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object customTeaser, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object top, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object left, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object bottom, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object right); /** * @param wizardID Mandatory int parameter. * @param varfSuccess Mandatory boolean parameter. * @param animation Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(1610809352) //= 0x60030008. The runtime will prefer the VTID if present @VTID(17) void endWizard( int wizardID, boolean varfSuccess, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object animation); /** * @param wizardID Mandatory int parameter. * @param act Mandatory net.rgielen.com4j.office2010.office.MsoWizardActType parameter. * @param animation Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(1610809353) //= 0x60030009. The runtime will prefer the VTID if present @VTID(18) void activateWizard( int wizardID, net.rgielen.com4j.office2010.office.MsoWizardActType act, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object animation); /** */ @DISPID(1610809354) //= 0x6003000a. The runtime will prefer the VTID if present @VTID(19) void resetTips(); /** *

* Getter method for the COM property "NewBalloon" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.Balloon */ @DISPID(1610809355) //= 0x6003000b. The runtime will prefer the VTID if present @VTID(20) net.rgielen.com4j.office2010.office.Balloon newBalloon(); /** *

* Getter method for the COM property "BalloonError" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoBalloonErrorType */ @DISPID(1610809356) //= 0x6003000c. The runtime will prefer the VTID if present @VTID(21) net.rgielen.com4j.office2010.office.MsoBalloonErrorType balloonError(); /** *

* Getter method for the COM property "Visible" *

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

* Setter method for the COM property "Visible" *

* @param pvarfVisible Mandatory boolean parameter. */ @DISPID(1610809357) //= 0x6003000d. The runtime will prefer the VTID if present @VTID(23) void visible( boolean pvarfVisible); /** *

* Getter method for the COM property "Animation" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoAnimationType */ @DISPID(1610809359) //= 0x6003000f. The runtime will prefer the VTID if present @VTID(24) net.rgielen.com4j.office2010.office.MsoAnimationType animation(); /** *

* Setter method for the COM property "Animation" *

* @param pfca Mandatory net.rgielen.com4j.office2010.office.MsoAnimationType parameter. */ @DISPID(1610809359) //= 0x6003000f. The runtime will prefer the VTID if present @VTID(25) void animation( net.rgielen.com4j.office2010.office.MsoAnimationType pfca); /** *

* Getter method for the COM property "Reduced" *

* @return Returns a value of type boolean */ @DISPID(1610809361) //= 0x60030011. The runtime will prefer the VTID if present @VTID(26) boolean reduced(); /** *

* Setter method for the COM property "Reduced" *

* @param pvarfReduced Mandatory boolean parameter. */ @DISPID(1610809361) //= 0x60030011. The runtime will prefer the VTID if present @VTID(27) void reduced( boolean pvarfReduced); /** *

* Setter method for the COM property "AssistWithHelp" *

* @param pvarfAssistWithHelp Mandatory boolean parameter. */ @DISPID(1610809363) //= 0x60030013. The runtime will prefer the VTID if present @VTID(28) void assistWithHelp( boolean pvarfAssistWithHelp); /** *

* Getter method for the COM property "AssistWithHelp" *

* @return Returns a value of type boolean */ @DISPID(1610809363) //= 0x60030013. The runtime will prefer the VTID if present @VTID(29) boolean assistWithHelp(); /** *

* Setter method for the COM property "AssistWithWizards" *

* @param pvarfAssistWithWizards Mandatory boolean parameter. */ @DISPID(1610809365) //= 0x60030015. The runtime will prefer the VTID if present @VTID(30) void assistWithWizards( boolean pvarfAssistWithWizards); /** *

* Getter method for the COM property "AssistWithWizards" *

* @return Returns a value of type boolean */ @DISPID(1610809365) //= 0x60030015. The runtime will prefer the VTID if present @VTID(31) boolean assistWithWizards(); /** *

* Setter method for the COM property "AssistWithAlerts" *

* @param pvarfAssistWithAlerts Mandatory boolean parameter. */ @DISPID(1610809367) //= 0x60030017. The runtime will prefer the VTID if present @VTID(32) void assistWithAlerts( boolean pvarfAssistWithAlerts); /** *

* Getter method for the COM property "AssistWithAlerts" *

* @return Returns a value of type boolean */ @DISPID(1610809367) //= 0x60030017. The runtime will prefer the VTID if present @VTID(33) boolean assistWithAlerts(); /** *

* Setter method for the COM property "MoveWhenInTheWay" *

* @param pvarfMove Mandatory boolean parameter. */ @DISPID(1610809369) //= 0x60030019. The runtime will prefer the VTID if present @VTID(34) void moveWhenInTheWay( boolean pvarfMove); /** *

* Getter method for the COM property "MoveWhenInTheWay" *

* @return Returns a value of type boolean */ @DISPID(1610809369) //= 0x60030019. The runtime will prefer the VTID if present @VTID(35) boolean moveWhenInTheWay(); /** *

* Setter method for the COM property "Sounds" *

* @param pvarfSounds Mandatory boolean parameter. */ @DISPID(1610809371) //= 0x6003001b. The runtime will prefer the VTID if present @VTID(36) void sounds( boolean pvarfSounds); /** *

* Getter method for the COM property "Sounds" *

* @return Returns a value of type boolean */ @DISPID(1610809371) //= 0x6003001b. The runtime will prefer the VTID if present @VTID(37) boolean sounds(); /** *

* Setter method for the COM property "FeatureTips" *

* @param pvarfFeatures Mandatory boolean parameter. */ @DISPID(1610809373) //= 0x6003001d. The runtime will prefer the VTID if present @VTID(38) void featureTips( boolean pvarfFeatures); /** *

* Getter method for the COM property "FeatureTips" *

* @return Returns a value of type boolean */ @DISPID(1610809373) //= 0x6003001d. The runtime will prefer the VTID if present @VTID(39) boolean featureTips(); /** *

* Setter method for the COM property "MouseTips" *

* @param pvarfMouse Mandatory boolean parameter. */ @DISPID(1610809375) //= 0x6003001f. The runtime will prefer the VTID if present @VTID(40) void mouseTips( boolean pvarfMouse); /** *

* Getter method for the COM property "MouseTips" *

* @return Returns a value of type boolean */ @DISPID(1610809375) //= 0x6003001f. The runtime will prefer the VTID if present @VTID(41) boolean mouseTips(); /** *

* Setter method for the COM property "KeyboardShortcutTips" *

* @param pvarfKeyboardShortcuts Mandatory boolean parameter. */ @DISPID(1610809377) //= 0x60030021. The runtime will prefer the VTID if present @VTID(42) void keyboardShortcutTips( boolean pvarfKeyboardShortcuts); /** *

* Getter method for the COM property "KeyboardShortcutTips" *

* @return Returns a value of type boolean */ @DISPID(1610809377) //= 0x60030021. The runtime will prefer the VTID if present @VTID(43) boolean keyboardShortcutTips(); /** *

* Setter method for the COM property "HighPriorityTips" *

* @param pvarfHighPriorityTips Mandatory boolean parameter. */ @DISPID(1610809379) //= 0x60030023. The runtime will prefer the VTID if present @VTID(44) void highPriorityTips( boolean pvarfHighPriorityTips); /** *

* Getter method for the COM property "HighPriorityTips" *

* @return Returns a value of type boolean */ @DISPID(1610809379) //= 0x60030023. The runtime will prefer the VTID if present @VTID(45) boolean highPriorityTips(); /** *

* Setter method for the COM property "TipOfDay" *

* @param pvarfTipOfDay Mandatory boolean parameter. */ @DISPID(1610809381) //= 0x60030025. The runtime will prefer the VTID if present @VTID(46) void tipOfDay( boolean pvarfTipOfDay); /** *

* Getter method for the COM property "TipOfDay" *

* @return Returns a value of type boolean */ @DISPID(1610809381) //= 0x60030025. The runtime will prefer the VTID if present @VTID(47) boolean tipOfDay(); /** *

* Setter method for the COM property "GuessHelp" *

* @param pvarfGuessHelp Mandatory boolean parameter. */ @DISPID(1610809383) //= 0x60030027. The runtime will prefer the VTID if present @VTID(48) void guessHelp( boolean pvarfGuessHelp); /** *

* Getter method for the COM property "GuessHelp" *

* @return Returns a value of type boolean */ @DISPID(1610809383) //= 0x60030027. The runtime will prefer the VTID if present @VTID(49) boolean guessHelp(); /** *

* Setter method for the COM property "SearchWhenProgramming" *

* @param pvarfSearchInProgram Mandatory boolean parameter. */ @DISPID(1610809385) //= 0x60030029. The runtime will prefer the VTID if present @VTID(50) void searchWhenProgramming( boolean pvarfSearchInProgram); /** *

* Getter method for the COM property "SearchWhenProgramming" *

* @return Returns a value of type boolean */ @DISPID(1610809385) //= 0x60030029. The runtime will prefer the VTID if present @VTID(51) boolean searchWhenProgramming(); /** *

* Getter method for the COM property "Item" *

* @return Returns a value of type java.lang.String */ @DISPID(0) //= 0x0. The runtime will prefer the VTID if present @VTID(52) @DefaultMethod java.lang.String item(); /** *

* Getter method for the COM property "FileName" *

* @return Returns a value of type java.lang.String */ @DISPID(1610809388) //= 0x6003002c. The runtime will prefer the VTID if present @VTID(53) java.lang.String fileName(); /** *

* Setter method for the COM property "FileName" *

* @param pbstr Mandatory java.lang.String parameter. */ @DISPID(1610809388) //= 0x6003002c. The runtime will prefer the VTID if present @VTID(54) void fileName( java.lang.String pbstr); /** *

* Getter method for the COM property "Name" *

* @return Returns a value of type java.lang.String */ @DISPID(1610809390) //= 0x6003002e. The runtime will prefer the VTID if present @VTID(55) java.lang.String name(); /** *

* Getter method for the COM property "On" *

* @return Returns a value of type boolean */ @DISPID(1610809391) //= 0x6003002f. The runtime will prefer the VTID if present @VTID(56) boolean on(); /** *

* Setter method for the COM property "On" *

* @param pvarfOn Mandatory boolean parameter. */ @DISPID(1610809391) //= 0x6003002f. The runtime will prefer the VTID if present @VTID(57) void on( boolean pvarfOn); /** * @param bstrAlertTitle Mandatory java.lang.String parameter. * @param bstrAlertText Mandatory java.lang.String parameter. * @param alb Mandatory net.rgielen.com4j.office2010.office.MsoAlertButtonType parameter. * @param alc Mandatory net.rgielen.com4j.office2010.office.MsoAlertIconType parameter. * @param ald Mandatory net.rgielen.com4j.office2010.office.MsoAlertDefaultType parameter. * @param alq Mandatory net.rgielen.com4j.office2010.office.MsoAlertCancelType parameter. * @param varfSysAlert Mandatory boolean parameter. * @return Returns a value of type int */ @DISPID(1610809393) //= 0x60030031. The runtime will prefer the VTID if present @VTID(58) int doAlert( java.lang.String bstrAlertTitle, java.lang.String bstrAlertText, net.rgielen.com4j.office2010.office.MsoAlertButtonType alb, net.rgielen.com4j.office2010.office.MsoAlertIconType alc, net.rgielen.com4j.office2010.office.MsoAlertDefaultType ald, net.rgielen.com4j.office2010.office.MsoAlertCancelType alq, boolean varfSysAlert); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy