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

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

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

import com4j.*;

@IID("{000208B9-0001-0000-C000-000000000046}")
public interface IName extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Application" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel._Application */ @VTID(7) net.rgielen.com4j.office2010.excel._Application application(); /** *

* Getter method for the COM property "Creator" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlCreator */ @VTID(8) net.rgielen.com4j.office2010.excel.XlCreator creator(); /** *

* Getter method for the COM property "Parent" *

* @return Returns a value of type com4j.Com4jObject */ @VTID(9) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); /** *

* Getter method for the COM property "_Default" *

* @return Returns a value of type java.lang.String */ @VTID(10) @DefaultMethod java.lang.String _Default(); /** *

* Getter method for the COM property "Index" *

* @return Returns a value of type int */ @VTID(11) int index(); /** *

* Getter method for the COM property "Category" *

* @param lcidIn Mandatory int parameter. * @return Returns a value of type java.lang.String */ @VTID(12) java.lang.String category( @LCID int lcidIn); /** *

* Setter method for the COM property "Category" *

* @param lcidIn Mandatory int parameter. * @param rhs Mandatory java.lang.String parameter. */ @VTID(13) void category( @LCID int lcidIn, java.lang.String rhs); /** *

* Getter method for the COM property "CategoryLocal" *

* @return Returns a value of type java.lang.String */ @VTID(14) java.lang.String categoryLocal(); /** *

* Setter method for the COM property "CategoryLocal" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(15) void categoryLocal( java.lang.String rhs); /** */ @VTID(16) void delete(); /** *

* Getter method for the COM property "MacroType" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlXLMMacroType */ @VTID(17) net.rgielen.com4j.office2010.excel.XlXLMMacroType macroType(); /** *

* Setter method for the COM property "MacroType" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlXLMMacroType parameter. */ @VTID(18) void macroType( net.rgielen.com4j.office2010.excel.XlXLMMacroType rhs); /** *

* Getter method for the COM property "Name" *

* @param lcidIn Mandatory int parameter. * @return Returns a value of type java.lang.String */ @VTID(19) java.lang.String name( @LCID int lcidIn); /** *

* Setter method for the COM property "Name" *

* @param lcidIn Mandatory int parameter. * @param rhs Mandatory java.lang.String parameter. */ @VTID(20) void name( @LCID int lcidIn, java.lang.String rhs); /** *

* Getter method for the COM property "RefersTo" *

* @param lcidIn Mandatory int parameter. * @return Returns a value of type java.lang.Object */ @VTID(21) @ReturnValue(type=NativeType.VARIANT) java.lang.Object refersTo( @LCID int lcidIn); /** *

* Setter method for the COM property "RefersTo" *

* @param lcidIn Mandatory int parameter. * @param rhs Mandatory java.lang.Object parameter. */ @VTID(22) void refersTo( @LCID int lcidIn, @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "ShortcutKey" *

* @return Returns a value of type java.lang.String */ @VTID(23) java.lang.String shortcutKey(); /** *

* Setter method for the COM property "ShortcutKey" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(24) void shortcutKey( java.lang.String rhs); /** *

* Getter method for the COM property "Value" *

* @return Returns a value of type java.lang.String */ @VTID(25) java.lang.String value(); /** *

* Setter method for the COM property "Value" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(26) void value( java.lang.String rhs); /** *

* Getter method for the COM property "Visible" *

* @return Returns a value of type boolean */ @VTID(27) boolean visible(); /** *

* Setter method for the COM property "Visible" *

* @param rhs Mandatory boolean parameter. */ @VTID(28) void visible( boolean rhs); /** *

* Getter method for the COM property "NameLocal" *

* @return Returns a value of type java.lang.String */ @VTID(29) java.lang.String nameLocal(); /** *

* Setter method for the COM property "NameLocal" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(30) void nameLocal( java.lang.String rhs); /** *

* Getter method for the COM property "RefersToLocal" *

* @return Returns a value of type java.lang.Object */ @VTID(31) @ReturnValue(type=NativeType.VARIANT) java.lang.Object refersToLocal(); /** *

* Setter method for the COM property "RefersToLocal" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(32) void refersToLocal( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "RefersToR1C1" *

* @param lcidIn Mandatory int parameter. * @return Returns a value of type java.lang.Object */ @VTID(33) @ReturnValue(type=NativeType.VARIANT) java.lang.Object refersToR1C1( @LCID int lcidIn); /** *

* Setter method for the COM property "RefersToR1C1" *

* @param lcidIn Mandatory int parameter. * @param rhs Mandatory java.lang.Object parameter. */ @VTID(34) void refersToR1C1( @LCID int lcidIn, @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "RefersToR1C1Local" *

* @return Returns a value of type java.lang.Object */ @VTID(35) @ReturnValue(type=NativeType.VARIANT) java.lang.Object refersToR1C1Local(); /** *

* Setter method for the COM property "RefersToR1C1Local" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(36) void refersToR1C1Local( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "RefersToRange" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Range */ @VTID(37) net.rgielen.com4j.office2010.excel.Range refersToRange(); /** *

* Getter method for the COM property "Comment" *

* @return Returns a value of type java.lang.String */ @VTID(38) java.lang.String comment(); /** *

* Setter method for the COM property "Comment" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(39) void comment( java.lang.String rhs); /** *

* Getter method for the COM property "WorkbookParameter" *

* @return Returns a value of type boolean */ @VTID(40) boolean workbookParameter(); /** *

* Setter method for the COM property "WorkbookParameter" *

* @param rhs Mandatory boolean parameter. */ @VTID(41) void workbookParameter( boolean rhs); /** *

* Getter method for the COM property "ValidWorkbookParameter" *

* @return Returns a value of type boolean */ @VTID(42) boolean validWorkbookParameter(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy