![JAR search and dependency download from the Maven repository](/logo.png)
net.rgielen.com4j.office2010.word.CalloutFormat Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.word ;
import com4j.*;
@IID("{000209C5-0000-0000-C000-000000000046}")
public interface CalloutFormat extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Application"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word._Application
*/
@DISPID(1000) //= 0x3e8. The runtime will prefer the VTID if present
@VTID(7)
net.rgielen.com4j.office2010.word._Application application();
/**
*
* Getter method for the COM property "Creator"
*
* @return Returns a value of type int
*/
@DISPID(1001) //= 0x3e9. The runtime will prefer the VTID if present
@VTID(8)
int creator();
/**
*
* 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();
/**
*
* 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(10)
net.rgielen.com4j.office2010.office.MsoTriState accent();
/**
*
* Setter method for the COM property "Accent"
*
* @param prop Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter.
*/
@DISPID(100) //= 0x64. The runtime will prefer the VTID if present
@VTID(11)
void accent(
net.rgielen.com4j.office2010.office.MsoTriState prop);
/**
*
* 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(12)
net.rgielen.com4j.office2010.office.MsoCalloutAngleType angle();
/**
*
* Setter method for the COM property "Angle"
*
* @param prop Mandatory net.rgielen.com4j.office2010.office.MsoCalloutAngleType parameter.
*/
@DISPID(101) //= 0x65. The runtime will prefer the VTID if present
@VTID(13)
void angle(
net.rgielen.com4j.office2010.office.MsoCalloutAngleType prop);
/**
*
* 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(14)
net.rgielen.com4j.office2010.office.MsoTriState autoAttach();
/**
*
* Setter method for the COM property "AutoAttach"
*
* @param prop Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter.
*/
@DISPID(102) //= 0x66. The runtime will prefer the VTID if present
@VTID(15)
void autoAttach(
net.rgielen.com4j.office2010.office.MsoTriState prop);
/**
*
* 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(16)
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(17)
net.rgielen.com4j.office2010.office.MsoTriState border();
/**
*
* Setter method for the COM property "Border"
*
* @param prop Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter.
*/
@DISPID(104) //= 0x68. The runtime will prefer the VTID if present
@VTID(18)
void border(
net.rgielen.com4j.office2010.office.MsoTriState prop);
/**
*
* 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(19)
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(20)
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(21)
float gap();
/**
*
* Setter method for the COM property "Gap"
*
* @param prop Mandatory float parameter.
*/
@DISPID(107) //= 0x6b. The runtime will prefer the VTID if present
@VTID(22)
void gap(
float prop);
/**
*
* 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(23)
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(24)
net.rgielen.com4j.office2010.office.MsoCalloutType type();
/**
*
* Setter method for the COM property "Type"
*
* @param prop Mandatory net.rgielen.com4j.office2010.office.MsoCalloutType parameter.
*/
@DISPID(109) //= 0x6d. The runtime will prefer the VTID if present
@VTID(25)
void type(
net.rgielen.com4j.office2010.office.MsoCalloutType prop);
/**
*/
@DISPID(10) //= 0xa. The runtime will prefer the VTID if present
@VTID(26)
void automaticLength();
/**
* @param drop Mandatory float parameter.
*/
@DISPID(11) //= 0xb. The runtime will prefer the VTID if present
@VTID(27)
void customDrop(
float drop);
/**
* @param length Mandatory float parameter.
*/
@DISPID(12) //= 0xc. The runtime will prefer the VTID if present
@VTID(28)
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(29)
void presetDrop(
net.rgielen.com4j.office2010.office.MsoCalloutDropType dropType);
// Properties:
}