All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rgielen.com4j.office2010.excel.ShadowFormat Maven / Gradle / Ivy

The newest version!
package net.rgielen.com4j.office2010.excel  ;

import com4j.*;

@IID("{000C031B-0000-0000-C000-000000000046}")
public interface ShadowFormat 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 incrementOffsetX( float increment); /** * @param increment Mandatory float parameter. */ @DISPID(11) //= 0xb. The runtime will prefer the VTID if present @VTID(11) void incrementOffsetY( float increment); /** *

* Getter method for the COM property "ForeColor" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.ColorFormat */ @DISPID(100) //= 0x64. The runtime will prefer the VTID if present @VTID(12) net.rgielen.com4j.office2010.excel.ColorFormat foreColor(); /** *

* Setter method for the COM property "ForeColor" *

* @param foreColor Mandatory net.rgielen.com4j.office2010.excel.ColorFormat parameter. */ @DISPID(100) //= 0x64. The runtime will prefer the VTID if present @VTID(13) void foreColor( net.rgielen.com4j.office2010.excel.ColorFormat foreColor); /** *

* Getter method for the COM property "Obscured" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(101) //= 0x65. The runtime will prefer the VTID if present @VTID(14) net.rgielen.com4j.office2010.office.MsoTriState obscured(); /** *

* Setter method for the COM property "Obscured" *

* @param obscured Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter. */ @DISPID(101) //= 0x65. The runtime will prefer the VTID if present @VTID(15) void obscured( net.rgielen.com4j.office2010.office.MsoTriState obscured); /** *

* Getter method for the COM property "OffsetX" *

* @return Returns a value of type float */ @DISPID(102) //= 0x66. The runtime will prefer the VTID if present @VTID(16) float offsetX(); /** *

* Setter method for the COM property "OffsetX" *

* @param offsetX Mandatory float parameter. */ @DISPID(102) //= 0x66. The runtime will prefer the VTID if present @VTID(17) void offsetX( float offsetX); /** *

* Getter method for the COM property "OffsetY" *

* @return Returns a value of type float */ @DISPID(103) //= 0x67. The runtime will prefer the VTID if present @VTID(18) float offsetY(); /** *

* Setter method for the COM property "OffsetY" *

* @param offsetY Mandatory float parameter. */ @DISPID(103) //= 0x67. The runtime will prefer the VTID if present @VTID(19) void offsetY( float offsetY); /** *

* Getter method for the COM property "Transparency" *

* @return Returns a value of type float */ @DISPID(104) //= 0x68. The runtime will prefer the VTID if present @VTID(20) float transparency(); /** *

* Setter method for the COM property "Transparency" *

* @param transparency Mandatory float parameter. */ @DISPID(104) //= 0x68. The runtime will prefer the VTID if present @VTID(21) void transparency( float transparency); /** *

* Getter method for the COM property "Type" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoShadowType */ @DISPID(105) //= 0x69. The runtime will prefer the VTID if present @VTID(22) net.rgielen.com4j.office2010.office.MsoShadowType type(); /** *

* Setter method for the COM property "Type" *

* @param type Mandatory net.rgielen.com4j.office2010.office.MsoShadowType parameter. */ @DISPID(105) //= 0x69. The runtime will prefer the VTID if present @VTID(23) void type( net.rgielen.com4j.office2010.office.MsoShadowType type); /** *

* Getter method for the COM property "Visible" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(106) //= 0x6a. The runtime will prefer the VTID if present @VTID(24) net.rgielen.com4j.office2010.office.MsoTriState visible(); /** *

* Setter method for the COM property "Visible" *

* @param visible Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter. */ @DISPID(106) //= 0x6a. The runtime will prefer the VTID if present @VTID(25) void visible( net.rgielen.com4j.office2010.office.MsoTriState visible); /** *

* Getter method for the COM property "Style" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoShadowStyle */ @DISPID(107) //= 0x6b. The runtime will prefer the VTID if present @VTID(26) net.rgielen.com4j.office2010.office.MsoShadowStyle style(); /** *

* Setter method for the COM property "Style" *

* @param shadowStyle Mandatory net.rgielen.com4j.office2010.office.MsoShadowStyle parameter. */ @DISPID(107) //= 0x6b. The runtime will prefer the VTID if present @VTID(27) void style( net.rgielen.com4j.office2010.office.MsoShadowStyle shadowStyle); /** *

* Getter method for the COM property "Blur" *

* @return Returns a value of type float */ @DISPID(108) //= 0x6c. The runtime will prefer the VTID if present @VTID(28) float blur(); /** *

* Setter method for the COM property "Blur" *

* @param blur Mandatory float parameter. */ @DISPID(108) //= 0x6c. The runtime will prefer the VTID if present @VTID(29) void blur( float blur); /** *

* Getter method for the COM property "Size" *

* @return Returns a value of type float */ @DISPID(109) //= 0x6d. The runtime will prefer the VTID if present @VTID(30) float size(); /** *

* Setter method for the COM property "Size" *

* @param size Mandatory float parameter. */ @DISPID(109) //= 0x6d. The runtime will prefer the VTID if present @VTID(31) void size( float size); /** *

* Getter method for the COM property "RotateWithShape" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(110) //= 0x6e. The runtime will prefer the VTID if present @VTID(32) net.rgielen.com4j.office2010.office.MsoTriState rotateWithShape(); /** *

* Setter method for the COM property "RotateWithShape" *

* @param rotateWithShape Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter. */ @DISPID(110) //= 0x6e. The runtime will prefer the VTID if present @VTID(33) void rotateWithShape( net.rgielen.com4j.office2010.office.MsoTriState rotateWithShape); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy