net.rgielen.com4j.office2010.excel.IGraphic Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00024459-0001-0000-C000-000000000046}")
public interface IGraphic extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Application"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel._Application
*/
@VTID(7)
net.rgielen.com4j.office2010.excel._Application application();
/**
*
* Getter method for the COM property "Creator"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlCreator
*/
@VTID(8)
net.rgielen.com4j.office2010.excel.XlCreator creator();
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@VTID(9)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
*
* Getter method for the COM property "Brightness"
*
* @return Returns a value of type float
*/
@VTID(10)
float brightness();
/**
*
* Setter method for the COM property "Brightness"
*
* @param rhs Mandatory float parameter.
*/
@VTID(11)
void brightness(
float rhs);
/**
*
* Getter method for the COM property "ColorType"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoPictureColorType
*/
@VTID(12)
net.rgielen.com4j.office2010.office.MsoPictureColorType colorType();
/**
*
* Setter method for the COM property "ColorType"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.office.MsoPictureColorType parameter.
*/
@VTID(13)
void colorType(
net.rgielen.com4j.office2010.office.MsoPictureColorType rhs);
/**
*
* Getter method for the COM property "Contrast"
*
* @return Returns a value of type float
*/
@VTID(14)
float contrast();
/**
*
* Setter method for the COM property "Contrast"
*
* @param rhs Mandatory float parameter.
*/
@VTID(15)
void contrast(
float rhs);
/**
*
* Getter method for the COM property "CropBottom"
*
* @return Returns a value of type float
*/
@VTID(16)
float cropBottom();
/**
*
* Setter method for the COM property "CropBottom"
*
* @param rhs Mandatory float parameter.
*/
@VTID(17)
void cropBottom(
float rhs);
/**
*
* Getter method for the COM property "CropLeft"
*
* @return Returns a value of type float
*/
@VTID(18)
float cropLeft();
/**
*
* Setter method for the COM property "CropLeft"
*
* @param rhs Mandatory float parameter.
*/
@VTID(19)
void cropLeft(
float rhs);
/**
*
* Getter method for the COM property "CropRight"
*
* @return Returns a value of type float
*/
@VTID(20)
float cropRight();
/**
*
* Setter method for the COM property "CropRight"
*
* @param rhs Mandatory float parameter.
*/
@VTID(21)
void cropRight(
float rhs);
/**
*
* Getter method for the COM property "CropTop"
*
* @return Returns a value of type float
*/
@VTID(22)
float cropTop();
/**
*
* Setter method for the COM property "CropTop"
*
* @param rhs Mandatory float parameter.
*/
@VTID(23)
void cropTop(
float rhs);
/**
*
* Getter method for the COM property "Filename"
*
* @return Returns a value of type java.lang.String
*/
@VTID(24)
java.lang.String filename();
/**
*
* Setter method for the COM property "Filename"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(25)
void filename(
java.lang.String rhs);
/**
*
* Getter method for the COM property "Height"
*
* @return Returns a value of type float
*/
@VTID(26)
float height();
/**
*
* Setter method for the COM property "Height"
*
* @param rhs Mandatory float parameter.
*/
@VTID(27)
void height(
float rhs);
/**
*
* Getter method for the COM property "LockAspectRatio"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState
*/
@VTID(28)
net.rgielen.com4j.office2010.office.MsoTriState lockAspectRatio();
/**
*
* Setter method for the COM property "LockAspectRatio"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter.
*/
@VTID(29)
void lockAspectRatio(
net.rgielen.com4j.office2010.office.MsoTriState rhs);
/**
*
* Getter method for the COM property "Width"
*
* @return Returns a value of type float
*/
@VTID(30)
float width();
/**
*
* Setter method for the COM property "Width"
*
* @param rhs Mandatory float parameter.
*/
@VTID(31)
void width(
float rhs);
// Properties:
}