net.rgielen.com4j.office2010.office.PictureFormat Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C031A-0000-0000-C000-000000000046}")
public interface PictureFormat extends net.rgielen.com4j.office2010.office._IMsoDispObj {
// Methods:
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(1) //= 0x1. The runtime will prefer the VTID if present
@VTID(9)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
* @param increment Mandatory float parameter.
*/
@DISPID(10) //= 0xa. The runtime will prefer the VTID if present
@VTID(10)
void incrementBrightness(
float increment);
/**
* @param increment Mandatory float parameter.
*/
@DISPID(11) //= 0xb. The runtime will prefer the VTID if present
@VTID(11)
void incrementContrast(
float increment);
/**
*
* Getter method for the COM property "Brightness"
*
* @return Returns a value of type float
*/
@DISPID(100) //= 0x64. The runtime will prefer the VTID if present
@VTID(12)
float brightness();
/**
*
* Setter method for the COM property "Brightness"
*
* @param brightness Mandatory float parameter.
*/
@DISPID(100) //= 0x64. The runtime will prefer the VTID if present
@VTID(13)
void brightness(
float brightness);
/**
*
* Getter method for the COM property "ColorType"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoPictureColorType
*/
@DISPID(101) //= 0x65. The runtime will prefer the VTID if present
@VTID(14)
net.rgielen.com4j.office2010.office.MsoPictureColorType colorType();
/**
*
* Setter method for the COM property "ColorType"
*
* @param colorType Mandatory net.rgielen.com4j.office2010.office.MsoPictureColorType parameter.
*/
@DISPID(101) //= 0x65. The runtime will prefer the VTID if present
@VTID(15)
void colorType(
net.rgielen.com4j.office2010.office.MsoPictureColorType colorType);
/**
*
* Getter method for the COM property "Contrast"
*
* @return Returns a value of type float
*/
@DISPID(102) //= 0x66. The runtime will prefer the VTID if present
@VTID(16)
float contrast();
/**
*
* Setter method for the COM property "Contrast"
*
* @param contrast Mandatory float parameter.
*/
@DISPID(102) //= 0x66. The runtime will prefer the VTID if present
@VTID(17)
void contrast(
float contrast);
/**
*
* Getter method for the COM property "CropBottom"
*
* @return Returns a value of type float
*/
@DISPID(103) //= 0x67. The runtime will prefer the VTID if present
@VTID(18)
float cropBottom();
/**
*
* Setter method for the COM property "CropBottom"
*
* @param cropBottom Mandatory float parameter.
*/
@DISPID(103) //= 0x67. The runtime will prefer the VTID if present
@VTID(19)
void cropBottom(
float cropBottom);
/**
*
* Getter method for the COM property "CropLeft"
*
* @return Returns a value of type float
*/
@DISPID(104) //= 0x68. The runtime will prefer the VTID if present
@VTID(20)
float cropLeft();
/**
*
* Setter method for the COM property "CropLeft"
*
* @param cropLeft Mandatory float parameter.
*/
@DISPID(104) //= 0x68. The runtime will prefer the VTID if present
@VTID(21)
void cropLeft(
float cropLeft);
/**
*
* Getter method for the COM property "CropRight"
*
* @return Returns a value of type float
*/
@DISPID(105) //= 0x69. The runtime will prefer the VTID if present
@VTID(22)
float cropRight();
/**
*
* Setter method for the COM property "CropRight"
*
* @param cropRight Mandatory float parameter.
*/
@DISPID(105) //= 0x69. The runtime will prefer the VTID if present
@VTID(23)
void cropRight(
float cropRight);
/**
*
* Getter method for the COM property "CropTop"
*
* @return Returns a value of type float
*/
@DISPID(106) //= 0x6a. The runtime will prefer the VTID if present
@VTID(24)
float cropTop();
/**
*
* Setter method for the COM property "CropTop"
*
* @param cropTop Mandatory float parameter.
*/
@DISPID(106) //= 0x6a. The runtime will prefer the VTID if present
@VTID(25)
void cropTop(
float cropTop);
/**
*
* Getter method for the COM property "TransparencyColor"
*
* @return Returns a value of type int
*/
@DISPID(107) //= 0x6b. The runtime will prefer the VTID if present
@VTID(26)
int transparencyColor();
/**
*
* Setter method for the COM property "TransparencyColor"
*
* @param transparencyColor Mandatory int parameter.
*/
@DISPID(107) //= 0x6b. The runtime will prefer the VTID if present
@VTID(27)
void transparencyColor(
int transparencyColor);
/**
*
* Getter method for the COM property "TransparentBackground"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState
*/
@DISPID(108) //= 0x6c. The runtime will prefer the VTID if present
@VTID(28)
net.rgielen.com4j.office2010.office.MsoTriState transparentBackground();
/**
*
* Setter method for the COM property "TransparentBackground"
*
* @param transparentBackground Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter.
*/
@DISPID(108) //= 0x6c. The runtime will prefer the VTID if present
@VTID(29)
void transparentBackground(
net.rgielen.com4j.office2010.office.MsoTriState transparentBackground);
/**
*
* Getter method for the COM property "Crop"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.Crop
*/
@DISPID(109) //= 0x6d. The runtime will prefer the VTID if present
@VTID(30)
net.rgielen.com4j.office2010.office.Crop crop();
// Properties:
}