net.rgielen.com4j.office2010.office.SoftEdgeFormat Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C03BC-0000-0000-C000-000000000046}")
public interface SoftEdgeFormat 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.MsoSoftEdgeType
*/
@DISPID(1) //= 0x1. The runtime will prefer the VTID if present
@VTID(9)
net.rgielen.com4j.office2010.office.MsoSoftEdgeType type();
/**
*
* Setter method for the COM property "Type"
*
* @param type Mandatory net.rgielen.com4j.office2010.office.MsoSoftEdgeType parameter.
*/
@DISPID(1) //= 0x1. The runtime will prefer the VTID if present
@VTID(10)
void type(
net.rgielen.com4j.office2010.office.MsoSoftEdgeType type);
/**
*
* Getter method for the COM property "Radius"
*
* @return Returns a value of type float
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(11)
float radius();
/**
*
* Setter method for the COM property "Radius"
*
* @param radius Mandatory float parameter.
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(12)
void radius(
float radius);
// Properties:
}