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

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

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

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface RoutingSlip 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 "Delivery" *

*/ @DISPID(955) @PropGet net.rgielen.com4j.office2010.excel.XlRoutingSlipDelivery delivery(); /** *

* Setter method for the COM property "Delivery" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlRoutingSlipDelivery parameter. */ @DISPID(955) @PropPut void delivery( net.rgielen.com4j.office2010.excel.XlRoutingSlipDelivery rhs); /** *

* Getter method for the COM property "Message" *

*/ @DISPID(954) @PropGet java.lang.Object message(); /** *

* Setter method for the COM property "Message" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(954) @PropPut void message( java.lang.Object rhs); /** *

* Getter method for the COM property "Recipients" *

* @param index Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(952) @PropGet java.lang.Object recipients( @Optional java.lang.Object index); /** *

* Setter method for the COM property "Recipients" *

* @param index Optional parameter. Default value is com4j.Variant.getMissing() * @param rhs Mandatory java.lang.Object parameter. */ @DISPID(952) @PropPut void recipients( @Optional java.lang.Object index, java.lang.Object rhs); /** */ @DISPID(555) java.lang.Object reset(); /** *

* Getter method for the COM property "ReturnWhenDone" *

*/ @DISPID(956) @PropGet boolean returnWhenDone(); /** *

* Setter method for the COM property "ReturnWhenDone" *

* @param rhs Mandatory boolean parameter. */ @DISPID(956) @PropPut void returnWhenDone( boolean rhs); /** *

* Getter method for the COM property "Status" *

*/ @DISPID(958) @PropGet net.rgielen.com4j.office2010.excel.XlRoutingSlipStatus status(); /** *

* Getter method for the COM property "Subject" *

*/ @DISPID(953) @PropGet java.lang.Object subject(); /** *

* Setter method for the COM property "Subject" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(953) @PropPut void subject( java.lang.Object rhs); /** *

* Getter method for the COM property "TrackStatus" *

*/ @DISPID(957) @PropGet boolean trackStatus(); /** *

* Setter method for the COM property "TrackStatus" *

* @param rhs Mandatory boolean parameter. */ @DISPID(957) @PropPut void trackStatus( boolean rhs); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy