net.rgielen.com4j.office2010.office.Balloon Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C0324-0000-0000-C000-000000000046}")
public interface Balloon 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 "Checkboxes"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(1610809345) //= 0x60030001. The runtime will prefer the VTID if present
@VTID(10)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject checkboxes();
/**
*
* Getter method for the COM property "Labels"
*
* @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 labels();
/**
*
* Setter method for the COM property "BalloonType"
*
* @param pbty Mandatory net.rgielen.com4j.office2010.office.MsoBalloonType parameter.
*/
@DISPID(1610809347) //= 0x60030003. The runtime will prefer the VTID if present
@VTID(12)
void balloonType(
net.rgielen.com4j.office2010.office.MsoBalloonType pbty);
/**
*
* Getter method for the COM property "BalloonType"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoBalloonType
*/
@DISPID(1610809347) //= 0x60030003. The runtime will prefer the VTID if present
@VTID(13)
net.rgielen.com4j.office2010.office.MsoBalloonType balloonType();
/**
*
* Setter method for the COM property "Icon"
*
* @param picn Mandatory net.rgielen.com4j.office2010.office.MsoIconType parameter.
*/
@DISPID(1610809349) //= 0x60030005. The runtime will prefer the VTID if present
@VTID(14)
void icon(
net.rgielen.com4j.office2010.office.MsoIconType picn);
/**
*
* Getter method for the COM property "Icon"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoIconType
*/
@DISPID(1610809349) //= 0x60030005. The runtime will prefer the VTID if present
@VTID(15)
net.rgielen.com4j.office2010.office.MsoIconType icon();
/**
*
* Setter method for the COM property "Heading"
*
* @param pbstr Mandatory java.lang.String parameter.
*/
@DISPID(1610809351) //= 0x60030007. The runtime will prefer the VTID if present
@VTID(16)
void heading(
java.lang.String pbstr);
/**
*
* Getter method for the COM property "Heading"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(1610809351) //= 0x60030007. The runtime will prefer the VTID if present
@VTID(17)
java.lang.String heading();
/**
*
* Setter method for the COM property "Text"
*
* @param pbstr Mandatory java.lang.String parameter.
*/
@DISPID(1610809353) //= 0x60030009. The runtime will prefer the VTID if present
@VTID(18)
void text(
java.lang.String pbstr);
/**
*
* Getter method for the COM property "Text"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(1610809353) //= 0x60030009. The runtime will prefer the VTID if present
@VTID(19)
java.lang.String text();
/**
*
* Setter method for the COM property "Mode"
*
* @param pmd Mandatory net.rgielen.com4j.office2010.office.MsoModeType parameter.
*/
@DISPID(1610809355) //= 0x6003000b. The runtime will prefer the VTID if present
@VTID(20)
void mode(
net.rgielen.com4j.office2010.office.MsoModeType pmd);
/**
*
* Getter method for the COM property "Mode"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoModeType
*/
@DISPID(1610809355) //= 0x6003000b. The runtime will prefer the VTID if present
@VTID(21)
net.rgielen.com4j.office2010.office.MsoModeType mode();
/**
*
* Setter method for the COM property "Animation"
*
* @param pfca Mandatory net.rgielen.com4j.office2010.office.MsoAnimationType parameter.
*/
@DISPID(1610809357) //= 0x6003000d. The runtime will prefer the VTID if present
@VTID(22)
void animation(
net.rgielen.com4j.office2010.office.MsoAnimationType pfca);
/**
*
* Getter method for the COM property "Animation"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoAnimationType
*/
@DISPID(1610809357) //= 0x6003000d. The runtime will prefer the VTID if present
@VTID(23)
net.rgielen.com4j.office2010.office.MsoAnimationType animation();
/**
*
* Setter method for the COM property "Button"
*
* @param psbs Mandatory net.rgielen.com4j.office2010.office.MsoButtonSetType parameter.
*/
@DISPID(1610809359) //= 0x6003000f. The runtime will prefer the VTID if present
@VTID(24)
void button(
net.rgielen.com4j.office2010.office.MsoButtonSetType psbs);
/**
*
* Getter method for the COM property "Button"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoButtonSetType
*/
@DISPID(1610809359) //= 0x6003000f. The runtime will prefer the VTID if present
@VTID(25)
net.rgielen.com4j.office2010.office.MsoButtonSetType button();
/**
*
* Setter method for the COM property "Callback"
*
* @param pbstr Mandatory java.lang.String parameter.
*/
@DISPID(1610809361) //= 0x60030011. The runtime will prefer the VTID if present
@VTID(26)
void callback(
java.lang.String pbstr);
/**
*
* Getter method for the COM property "Callback"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(1610809361) //= 0x60030011. The runtime will prefer the VTID if present
@VTID(27)
java.lang.String callback();
/**
*
* Setter method for the COM property "Private"
*
* @param plPrivate Mandatory int parameter.
*/
@DISPID(1610809363) //= 0x60030013. The runtime will prefer the VTID if present
@VTID(28)
void _private(
int plPrivate);
/**
*
* Getter method for the COM property "Private"
*
* @return Returns a value of type int
*/
@DISPID(1610809363) //= 0x60030013. The runtime will prefer the VTID if present
@VTID(29)
int _private();
/**
* @param left Mandatory int parameter.
* @param top Mandatory int parameter.
* @param right Mandatory int parameter.
* @param bottom Mandatory int parameter.
*/
@DISPID(1610809365) //= 0x60030015. The runtime will prefer the VTID if present
@VTID(30)
void setAvoidRectangle(
int left,
int top,
int right,
int bottom);
/**
*
* Getter method for the COM property "Name"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(1610809366) //= 0x60030016. The runtime will prefer the VTID if present
@VTID(31)
java.lang.String name();
/**
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoBalloonButtonType
*/
@DISPID(1610809367) //= 0x60030017. The runtime will prefer the VTID if present
@VTID(32)
net.rgielen.com4j.office2010.office.MsoBalloonButtonType show();
/**
*/
@DISPID(1610809368) //= 0x60030018. The runtime will prefer the VTID if present
@VTID(33)
void close();
// Properties:
}