net.rgielen.com4j.office2010.office.BalloonCheckbox Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C0328-0000-0000-C000-000000000046}")
public interface BalloonCheckbox extends net.rgielen.com4j.office2010.office._IMsoDispObj {
// Methods:
/**
*
* 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(9)
@DefaultMethod
java.lang.String item();
/**
*
* Getter method for the COM property "Name"
*
* @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 name();
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(1610809346) //= 0x60030002. The runtime will prefer the VTID if present
@VTID(11)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
*
* Setter method for the COM property "Checked"
*
* @param pvarfChecked Mandatory boolean parameter.
*/
@DISPID(1610809347) //= 0x60030003. The runtime will prefer the VTID if present
@VTID(12)
void checked(
boolean pvarfChecked);
/**
*
* Getter method for the COM property "Checked"
*
* @return Returns a value of type boolean
*/
@DISPID(1610809347) //= 0x60030003. The runtime will prefer the VTID if present
@VTID(13)
boolean checked();
/**
*
* Setter method for the COM property "Text"
*
* @param pbstr Mandatory java.lang.String parameter.
*/
@DISPID(1610809349) //= 0x60030005. The runtime will prefer the VTID if present
@VTID(14)
void text(
java.lang.String pbstr);
/**
*
* Getter method for the COM property "Text"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(1610809349) //= 0x60030005. The runtime will prefer the VTID if present
@VTID(15)
java.lang.String text();
// Properties:
}