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

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

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

import com4j.*;

@IID("{00024469-0001-0000-C000-000000000046}")
public interface ITab 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 "Color" *

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

* Setter method for the COM property "Color" *

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

* Getter method for the COM property "ColorIndex" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlColorIndex */ @VTID(12) net.rgielen.com4j.office2010.excel.XlColorIndex colorIndex(); /** *

* Setter method for the COM property "ColorIndex" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlColorIndex parameter. */ @VTID(13) void colorIndex( net.rgielen.com4j.office2010.excel.XlColorIndex rhs); /** *

* Getter method for the COM property "ThemeColor" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlThemeColor */ @VTID(14) net.rgielen.com4j.office2010.excel.XlThemeColor themeColor(); /** *

* Setter method for the COM property "ThemeColor" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlThemeColor parameter. */ @VTID(15) void themeColor( net.rgielen.com4j.office2010.excel.XlThemeColor rhs); /** *

* Getter method for the COM property "TintAndShade" *

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

* Setter method for the COM property "TintAndShade" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(17) void tintAndShade( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy