net.rgielen.com4j.office2010.office.ConnectorFormat Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C0313-0000-0000-C000-000000000046}")
public interface ConnectorFormat extends net.rgielen.com4j.office2010.office._IMsoDispObj {
// Methods:
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(1) //= 0x1. The runtime will prefer the VTID if present
@VTID(9)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
* @param connectedShape Mandatory net.rgielen.com4j.office2010.office.Shape parameter.
* @param connectionSite Mandatory int parameter.
*/
@DISPID(10) //= 0xa. The runtime will prefer the VTID if present
@VTID(10)
void beginConnect(
net.rgielen.com4j.office2010.office.Shape connectedShape,
int connectionSite);
/**
*/
@DISPID(11) //= 0xb. The runtime will prefer the VTID if present
@VTID(11)
void beginDisconnect();
/**
* @param connectedShape Mandatory net.rgielen.com4j.office2010.office.Shape parameter.
* @param connectionSite Mandatory int parameter.
*/
@DISPID(12) //= 0xc. The runtime will prefer the VTID if present
@VTID(12)
void endConnect(
net.rgielen.com4j.office2010.office.Shape connectedShape,
int connectionSite);
/**
*/
@DISPID(13) //= 0xd. The runtime will prefer the VTID if present
@VTID(13)
void endDisconnect();
/**
*
* Getter method for the COM property "BeginConnected"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState
*/
@DISPID(100) //= 0x64. The runtime will prefer the VTID if present
@VTID(14)
net.rgielen.com4j.office2010.office.MsoTriState beginConnected();
/**
*
* Getter method for the COM property "BeginConnectedShape"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.Shape
*/
@DISPID(101) //= 0x65. The runtime will prefer the VTID if present
@VTID(15)
net.rgielen.com4j.office2010.office.Shape beginConnectedShape();
/**
*
* Getter method for the COM property "BeginConnectionSite"
*
* @return Returns a value of type int
*/
@DISPID(102) //= 0x66. The runtime will prefer the VTID if present
@VTID(16)
int beginConnectionSite();
/**
*
* Getter method for the COM property "EndConnected"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState
*/
@DISPID(103) //= 0x67. The runtime will prefer the VTID if present
@VTID(17)
net.rgielen.com4j.office2010.office.MsoTriState endConnected();
/**
*
* Getter method for the COM property "EndConnectedShape"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.Shape
*/
@DISPID(104) //= 0x68. The runtime will prefer the VTID if present
@VTID(18)
net.rgielen.com4j.office2010.office.Shape endConnectedShape();
/**
*
* Getter method for the COM property "EndConnectionSite"
*
* @return Returns a value of type int
*/
@DISPID(105) //= 0x69. The runtime will prefer the VTID if present
@VTID(19)
int endConnectionSite();
/**
*
* Getter method for the COM property "Type"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoConnectorType
*/
@DISPID(106) //= 0x6a. The runtime will prefer the VTID if present
@VTID(20)
net.rgielen.com4j.office2010.office.MsoConnectorType type();
/**
*
* Setter method for the COM property "Type"
*
* @param type Mandatory net.rgielen.com4j.office2010.office.MsoConnectorType parameter.
*/
@DISPID(106) //= 0x6a. The runtime will prefer the VTID if present
@VTID(21)
void type(
net.rgielen.com4j.office2010.office.MsoConnectorType type);
// Properties:
}