net.rgielen.com4j.office2010.excel.ConnectorFormat Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface ConnectorFormat extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Application"
*
*/
@DISPID(148)
@PropGet
net.rgielen.com4j.office2010.excel._Application application();
/**
*
* Getter method for the COM property "Creator"
*
*/
@DISPID(149)
@PropGet
net.rgielen.com4j.office2010.excel.XlCreator creator();
/**
*
* Getter method for the COM property "Parent"
*
*/
@DISPID(150)
@PropGet
com4j.Com4jObject parent();
/**
* @param connectedShape Mandatory net.rgielen.com4j.office2010.excel.Shape parameter.
* @param connectionSite Mandatory int parameter.
*/
@DISPID(1750)
void beginConnect(
net.rgielen.com4j.office2010.excel.Shape connectedShape,
int connectionSite);
/**
*/
@DISPID(1753)
void beginDisconnect();
/**
* @param connectedShape Mandatory net.rgielen.com4j.office2010.excel.Shape parameter.
* @param connectionSite Mandatory int parameter.
*/
@DISPID(1754)
void endConnect(
net.rgielen.com4j.office2010.excel.Shape connectedShape,
int connectionSite);
/**
*/
@DISPID(1755)
void endDisconnect();
/**
*
* Getter method for the COM property "BeginConnected"
*
*/
@DISPID(1756)
@PropGet
net.rgielen.com4j.office2010.office.MsoTriState beginConnected();
/**
*
* Getter method for the COM property "BeginConnectedShape"
*
*/
@DISPID(1757)
@PropGet
net.rgielen.com4j.office2010.excel.Shape beginConnectedShape();
/**
*
* Getter method for the COM property "BeginConnectionSite"
*
*/
@DISPID(1758)
@PropGet
int beginConnectionSite();
/**
*
* Getter method for the COM property "EndConnected"
*
*/
@DISPID(1759)
@PropGet
net.rgielen.com4j.office2010.office.MsoTriState endConnected();
/**
*
* Getter method for the COM property "EndConnectedShape"
*
*/
@DISPID(1760)
@PropGet
net.rgielen.com4j.office2010.excel.Shape endConnectedShape();
/**
*
* Getter method for the COM property "EndConnectionSite"
*
*/
@DISPID(1761)
@PropGet
int endConnectionSite();
/**
*
* Getter method for the COM property "Type"
*
*/
@DISPID(108)
@PropGet
net.rgielen.com4j.office2010.office.MsoConnectorType type();
/**
*
* Setter method for the COM property "Type"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.office.MsoConnectorType parameter.
*/
@DISPID(108)
@PropPut
void type(
net.rgielen.com4j.office2010.office.MsoConnectorType rhs);
// Properties:
}