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

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

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

import com4j.*;

@IID("{00020843-0001-0000-C000-000000000046}")
public interface IDataTable 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 "ShowLegendKey" *

* @return Returns a value of type boolean */ @VTID(10) boolean showLegendKey(); /** *

* Setter method for the COM property "ShowLegendKey" *

* @param rhs Mandatory boolean parameter. */ @VTID(11) void showLegendKey( boolean rhs); /** *

* Getter method for the COM property "HasBorderHorizontal" *

* @return Returns a value of type boolean */ @VTID(12) boolean hasBorderHorizontal(); /** *

* Setter method for the COM property "HasBorderHorizontal" *

* @param rhs Mandatory boolean parameter. */ @VTID(13) void hasBorderHorizontal( boolean rhs); /** *

* Getter method for the COM property "HasBorderVertical" *

* @return Returns a value of type boolean */ @VTID(14) boolean hasBorderVertical(); /** *

* Setter method for the COM property "HasBorderVertical" *

* @param rhs Mandatory boolean parameter. */ @VTID(15) void hasBorderVertical( boolean rhs); /** *

* Getter method for the COM property "HasBorderOutline" *

* @return Returns a value of type boolean */ @VTID(16) boolean hasBorderOutline(); /** *

* Setter method for the COM property "HasBorderOutline" *

* @param rhs Mandatory boolean parameter. */ @VTID(17) void hasBorderOutline( boolean rhs); /** *

* Getter method for the COM property "Border" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Border */ @VTID(18) net.rgielen.com4j.office2010.excel.Border border(); /** *

* Getter method for the COM property "Font" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Font */ @VTID(19) net.rgielen.com4j.office2010.excel.Font font(); /** */ @VTID(20) void select(); /** */ @VTID(21) void delete(); /** *

* Getter method for the COM property "AutoScaleFont" *

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

* Setter method for the COM property "AutoScaleFont" *

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

* Getter method for the COM property "Format" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.ChartFormat */ @VTID(24) net.rgielen.com4j.office2010.excel.ChartFormat format(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy