net.rgielen.com4j.office2010.office.Script Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C0341-0000-0000-C000-000000000046}")
public interface Script 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();
/**
*
* Getter method for the COM property "Extended"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(1610809345) //= 0x60030001. The runtime will prefer the VTID if present
@VTID(10)
java.lang.String extended();
/**
*
* Setter method for the COM property "Extended"
*
* @param extended Mandatory java.lang.String parameter.
*/
@DISPID(1610809345) //= 0x60030001. The runtime will prefer the VTID if present
@VTID(11)
void extended(
java.lang.String extended);
/**
*
* Getter method for the COM property "Id"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(1610809347) //= 0x60030003. The runtime will prefer the VTID if present
@VTID(12)
java.lang.String id();
/**
*
* Setter method for the COM property "Id"
*
* @param id Mandatory java.lang.String parameter.
*/
@DISPID(1610809347) //= 0x60030003. The runtime will prefer the VTID if present
@VTID(13)
void id(
java.lang.String id);
/**
*
* Getter method for the COM property "Language"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoScriptLanguage
*/
@DISPID(1610809349) //= 0x60030005. The runtime will prefer the VTID if present
@VTID(14)
net.rgielen.com4j.office2010.office.MsoScriptLanguage language();
/**
*
* Setter method for the COM property "Language"
*
* @param language Mandatory net.rgielen.com4j.office2010.office.MsoScriptLanguage parameter.
*/
@DISPID(1610809349) //= 0x60030005. The runtime will prefer the VTID if present
@VTID(15)
void language(
net.rgielen.com4j.office2010.office.MsoScriptLanguage language);
/**
*
* Getter method for the COM property "Location"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoScriptLocation
*/
@DISPID(1610809351) //= 0x60030007. The runtime will prefer the VTID if present
@VTID(16)
net.rgielen.com4j.office2010.office.MsoScriptLocation location();
/**
*/
@DISPID(1610809352) //= 0x60030008. The runtime will prefer the VTID if present
@VTID(17)
void delete();
/**
*
* Getter method for the COM property "Shape"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(1610809353) //= 0x60030009. The runtime will prefer the VTID if present
@VTID(18)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject shape();
/**
*
* Getter method for the COM property "ScriptText"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(0) //= 0x0. The runtime will prefer the VTID if present
@VTID(19)
@DefaultMethod
java.lang.String scriptText();
/**
*
* Setter method for the COM property "ScriptText"
*
* @param script Mandatory java.lang.String parameter.
*/
@DISPID(0) //= 0x0. The runtime will prefer the VTID if present
@VTID(20)
@DefaultMethod
void scriptText(
java.lang.String script);
// Properties:
}