net.rgielen.com4j.office2010.office.Crop Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C03D3-0000-0000-C000-000000000046}")
public interface Crop extends net.rgielen.com4j.office2010.office._IMsoDispObj {
// Methods:
/**
*
* Getter method for the COM property "PictureOffsetX"
*
* @return Returns a value of type float
*/
@DISPID(0) //= 0x0. The runtime will prefer the VTID if present
@VTID(9)
@DefaultMethod
float pictureOffsetX();
/**
*
* Setter method for the COM property "PictureOffsetX"
*
* @param pictureOffsetX Mandatory float parameter.
*/
@DISPID(0) //= 0x0. The runtime will prefer the VTID if present
@VTID(10)
@DefaultMethod
void pictureOffsetX(
float pictureOffsetX);
/**
*
* Getter method for the COM property "PictureOffsetY"
*
* @return Returns a value of type float
*/
@DISPID(1) //= 0x1. The runtime will prefer the VTID if present
@VTID(11)
float pictureOffsetY();
/**
*
* Setter method for the COM property "PictureOffsetY"
*
* @param pictureOffsetY Mandatory float parameter.
*/
@DISPID(1) //= 0x1. The runtime will prefer the VTID if present
@VTID(12)
void pictureOffsetY(
float pictureOffsetY);
/**
*
* Getter method for the COM property "PictureWidth"
*
* @return Returns a value of type float
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(13)
float pictureWidth();
/**
*
* Setter method for the COM property "PictureWidth"
*
* @param pictureWidth Mandatory float parameter.
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(14)
void pictureWidth(
float pictureWidth);
/**
*
* Getter method for the COM property "PictureHeight"
*
* @return Returns a value of type float
*/
@DISPID(3) //= 0x3. The runtime will prefer the VTID if present
@VTID(15)
float pictureHeight();
/**
*
* Setter method for the COM property "PictureHeight"
*
* @param pictureHeight Mandatory float parameter.
*/
@DISPID(3) //= 0x3. The runtime will prefer the VTID if present
@VTID(16)
void pictureHeight(
float pictureHeight);
/**
*
* Getter method for the COM property "ShapeLeft"
*
* @return Returns a value of type float
*/
@DISPID(5) //= 0x5. The runtime will prefer the VTID if present
@VTID(17)
float shapeLeft();
/**
*
* Setter method for the COM property "ShapeLeft"
*
* @param shapeLeft Mandatory float parameter.
*/
@DISPID(5) //= 0x5. The runtime will prefer the VTID if present
@VTID(18)
void shapeLeft(
float shapeLeft);
/**
*
* Getter method for the COM property "ShapeTop"
*
* @return Returns a value of type float
*/
@DISPID(6) //= 0x6. The runtime will prefer the VTID if present
@VTID(19)
float shapeTop();
/**
*
* Setter method for the COM property "ShapeTop"
*
* @param shapeTop Mandatory float parameter.
*/
@DISPID(6) //= 0x6. The runtime will prefer the VTID if present
@VTID(20)
void shapeTop(
float shapeTop);
/**
*
* Getter method for the COM property "ShapeWidth"
*
* @return Returns a value of type float
*/
@DISPID(7) //= 0x7. The runtime will prefer the VTID if present
@VTID(21)
float shapeWidth();
/**
*
* Setter method for the COM property "ShapeWidth"
*
* @param shapeWidth Mandatory float parameter.
*/
@DISPID(7) //= 0x7. The runtime will prefer the VTID if present
@VTID(22)
void shapeWidth(
float shapeWidth);
/**
*
* Getter method for the COM property "ShapeHeight"
*
* @return Returns a value of type float
*/
@DISPID(8) //= 0x8. The runtime will prefer the VTID if present
@VTID(23)
float shapeHeight();
/**
*
* Setter method for the COM property "ShapeHeight"
*
* @param shapeHeight Mandatory float parameter.
*/
@DISPID(8) //= 0x8. The runtime will prefer the VTID if present
@VTID(24)
void shapeHeight(
float shapeHeight);
// Properties:
}