net.rgielen.com4j.office2010.excel.IRoutingSlip Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{000208AA-0001-0000-C000-000000000046}")
public interface IRoutingSlip 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 "Delivery"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlRoutingSlipDelivery
*/
@VTID(10)
net.rgielen.com4j.office2010.excel.XlRoutingSlipDelivery delivery();
/**
*
* Setter method for the COM property "Delivery"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlRoutingSlipDelivery parameter.
*/
@VTID(11)
void delivery(
net.rgielen.com4j.office2010.excel.XlRoutingSlipDelivery rhs);
/**
*
* Getter method for the COM property "Message"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(12)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object message();
/**
*
* Setter method for the COM property "Message"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(13)
void message(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "Recipients"
*
* @param index Optional parameter. Default value is com4j.Variant.getMissing()
* @return Returns a value of type java.lang.Object
*/
@VTID(14)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object recipients(
@Optional @MarshalAs(NativeType.VARIANT) 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.
*/
@VTID(15)
void recipients(
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index,
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
* @return Returns a value of type java.lang.Object
*/
@VTID(16)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object reset();
/**
*
* Getter method for the COM property "ReturnWhenDone"
*
* @return Returns a value of type boolean
*/
@VTID(17)
boolean returnWhenDone();
/**
*
* Setter method for the COM property "ReturnWhenDone"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(18)
void returnWhenDone(
boolean rhs);
/**
*
* Getter method for the COM property "Status"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlRoutingSlipStatus
*/
@VTID(19)
net.rgielen.com4j.office2010.excel.XlRoutingSlipStatus status();
/**
*
* Getter method for the COM property "Subject"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(20)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object subject();
/**
*
* Setter method for the COM property "Subject"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@VTID(21)
void subject(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "TrackStatus"
*
* @return Returns a value of type boolean
*/
@VTID(22)
boolean trackStatus();
/**
*
* Setter method for the COM property "TrackStatus"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(23)
void trackStatus(
boolean rhs);
// Properties:
}