net.rgielen.com4j.office2010.office._CustomTaskPane Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C033B-0000-0000-C000-000000000046}")
public interface _CustomTaskPane extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Title"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(0) //= 0x0. The runtime will prefer the VTID if present
@VTID(7)
@DefaultMethod
java.lang.String title();
/**
*
* Getter method for the COM property "Application"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(1) //= 0x1. The runtime will prefer the VTID if present
@VTID(8)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject application();
/**
*
* Getter method for the COM property "Window"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(9)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject window();
/**
*
* Getter method for the COM property "Visible"
*
* @return Returns a value of type boolean
*/
@DISPID(3) //= 0x3. The runtime will prefer the VTID if present
@VTID(10)
boolean visible();
/**
*
* Setter method for the COM property "Visible"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(3) //= 0x3. The runtime will prefer the VTID if present
@VTID(11)
void visible(
boolean prop);
/**
*
* Getter method for the COM property "ContentControl"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(4) //= 0x4. The runtime will prefer the VTID if present
@VTID(12)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject contentControl();
/**
*
* Getter method for the COM property "Height"
*
* @return Returns a value of type int
*/
@DISPID(5) //= 0x5. The runtime will prefer the VTID if present
@VTID(13)
int height();
/**
*
* Setter method for the COM property "Height"
*
* @param prop Mandatory int parameter.
*/
@DISPID(5) //= 0x5. The runtime will prefer the VTID if present
@VTID(14)
void height(
int prop);
/**
*
* Getter method for the COM property "Width"
*
* @return Returns a value of type int
*/
@DISPID(6) //= 0x6. The runtime will prefer the VTID if present
@VTID(15)
int width();
/**
*
* Setter method for the COM property "Width"
*
* @param prop Mandatory int parameter.
*/
@DISPID(6) //= 0x6. The runtime will prefer the VTID if present
@VTID(16)
void width(
int prop);
/**
*
* Getter method for the COM property "DockPosition"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoCTPDockPosition
*/
@DISPID(7) //= 0x7. The runtime will prefer the VTID if present
@VTID(17)
net.rgielen.com4j.office2010.office.MsoCTPDockPosition dockPosition();
/**
*
* Setter method for the COM property "DockPosition"
*
* @param prop Mandatory net.rgielen.com4j.office2010.office.MsoCTPDockPosition parameter.
*/
@DISPID(7) //= 0x7. The runtime will prefer the VTID if present
@VTID(18)
void dockPosition(
net.rgielen.com4j.office2010.office.MsoCTPDockPosition prop);
/**
*
* Getter method for the COM property "DockPositionRestrict"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoCTPDockPositionRestrict
*/
@DISPID(8) //= 0x8. The runtime will prefer the VTID if present
@VTID(19)
net.rgielen.com4j.office2010.office.MsoCTPDockPositionRestrict dockPositionRestrict();
/**
*
* Setter method for the COM property "DockPositionRestrict"
*
* @param prop Mandatory net.rgielen.com4j.office2010.office.MsoCTPDockPositionRestrict parameter.
*/
@DISPID(8) //= 0x8. The runtime will prefer the VTID if present
@VTID(20)
void dockPositionRestrict(
net.rgielen.com4j.office2010.office.MsoCTPDockPositionRestrict prop);
/**
*/
@DISPID(9) //= 0x9. The runtime will prefer the VTID if present
@VTID(21)
void delete();
// Properties:
}