net.rgielen.com4j.office2010.excel.Phonetics Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface Phonetics extends Com4jObject,Iterable {
// Methods:
/**
*
* Getter method for the COM property "Application"
*
*/
@DISPID(148)
@PropGet
net.rgielen.com4j.office2010.excel._Application application();
/**
*
* Getter method for the COM property "Creator"
*
*/
@DISPID(149)
@PropGet
net.rgielen.com4j.office2010.excel.XlCreator creator();
/**
*
* Getter method for the COM property "Parent"
*
*/
@DISPID(150)
@PropGet
com4j.Com4jObject parent();
/**
*
* Getter method for the COM property "Count"
*
*/
@DISPID(118)
@PropGet
int count();
/**
*
* Getter method for the COM property "Start"
*
*/
@DISPID(608)
@PropGet
int start();
/**
*
* Getter method for the COM property "Length"
*
*/
@DISPID(609)
@PropGet
int length();
/**
*
* Getter method for the COM property "Visible"
*
*/
@DISPID(558)
@PropGet
boolean visible();
/**
*
* Setter method for the COM property "Visible"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(558)
@PropPut
void visible(
boolean rhs);
/**
*
* Getter method for the COM property "CharacterType"
*
*/
@DISPID(1674)
@PropGet
int characterType();
/**
*
* Setter method for the COM property "CharacterType"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(1674)
@PropPut
void characterType(
int rhs);
/**
*
* Getter method for the COM property "Alignment"
*
*/
@DISPID(453)
@PropGet
int alignment();
/**
*
* Setter method for the COM property "Alignment"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(453)
@PropPut
void alignment(
int rhs);
/**
*
* Getter method for the COM property "Font"
*
*/
@DISPID(146)
@PropGet
net.rgielen.com4j.office2010.excel.Font font();
/**
*
* Getter method for the COM property "Item"
*
* @param index Mandatory int parameter.
*/
@DISPID(170)
@PropGet
com4j.Com4jObject item(
int index);
/**
*/
@DISPID(117)
void delete();
/**
* @param start Mandatory int parameter.
* @param length Mandatory int parameter.
* @param text Mandatory java.lang.String parameter.
*/
@DISPID(181)
void add(
int start,
int length,
java.lang.String text);
/**
*
* Getter method for the COM property "Text"
*
*/
@DISPID(138)
@PropGet
java.lang.String text();
/**
*
* Setter method for the COM property "Text"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(138)
@PropPut
void text(
java.lang.String rhs);
/**
*
* Getter method for the COM property "_Default"
*
* @param index Mandatory int parameter.
*/
@DISPID(0)
@PropGet
@DefaultMethod
com4j.Com4jObject _Default(
int index);
/**
*
* Getter method for the COM property "_NewEnum"
*
*/
@DISPID(-4)
@PropGet
java.util.Iterator iterator();
// Properties:
}