net.rgielen.com4j.office2010.office.PickerProperties Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C03E3-0000-0000-C000-000000000046}")
public interface PickerProperties extends net.rgielen.com4j.office2010.office._IMsoDispObj,Iterable {
// Methods:
/**
*
* Getter method for the COM property "Item"
*
* @param index Mandatory int parameter.
* @return Returns a value of type net.rgielen.com4j.office2010.office.PickerProperty
*/
@DISPID(0) //= 0x0. The runtime will prefer the VTID if present
@VTID(9)
@DefaultMethod
net.rgielen.com4j.office2010.office.PickerProperty item(
int index);
/**
*
* Getter method for the COM property "Count"
*
* @return Returns a value of type int
*/
@DISPID(1) //= 0x1. The runtime will prefer the VTID if present
@VTID(10)
int count();
/**
* @param id Mandatory java.lang.String parameter.
* @param value Mandatory java.lang.String parameter.
* @param type Mandatory net.rgielen.com4j.office2010.office.MsoPickerField parameter.
* @return Returns a value of type net.rgielen.com4j.office2010.office.PickerProperty
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(11)
net.rgielen.com4j.office2010.office.PickerProperty add(
java.lang.String id,
java.lang.String value,
net.rgielen.com4j.office2010.office.MsoPickerField type);
/**
* @param id Mandatory java.lang.String parameter.
*/
@DISPID(3) //= 0x3. The runtime will prefer the VTID if present
@VTID(12)
void remove(
java.lang.String id);
/**
*
* Getter method for the COM property "_NewEnum"
*
*/
@DISPID(-4) //= 0xfffffffc. The runtime will prefer the VTID if present
@VTID(13)
java.util.Iterator iterator();
// Properties:
}