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

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

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

import com4j.*;

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

* Getter method for the COM property "Name" *

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

* Getter method for the COM property "IsOpen" *

* @return Returns a value of type boolean */ @DISPID(4) //= 0x4. The runtime will prefer the VTID if present @VTID(10) boolean isOpen(); /** * @param fileName Mandatory java.lang.String parameter. */ @DISPID(5) //= 0x5. The runtime will prefer the VTID if present @VTID(11) void loadFromFile( java.lang.String fileName); /** * @param openKind Optional parameter. Default value is 0 */ @DISPID(6) //= 0x6. The runtime will prefer the VTID if present @VTID(12) void open( @Optional @DefaultValue("0") net.rgielen.com4j.office2010.office.MsoHTMLProjectOpen openKind); /** * @param fileName Mandatory java.lang.String parameter. */ @DISPID(7) //= 0x7. The runtime will prefer the VTID if present @VTID(13) void saveCopyAs( java.lang.String fileName); /** *

* Getter method for the COM property "Text" *

* @return Returns a value of type java.lang.String */ @DISPID(8) //= 0x8. The runtime will prefer the VTID if present @VTID(14) java.lang.String text(); /** *

* Setter method for the COM property "Text" *

* @param text Mandatory java.lang.String parameter. */ @DISPID(8) //= 0x8. The runtime will prefer the VTID if present @VTID(15) void text( java.lang.String text); /** *

* Getter method for the COM property "Parent" *

* @return Returns a value of type com4j.Com4jObject */ @DISPID(10) //= 0xa. The runtime will prefer the VTID if present @VTID(16) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); // Properties: }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy