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

net.rgielen.com4j.office2010.office.ReflectionFormat Maven / Gradle / Ivy

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

import com4j.*;

@IID("{000C03BE-0000-0000-C000-000000000046}")
public interface ReflectionFormat extends net.rgielen.com4j.office2010.office._IMsoDispObj {
  // Methods:
  /**
   * 

* Getter method for the COM property "Type" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoReflectionType */ @DISPID(1) //= 0x1. The runtime will prefer the VTID if present @VTID(9) net.rgielen.com4j.office2010.office.MsoReflectionType type(); /** *

* Setter method for the COM property "Type" *

* @param type Mandatory net.rgielen.com4j.office2010.office.MsoReflectionType parameter. */ @DISPID(1) //= 0x1. The runtime will prefer the VTID if present @VTID(10) void type( net.rgielen.com4j.office2010.office.MsoReflectionType type); /** *

* Getter method for the COM property "Transparency" *

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

* Setter method for the COM property "Transparency" *

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

* Getter method for the COM property "Size" *

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

* Setter method for the COM property "Size" *

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

* Getter method for the COM property "Offset" *

* @return Returns a value of type float */ @DISPID(4) //= 0x4. The runtime will prefer the VTID if present @VTID(15) float offset(); /** *

* Setter method for the COM property "Offset" *

* @param offset Mandatory float parameter. */ @DISPID(4) //= 0x4. The runtime will prefer the VTID if present @VTID(16) void offset( float offset); /** *

* Getter method for the COM property "Blur" *

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

* Setter method for the COM property "Blur" *

* @param blur Mandatory float parameter. */ @DISPID(5) //= 0x5. The runtime will prefer the VTID if present @VTID(18) void blur( float blur); // Properties: }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy