net.rgielen.com4j.office2010.excel.Name Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface Name extends Com4jObject {
// 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 "_Default"
*
*/
@DISPID(0)
@PropGet
@DefaultMethod
java.lang.String _Default();
/**
*
* Getter method for the COM property "Index"
*
*/
@DISPID(486)
@PropGet
int index();
/**
*
* Getter method for the COM property "Category"
*
*/
@DISPID(934)
@PropGet
java.lang.String category();
/**
*
* Setter method for the COM property "Category"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(934)
@PropPut
void category(
java.lang.String rhs);
/**
*
* Getter method for the COM property "CategoryLocal"
*
*/
@DISPID(935)
@PropGet
java.lang.String categoryLocal();
/**
*
* Setter method for the COM property "CategoryLocal"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(935)
@PropPut
void categoryLocal(
java.lang.String rhs);
/**
*/
@DISPID(117)
void delete();
/**
*
* Getter method for the COM property "MacroType"
*
*/
@DISPID(936)
@PropGet
net.rgielen.com4j.office2010.excel.XlXLMMacroType macroType();
/**
*
* Setter method for the COM property "MacroType"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlXLMMacroType parameter.
*/
@DISPID(936)
@PropPut
void macroType(
net.rgielen.com4j.office2010.excel.XlXLMMacroType rhs);
/**
*
* Getter method for the COM property "Name"
*
*/
@DISPID(110)
@PropGet
java.lang.String name();
/**
*
* Setter method for the COM property "Name"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(110)
@PropPut
void name(
java.lang.String rhs);
/**
*
* Getter method for the COM property "RefersTo"
*
*/
@DISPID(938)
@PropGet
java.lang.Object refersTo();
/**
*
* Setter method for the COM property "RefersTo"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(938)
@PropPut
void refersTo(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "ShortcutKey"
*
*/
@DISPID(597)
@PropGet
java.lang.String shortcutKey();
/**
*
* Setter method for the COM property "ShortcutKey"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(597)
@PropPut
void shortcutKey(
java.lang.String rhs);
/**
*
* Getter method for the COM property "Value"
*
*/
@DISPID(6)
@PropGet
java.lang.String value();
/**
*
* Setter method for the COM property "Value"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(6)
@PropPut
void value(
java.lang.String rhs);
/**
*
* 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 "NameLocal"
*
*/
@DISPID(937)
@PropGet
java.lang.String nameLocal();
/**
*
* Setter method for the COM property "NameLocal"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(937)
@PropPut
void nameLocal(
java.lang.String rhs);
/**
*
* Getter method for the COM property "RefersToLocal"
*
*/
@DISPID(939)
@PropGet
java.lang.Object refersToLocal();
/**
*
* Setter method for the COM property "RefersToLocal"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(939)
@PropPut
void refersToLocal(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "RefersToR1C1"
*
*/
@DISPID(940)
@PropGet
java.lang.Object refersToR1C1();
/**
*
* Setter method for the COM property "RefersToR1C1"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(940)
@PropPut
void refersToR1C1(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "RefersToR1C1Local"
*
*/
@DISPID(941)
@PropGet
java.lang.Object refersToR1C1Local();
/**
*
* Setter method for the COM property "RefersToR1C1Local"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(941)
@PropPut
void refersToR1C1Local(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "RefersToRange"
*
*/
@DISPID(1160)
@PropGet
net.rgielen.com4j.office2010.excel.Range refersToRange();
/**
*
* Getter method for the COM property "Comment"
*
*/
@DISPID(910)
@PropGet
java.lang.String comment();
/**
*
* Setter method for the COM property "Comment"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(910)
@PropPut
void comment(
java.lang.String rhs);
/**
*
* Getter method for the COM property "WorkbookParameter"
*
*/
@DISPID(2607)
@PropGet
boolean workbookParameter();
/**
*
* Setter method for the COM property "WorkbookParameter"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2607)
@PropPut
void workbookParameter(
boolean rhs);
/**
*
* Getter method for the COM property "ValidWorkbookParameter"
*
*/
@DISPID(2608)
@PropGet
boolean validWorkbookParameter();
// Properties:
}