
net.rgielen.com4j.office2010.word.KeyBinding Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.word ;
import com4j.*;
@IID("{00020998-0000-0000-C000-000000000046}")
public interface KeyBinding extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Application"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word._Application
*/
@DISPID(1000) //= 0x3e8. The runtime will prefer the VTID if present
@VTID(7)
net.rgielen.com4j.office2010.word._Application application();
/**
*
* Getter method for the COM property "Creator"
*
* @return Returns a value of type int
*/
@DISPID(1001) //= 0x3e9. The runtime will prefer the VTID if present
@VTID(8)
int creator();
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(1002) //= 0x3ea. The runtime will prefer the VTID if present
@VTID(9)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
*
* Getter method for the COM property "Command"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(1) //= 0x1. The runtime will prefer the VTID if present
@VTID(10)
java.lang.String command();
/**
*
* Getter method for the COM property "KeyString"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(11)
java.lang.String keyString();
/**
*
* Getter method for the COM property "Protected"
*
* @return Returns a value of type boolean
*/
@DISPID(3) //= 0x3. The runtime will prefer the VTID if present
@VTID(12)
boolean _protected();
/**
*
* Getter method for the COM property "KeyCategory"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.WdKeyCategory
*/
@DISPID(4) //= 0x4. The runtime will prefer the VTID if present
@VTID(13)
net.rgielen.com4j.office2010.word.WdKeyCategory keyCategory();
/**
*
* Getter method for the COM property "KeyCode"
*
* @return Returns a value of type int
*/
@DISPID(6) //= 0x6. The runtime will prefer the VTID if present
@VTID(14)
int keyCode();
/**
*
* Getter method for the COM property "KeyCode2"
*
* @return Returns a value of type int
*/
@DISPID(7) //= 0x7. The runtime will prefer the VTID if present
@VTID(15)
int keyCode2();
/**
*
* Getter method for the COM property "CommandParameter"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(8) //= 0x8. The runtime will prefer the VTID if present
@VTID(16)
java.lang.String commandParameter();
/**
*
* Getter method for the COM property "Context"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(10) //= 0xa. The runtime will prefer the VTID if present
@VTID(17)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject context();
/**
*/
@DISPID(101) //= 0x65. The runtime will prefer the VTID if present
@VTID(18)
void clear();
/**
*/
@DISPID(102) //= 0x66. The runtime will prefer the VTID if present
@VTID(19)
void disable();
/**
*/
@DISPID(103) //= 0x67. The runtime will prefer the VTID if present
@VTID(20)
void execute();
/**
* @param keyCategory Mandatory net.rgielen.com4j.office2010.word.WdKeyCategory parameter.
* @param command Mandatory java.lang.String parameter.
* @param commandParameter Optional parameter. Default value is com4j.Variant.getMissing()
*/
@DISPID(104) //= 0x68. The runtime will prefer the VTID if present
@VTID(21)
void rebind(
net.rgielen.com4j.office2010.word.WdKeyCategory keyCategory,
java.lang.String command,
@Optional java.lang.Object commandParameter);
// Properties:
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy