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

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

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

import com4j.*;

@IID("{4CAC6328-B9B0-11D3-8D59-0050048384E3}")
public interface ILicWizExternal extends Com4jObject {
  // Methods:
  /**
   * @param punkHtmlDoc Mandatory com4j.Com4jObject parameter.
   */

  @DISPID(1) //= 0x1. The runtime will prefer the VTID if present
  @VTID(7)
  void printHtmlDocument(
    com4j.Com4jObject punkHtmlDoc);


  /**
   */

  @DISPID(2) //= 0x2. The runtime will prefer the VTID if present
  @VTID(8)
  void invokeDateTimeApplet();


  /**
   * @param date Mandatory java.util.Date parameter.
   * @param pFormat Optional parameter. Default value is ""
   * @return  Returns a value of type java.lang.String
   */

  @DISPID(3) //= 0x3. The runtime will prefer the VTID if present
  @VTID(9)
  java.lang.String formatDate(
    java.util.Date date,
    @Optional @DefaultValue("") java.lang.String pFormat);


  /**
   * @param pvarId Optional parameter. Default value is com4j.Variant.getMissing()
   */

  @DISPID(4) //= 0x4. The runtime will prefer the VTID if present
  @VTID(10)
  void showHelp(
    @Optional java.lang.Object pvarId);


  /**
   */

  @DISPID(5) //= 0x5. The runtime will prefer the VTID if present
  @VTID(11)
  void terminate();


  /**
   * @param bpc Mandatory int parameter.
   */

  @DISPID(6) //= 0x6. The runtime will prefer the VTID if present
  @VTID(12)
  void disableVORWReminder(
    int bpc);


  /**
   * @param bstrReceipt Mandatory java.lang.String parameter.
   * @return  Returns a value of type java.lang.String
   */

  @DISPID(7) //= 0x7. The runtime will prefer the VTID if present
  @VTID(13)
  java.lang.String saveReceipt(
    java.lang.String bstrReceipt);


  /**
   * @param bstrUrl Mandatory java.lang.String parameter.
   */

  @DISPID(8) //= 0x8. The runtime will prefer the VTID if present
  @VTID(14)
  void openInDefaultBrowser(
    java.lang.String bstrUrl);


  /**
   * @param bstrText Mandatory java.lang.String parameter.
   * @param bstrButtons Mandatory java.lang.String parameter.
   * @param bstrIcon Mandatory java.lang.String parameter.
   * @return  Returns a value of type int
   */

  @DISPID(9) //= 0x9. The runtime will prefer the VTID if present
  @VTID(15)
  int msoAlert(
    java.lang.String bstrText,
    java.lang.String bstrButtons,
    java.lang.String bstrIcon);


  /**
   * @param bstrKey Mandatory java.lang.String parameter.
   * @param fMORW Mandatory int parameter.
   * @return  Returns a value of type int
   */

  @DISPID(10) //= 0xa. The runtime will prefer the VTID if present
  @VTID(16)
  int depositPidKey(
    java.lang.String bstrKey,
    int fMORW);


  /**
   * @param bstrMessage Mandatory java.lang.String parameter.
   */

  @DISPID(11) //= 0xb. The runtime will prefer the VTID if present
  @VTID(17)
  void writeLog(
    java.lang.String bstrMessage);


  /**
   * @param bstrProductCode Mandatory java.lang.String parameter.
   */

  @DISPID(12) //= 0xc. The runtime will prefer the VTID if present
  @VTID(18)
  void resignDpc(
    java.lang.String bstrProductCode);


  /**
   */

  @DISPID(13) //= 0xd. The runtime will prefer the VTID if present
  @VTID(19)
  void resetPID();


  /**
   * @param dx Mandatory int parameter.
   * @param dy Mandatory int parameter.
   */

  @DISPID(14) //= 0xe. The runtime will prefer the VTID if present
  @VTID(20)
  void setDialogSize(
    int dx,
    int dy);


  /**
   * @param lMode Mandatory int parameter.
   * @return  Returns a value of type int
   */

  @DISPID(15) //= 0xf. The runtime will prefer the VTID if present
  @VTID(21)
  int verifyClock(
    int lMode);


  /**
   * @param pdispSelect Mandatory com4j.Com4jObject parameter.
   */

  @DISPID(16) //= 0x10. The runtime will prefer the VTID if present
  @VTID(22)
  void sortSelectOptions(
    @MarshalAs(NativeType.Dispatch) com4j.Com4jObject pdispSelect);


  /**
   */

  @DISPID(17) //= 0x11. The runtime will prefer the VTID if present
  @VTID(23)
  void internetDisconnect();


  /**
   * @return  Returns a value of type int
   */

  @DISPID(18) //= 0x12. The runtime will prefer the VTID if present
  @VTID(24)
  int getConnectedState();


  /**
   * 

* Getter method for the COM property "Context" *

* @return Returns a value of type int */ @DISPID(20) //= 0x14. The runtime will prefer the VTID if present @VTID(25) int context(); /** *

* Getter method for the COM property "Validator" *

* @return Returns a value of type com4j.Com4jObject */ @DISPID(21) //= 0x15. The runtime will prefer the VTID if present @VTID(26) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject validator(); /** *

* Getter method for the COM property "LicAgent" *

* @return Returns a value of type com4j.Com4jObject */ @DISPID(22) //= 0x16. The runtime will prefer the VTID if present @VTID(27) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject licAgent(); /** *

* Getter method for the COM property "CountryInfo" *

* @return Returns a value of type java.lang.String */ @DISPID(23) //= 0x17. The runtime will prefer the VTID if present @VTID(28) java.lang.String countryInfo(); /** *

* Setter method for the COM property "WizardVisible" *

* @param rhs Mandatory int parameter. */ @DISPID(24) //= 0x18. The runtime will prefer the VTID if present @VTID(29) void wizardVisible( int rhs); /** *

* Setter method for the COM property "WizardTitle" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(25) //= 0x19. The runtime will prefer the VTID if present @VTID(30) void wizardTitle( java.lang.String rhs); /** *

* Getter method for the COM property "AnimationEnabled" *

* @return Returns a value of type int */ @DISPID(26) //= 0x1a. The runtime will prefer the VTID if present @VTID(31) int animationEnabled(); /** *

* Setter method for the COM property "CurrentHelpId" *

* @param rhs Mandatory int parameter. */ @DISPID(27) //= 0x1b. The runtime will prefer the VTID if present @VTID(32) void currentHelpId( int rhs); /** *

* Getter method for the COM property "OfficeOnTheWebUrl" *

* @return Returns a value of type java.lang.String */ @DISPID(28) //= 0x1c. The runtime will prefer the VTID if present @VTID(33) java.lang.String officeOnTheWebUrl(); // Properties: }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy