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

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

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

import com4j.*;

@IID("{000C0311-0000-0000-C000-000000000046}")
public interface CalloutFormat 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(); /** */ @DISPID(10) //= 0xa. The runtime will prefer the VTID if present @VTID(10) void automaticLength(); /** * @param drop Mandatory float parameter. */ @DISPID(11) //= 0xb. The runtime will prefer the VTID if present @VTID(11) void customDrop( float drop); /** * @param length Mandatory float parameter. */ @DISPID(12) //= 0xc. The runtime will prefer the VTID if present @VTID(12) void customLength( float length); /** * @param dropType Mandatory net.rgielen.com4j.office2010.office.MsoCalloutDropType parameter. */ @DISPID(13) //= 0xd. The runtime will prefer the VTID if present @VTID(13) void presetDrop( net.rgielen.com4j.office2010.office.MsoCalloutDropType dropType); /** *

* Getter method for the COM property "Accent" *

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

* Setter method for the COM property "Accent" *

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

* Getter method for the COM property "Angle" *

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

* Setter method for the COM property "Angle" *

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

* Getter method for the COM property "AutoAttach" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(102) //= 0x66. The runtime will prefer the VTID if present @VTID(18) net.rgielen.com4j.office2010.office.MsoTriState autoAttach(); /** *

* Setter method for the COM property "AutoAttach" *

* @param autoAttach Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter. */ @DISPID(102) //= 0x66. The runtime will prefer the VTID if present @VTID(19) void autoAttach( net.rgielen.com4j.office2010.office.MsoTriState autoAttach); /** *

* Getter method for the COM property "AutoLength" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(103) //= 0x67. The runtime will prefer the VTID if present @VTID(20) net.rgielen.com4j.office2010.office.MsoTriState autoLength(); /** *

* Getter method for the COM property "Border" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(104) //= 0x68. The runtime will prefer the VTID if present @VTID(21) net.rgielen.com4j.office2010.office.MsoTriState border(); /** *

* Setter method for the COM property "Border" *

* @param border Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter. */ @DISPID(104) //= 0x68. The runtime will prefer the VTID if present @VTID(22) void border( net.rgielen.com4j.office2010.office.MsoTriState border); /** *

* Getter method for the COM property "Drop" *

* @return Returns a value of type float */ @DISPID(105) //= 0x69. The runtime will prefer the VTID if present @VTID(23) float drop(); /** *

* Getter method for the COM property "DropType" *

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

* Getter method for the COM property "Gap" *

* @return Returns a value of type float */ @DISPID(107) //= 0x6b. The runtime will prefer the VTID if present @VTID(25) float gap(); /** *

* Setter method for the COM property "Gap" *

* @param gap Mandatory float parameter. */ @DISPID(107) //= 0x6b. The runtime will prefer the VTID if present @VTID(26) void gap( float gap); /** *

* Getter method for the COM property "Length" *

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

* Getter method for the COM property "Type" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoCalloutType */ @DISPID(109) //= 0x6d. The runtime will prefer the VTID if present @VTID(28) net.rgielen.com4j.office2010.office.MsoCalloutType type(); /** *

* Setter method for the COM property "Type" *

* @param type Mandatory net.rgielen.com4j.office2010.office.MsoCalloutType parameter. */ @DISPID(109) //= 0x6d. The runtime will prefer the VTID if present @VTID(29) void type( net.rgielen.com4j.office2010.office.MsoCalloutType type); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy