net.rgielen.com4j.office2010.excel.FreeformBuilder Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface FreeformBuilder 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 segmentType Mandatory net.rgielen.com4j.office2010.office.MsoSegmentType parameter.
* @param editingType Mandatory net.rgielen.com4j.office2010.office.MsoEditingType parameter.
* @param x1 Mandatory float parameter.
* @param y1 Mandatory float parameter.
* @param x2 Optional parameter. Default value is com4j.Variant.getMissing()
* @param y2 Optional parameter. Default value is com4j.Variant.getMissing()
* @param x3 Optional parameter. Default value is com4j.Variant.getMissing()
* @param y3 Optional parameter. Default value is com4j.Variant.getMissing()
*/
@DISPID(1762)
void addNodes(
net.rgielen.com4j.office2010.office.MsoSegmentType segmentType,
net.rgielen.com4j.office2010.office.MsoEditingType editingType,
float x1,
float y1,
@Optional java.lang.Object x2,
@Optional java.lang.Object y2,
@Optional java.lang.Object x3,
@Optional java.lang.Object y3);
/**
*/
@DISPID(1766)
net.rgielen.com4j.office2010.excel.Shape convertToShape();
// Properties:
}