net.rgielen.com4j.office2010.excel.TreeviewControl Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{0002444B-0000-0000-C000-000000000046}")
public interface TreeviewControl extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Application"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel._Application
*/
@DISPID(148) //= 0x94. The runtime will prefer the VTID if present
@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
*/
@DISPID(149) //= 0x95. The runtime will prefer the VTID if present
@VTID(8)
net.rgielen.com4j.office2010.excel.XlCreator creator();
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(150) //= 0x96. The runtime will prefer the VTID if present
@VTID(9)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
*
* Getter method for the COM property "Hidden"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(268) //= 0x10c. The runtime will prefer the VTID if present
@VTID(10)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object hidden();
/**
*
* Setter method for the COM property "Hidden"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(268) //= 0x10c. The runtime will prefer the VTID if present
@VTID(11)
void hidden(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "Drilled"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(1917) //= 0x77d. The runtime will prefer the VTID if present
@VTID(12)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object drilled();
/**
*
* Setter method for the COM property "Drilled"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(1917) //= 0x77d. The runtime will prefer the VTID if present
@VTID(13)
void drilled(
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
// Properties:
}