net.rgielen.com4j.office2010.excel.Graphic Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface Graphic 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();
/**
*
* Getter method for the COM property "Brightness"
*
*/
@DISPID(2194)
@PropGet
float brightness();
/**
*
* Setter method for the COM property "Brightness"
*
* @param rhs Mandatory float parameter.
*/
@DISPID(2194)
@PropPut
void brightness(
float rhs);
/**
*
* Getter method for the COM property "ColorType"
*
*/
@DISPID(2195)
@PropGet
net.rgielen.com4j.office2010.office.MsoPictureColorType colorType();
/**
*
* Setter method for the COM property "ColorType"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.office.MsoPictureColorType parameter.
*/
@DISPID(2195)
@PropPut
void colorType(
net.rgielen.com4j.office2010.office.MsoPictureColorType rhs);
/**
*
* Getter method for the COM property "Contrast"
*
*/
@DISPID(2196)
@PropGet
float contrast();
/**
*
* Setter method for the COM property "Contrast"
*
* @param rhs Mandatory float parameter.
*/
@DISPID(2196)
@PropPut
void contrast(
float rhs);
/**
*
* Getter method for the COM property "CropBottom"
*
*/
@DISPID(2197)
@PropGet
float cropBottom();
/**
*
* Setter method for the COM property "CropBottom"
*
* @param rhs Mandatory float parameter.
*/
@DISPID(2197)
@PropPut
void cropBottom(
float rhs);
/**
*
* Getter method for the COM property "CropLeft"
*
*/
@DISPID(2198)
@PropGet
float cropLeft();
/**
*
* Setter method for the COM property "CropLeft"
*
* @param rhs Mandatory float parameter.
*/
@DISPID(2198)
@PropPut
void cropLeft(
float rhs);
/**
*
* Getter method for the COM property "CropRight"
*
*/
@DISPID(2199)
@PropGet
float cropRight();
/**
*
* Setter method for the COM property "CropRight"
*
* @param rhs Mandatory float parameter.
*/
@DISPID(2199)
@PropPut
void cropRight(
float rhs);
/**
*
* Getter method for the COM property "CropTop"
*
*/
@DISPID(2200)
@PropGet
float cropTop();
/**
*
* Setter method for the COM property "CropTop"
*
* @param rhs Mandatory float parameter.
*/
@DISPID(2200)
@PropPut
void cropTop(
float rhs);
/**
*
* Getter method for the COM property "Filename"
*
*/
@DISPID(1415)
@PropGet
java.lang.String filename();
/**
*
* Setter method for the COM property "Filename"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(1415)
@PropPut
void filename(
java.lang.String rhs);
/**
*
* Getter method for the COM property "Height"
*
*/
@DISPID(123)
@PropGet
float height();
/**
*
* Setter method for the COM property "Height"
*
* @param rhs Mandatory float parameter.
*/
@DISPID(123)
@PropPut
void height(
float rhs);
/**
*
* Getter method for the COM property "LockAspectRatio"
*
*/
@DISPID(1700)
@PropGet
net.rgielen.com4j.office2010.office.MsoTriState lockAspectRatio();
/**
*
* Setter method for the COM property "LockAspectRatio"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter.
*/
@DISPID(1700)
@PropPut
void lockAspectRatio(
net.rgielen.com4j.office2010.office.MsoTriState rhs);
/**
*
* Getter method for the COM property "Width"
*
*/
@DISPID(122)
@PropGet
float width();
/**
*
* Setter method for the COM property "Width"
*
* @param rhs Mandatory float parameter.
*/
@DISPID(122)
@PropPut
void width(
float rhs);
// Properties:
}