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

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

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

import com4j.*;

@IID("{0002442F-0001-0000-C000-000000000046}")
public interface IValidation 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(); /** * @param type Mandatory net.rgielen.com4j.office2010.excel.XlDVType parameter. * @param alertStyle Optional parameter. Default value is com4j.Variant.getMissing() * @param operator Optional parameter. Default value is com4j.Variant.getMissing() * @param formula1 Optional parameter. Default value is com4j.Variant.getMissing() * @param formula2 Optional parameter. Default value is com4j.Variant.getMissing() */ @VTID(10) void add( net.rgielen.com4j.office2010.excel.XlDVType type, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object alertStyle, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object operator, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object formula1, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object formula2); /** *

* Getter method for the COM property "AlertStyle" *

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

* Getter method for the COM property "IgnoreBlank" *

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

* Setter method for the COM property "IgnoreBlank" *

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

* Getter method for the COM property "IMEMode" *

* @return Returns a value of type int */ @VTID(14) int imeMode(); /** *

* Setter method for the COM property "IMEMode" *

* @param rhs Mandatory int parameter. */ @VTID(15) void imeMode( int rhs); /** *

* Getter method for the COM property "InCellDropdown" *

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

* Setter method for the COM property "InCellDropdown" *

* @param rhs Mandatory boolean parameter. */ @VTID(17) void inCellDropdown( boolean rhs); /** */ @VTID(18) void delete(); /** *

* Getter method for the COM property "ErrorMessage" *

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

* Setter method for the COM property "ErrorMessage" *

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

* Getter method for the COM property "ErrorTitle" *

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

* Setter method for the COM property "ErrorTitle" *

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

* Getter method for the COM property "InputMessage" *

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

* Setter method for the COM property "InputMessage" *

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

* Getter method for the COM property "InputTitle" *

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

* Setter method for the COM property "InputTitle" *

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

* Getter method for the COM property "Formula1" *

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

* Getter method for the COM property "Formula2" *

* @return Returns a value of type java.lang.String */ @VTID(28) java.lang.String formula2(); /** * @param type Optional parameter. Default value is com4j.Variant.getMissing() * @param alertStyle Optional parameter. Default value is com4j.Variant.getMissing() * @param operator Optional parameter. Default value is com4j.Variant.getMissing() * @param formula1 Optional parameter. Default value is com4j.Variant.getMissing() * @param formula2 Optional parameter. Default value is com4j.Variant.getMissing() */ @VTID(29) void modify( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object type, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object alertStyle, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object operator, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object formula1, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object formula2); /** *

* Getter method for the COM property "Operator" *

* @return Returns a value of type int */ @VTID(30) int operator(); /** *

* Getter method for the COM property "ShowError" *

* @return Returns a value of type boolean */ @VTID(31) boolean showError(); /** *

* Setter method for the COM property "ShowError" *

* @param rhs Mandatory boolean parameter. */ @VTID(32) void showError( boolean rhs); /** *

* Getter method for the COM property "ShowInput" *

* @return Returns a value of type boolean */ @VTID(33) boolean showInput(); /** *

* Setter method for the COM property "ShowInput" *

* @param rhs Mandatory boolean parameter. */ @VTID(34) void showInput( boolean rhs); /** *

* Getter method for the COM property "Type" *

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

* Getter method for the COM property "Value" *

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy