net.rgielen.com4j.office2010.office._CommandBars Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C0302-0000-0000-C000-000000000046}")
public interface _CommandBars extends net.rgielen.com4j.office2010.office._IMsoDispObj,Iterable {
// Methods:
/**
*
* Getter method for the COM property "ActionControl"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.CommandBarControl
*/
@DISPID(1610809344) //= 0x60030000. The runtime will prefer the VTID if present
@VTID(9)
net.rgielen.com4j.office2010.office.CommandBarControl actionControl();
/**
*
* Getter method for the COM property "ActiveMenuBar"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.CommandBar
*/
@DISPID(1610809345) //= 0x60030001. The runtime will prefer the VTID if present
@VTID(10)
net.rgielen.com4j.office2010.office.CommandBar activeMenuBar();
/**
* @param name Optional parameter. Default value is com4j.Variant.getMissing()
* @param position Optional parameter. Default value is com4j.Variant.getMissing()
* @param menuBar Optional parameter. Default value is com4j.Variant.getMissing()
* @param temporary Optional parameter. Default value is com4j.Variant.getMissing()
* @return Returns a value of type net.rgielen.com4j.office2010.office.CommandBar
*/
@DISPID(1610809346) //= 0x60030002. The runtime will prefer the VTID if present
@VTID(11)
net.rgielen.com4j.office2010.office.CommandBar add(
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object name,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object position,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object menuBar,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object temporary);
/**
*
* Getter method for the COM property "Count"
*
* @return Returns a value of type int
*/
@DISPID(1610809347) //= 0x60030003. The runtime will prefer the VTID if present
@VTID(12)
int count();
/**
*
* Getter method for the COM property "DisplayTooltips"
*
* @return Returns a value of type boolean
*/
@DISPID(1610809348) //= 0x60030004. The runtime will prefer the VTID if present
@VTID(13)
boolean displayTooltips();
/**
*
* Setter method for the COM property "DisplayTooltips"
*
* @param pvarfDisplayTooltips Mandatory boolean parameter.
*/
@DISPID(1610809348) //= 0x60030004. The runtime will prefer the VTID if present
@VTID(14)
void displayTooltips(
boolean pvarfDisplayTooltips);
/**
*
* Getter method for the COM property "DisplayKeysInTooltips"
*
* @return Returns a value of type boolean
*/
@DISPID(1610809350) //= 0x60030006. The runtime will prefer the VTID if present
@VTID(15)
boolean displayKeysInTooltips();
/**
*
* Setter method for the COM property "DisplayKeysInTooltips"
*
* @param pvarfDisplayKeys Mandatory boolean parameter.
*/
@DISPID(1610809350) //= 0x60030006. The runtime will prefer the VTID if present
@VTID(16)
void displayKeysInTooltips(
boolean pvarfDisplayKeys);
/**
* @param type Optional parameter. Default value is com4j.Variant.getMissing()
* @param id Optional parameter. Default value is com4j.Variant.getMissing()
* @param tag Optional parameter. Default value is com4j.Variant.getMissing()
* @param visible Optional parameter. Default value is com4j.Variant.getMissing()
* @return Returns a value of type net.rgielen.com4j.office2010.office.CommandBarControl
*/
@DISPID(1610809352) //= 0x60030008. The runtime will prefer the VTID if present
@VTID(17)
net.rgielen.com4j.office2010.office.CommandBarControl findControl(
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object type,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object id,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object tag,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object visible);
/**
*
* Getter method for the COM property "Item"
*
* @param index Mandatory java.lang.Object parameter.
* @return Returns a value of type net.rgielen.com4j.office2010.office.CommandBar
*/
@DISPID(0) //= 0x0. The runtime will prefer the VTID if present
@VTID(18)
@DefaultMethod
net.rgielen.com4j.office2010.office.CommandBar item(
@MarshalAs(NativeType.VARIANT) java.lang.Object index);
/**
*
* Getter method for the COM property "LargeButtons"
*
* @return Returns a value of type boolean
*/
@DISPID(1610809354) //= 0x6003000a. The runtime will prefer the VTID if present
@VTID(19)
boolean largeButtons();
/**
*
* Setter method for the COM property "LargeButtons"
*
* @param pvarfLargeButtons Mandatory boolean parameter.
*/
@DISPID(1610809354) //= 0x6003000a. The runtime will prefer the VTID if present
@VTID(20)
void largeButtons(
boolean pvarfLargeButtons);
/**
*
* Getter method for the COM property "MenuAnimationStyle"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoMenuAnimation
*/
@DISPID(1610809356) //= 0x6003000c. The runtime will prefer the VTID if present
@VTID(21)
net.rgielen.com4j.office2010.office.MsoMenuAnimation menuAnimationStyle();
/**
*
* Setter method for the COM property "MenuAnimationStyle"
*
* @param pma Mandatory net.rgielen.com4j.office2010.office.MsoMenuAnimation parameter.
*/
@DISPID(1610809356) //= 0x6003000c. The runtime will prefer the VTID if present
@VTID(22)
void menuAnimationStyle(
net.rgielen.com4j.office2010.office.MsoMenuAnimation pma);
/**
*
* Getter method for the COM property "_NewEnum"
*
*/
@DISPID(-4) //= 0xfffffffc. The runtime will prefer the VTID if present
@VTID(23)
java.util.Iterator iterator();
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(1610809359) //= 0x6003000f. The runtime will prefer the VTID if present
@VTID(24)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
*/
@DISPID(1610809360) //= 0x60030010. The runtime will prefer the VTID if present
@VTID(25)
void releaseFocus();
/**
*
* Getter method for the COM property "IdsString"
*
* @param ids Mandatory int parameter.
* @param pbstrName Mandatory Holder parameter.
* @return Returns a value of type int
*/
@DISPID(1610809361) //= 0x60030011. The runtime will prefer the VTID if present
@VTID(26)
int idsString(
int ids,
Holder pbstrName);
/**
*
* Getter method for the COM property "TmcGetName"
*
* @param tmc Mandatory int parameter.
* @param pbstrName Mandatory Holder parameter.
* @return Returns a value of type int
*/
@DISPID(1610809362) //= 0x60030012. The runtime will prefer the VTID if present
@VTID(27)
int tmcGetName(
int tmc,
Holder pbstrName);
/**
*
* Getter method for the COM property "AdaptiveMenus"
*
* @return Returns a value of type boolean
*/
@DISPID(1610809363) //= 0x60030013. The runtime will prefer the VTID if present
@VTID(28)
boolean adaptiveMenus();
/**
*
* Setter method for the COM property "AdaptiveMenus"
*
* @param pvarfAdaptiveMenus Mandatory boolean parameter.
*/
@DISPID(1610809363) //= 0x60030013. The runtime will prefer the VTID if present
@VTID(29)
void adaptiveMenus(
boolean pvarfAdaptiveMenus);
/**
* @param type Optional parameter. Default value is com4j.Variant.getMissing()
* @param id Optional parameter. Default value is com4j.Variant.getMissing()
* @param tag Optional parameter. Default value is com4j.Variant.getMissing()
* @param visible Optional parameter. Default value is com4j.Variant.getMissing()
* @return Returns a value of type net.rgielen.com4j.office2010.office.CommandBarControls
*/
@DISPID(1610809365) //= 0x60030015. The runtime will prefer the VTID if present
@VTID(30)
net.rgielen.com4j.office2010.office.CommandBarControls findControls(
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object type,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object id,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object tag,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object visible);
/**
* @param tbidOrName Optional parameter. Default value is com4j.Variant.getMissing()
* @param position Optional parameter. Default value is com4j.Variant.getMissing()
* @param menuBar Optional parameter. Default value is com4j.Variant.getMissing()
* @param temporary Optional parameter. Default value is com4j.Variant.getMissing()
* @param tbtrProtection Optional parameter. Default value is com4j.Variant.getMissing()
* @return Returns a value of type net.rgielen.com4j.office2010.office.CommandBar
*/
@DISPID(1610809366) //= 0x60030016. The runtime will prefer the VTID if present
@VTID(31)
net.rgielen.com4j.office2010.office.CommandBar addEx(
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object tbidOrName,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object position,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object menuBar,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object temporary,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object tbtrProtection);
/**
*
* Getter method for the COM property "DisplayFonts"
*
* @return Returns a value of type boolean
*/
@DISPID(1610809367) //= 0x60030017. The runtime will prefer the VTID if present
@VTID(32)
boolean displayFonts();
/**
*
* Setter method for the COM property "DisplayFonts"
*
* @param pvarfDisplayFonts Mandatory boolean parameter.
*/
@DISPID(1610809367) //= 0x60030017. The runtime will prefer the VTID if present
@VTID(33)
void displayFonts(
boolean pvarfDisplayFonts);
/**
*
* Getter method for the COM property "DisableCustomize"
*
* @return Returns a value of type boolean
*/
@DISPID(1610809369) //= 0x60030019. The runtime will prefer the VTID if present
@VTID(34)
boolean disableCustomize();
/**
*
* Setter method for the COM property "DisableCustomize"
*
* @param pvarfDisableCustomize Mandatory boolean parameter.
*/
@DISPID(1610809369) //= 0x60030019. The runtime will prefer the VTID if present
@VTID(35)
void disableCustomize(
boolean pvarfDisableCustomize);
/**
*
* Getter method for the COM property "DisableAskAQuestionDropdown"
*
* @return Returns a value of type boolean
*/
@DISPID(1610809371) //= 0x6003001b. The runtime will prefer the VTID if present
@VTID(36)
boolean disableAskAQuestionDropdown();
/**
*
* Setter method for the COM property "DisableAskAQuestionDropdown"
*
* @param pvarfDisableAskAQuestionDropdown Mandatory boolean parameter.
*/
@DISPID(1610809371) //= 0x6003001b. The runtime will prefer the VTID if present
@VTID(37)
void disableAskAQuestionDropdown(
boolean pvarfDisableAskAQuestionDropdown);
/**
* @param idMso Mandatory java.lang.String parameter.
*/
@DISPID(1610809373) //= 0x6003001d. The runtime will prefer the VTID if present
@VTID(38)
void executeMso(
java.lang.String idMso);
/**
* @param idMso Mandatory java.lang.String parameter.
* @return Returns a value of type boolean
*/
@DISPID(1610809374) //= 0x6003001e. The runtime will prefer the VTID if present
@VTID(39)
boolean getEnabledMso(
java.lang.String idMso);
/**
* @param idMso Mandatory java.lang.String parameter.
* @return Returns a value of type boolean
*/
@DISPID(1610809375) //= 0x6003001f. The runtime will prefer the VTID if present
@VTID(40)
boolean getVisibleMso(
java.lang.String idMso);
/**
* @param idMso Mandatory java.lang.String parameter.
* @return Returns a value of type boolean
*/
@DISPID(1610809376) //= 0x60030020. The runtime will prefer the VTID if present
@VTID(41)
boolean getPressedMso(
java.lang.String idMso);
/**
* @param idMso Mandatory java.lang.String parameter.
* @return Returns a value of type java.lang.String
*/
@DISPID(1610809377) //= 0x60030021. The runtime will prefer the VTID if present
@VTID(42)
java.lang.String getLabelMso(
java.lang.String idMso);
/**
* @param idMso Mandatory java.lang.String parameter.
* @return Returns a value of type java.lang.String
*/
@DISPID(1610809378) //= 0x60030022. The runtime will prefer the VTID if present
@VTID(43)
java.lang.String getScreentipMso(
java.lang.String idMso);
/**
* @param idMso Mandatory java.lang.String parameter.
* @return Returns a value of type java.lang.String
*/
@DISPID(1610809379) //= 0x60030023. The runtime will prefer the VTID if present
@VTID(44)
java.lang.String getSupertipMso(
java.lang.String idMso);
/**
* @param idMso Mandatory java.lang.String parameter.
* @param width Mandatory int parameter.
* @param height Mandatory int parameter.
* @return Returns a value of type Holder
*/
@DISPID(1610809380) //= 0x60030024. The runtime will prefer the VTID if present
@VTID(45)
Holder getImageMso(
java.lang.String idMso,
int width,
int height);
/**
* @param hwnd Mandatory int parameter.
*/
@DISPID(1610809381) //= 0x60030025. The runtime will prefer the VTID if present
@VTID(46)
void commitRenderingTransaction(
int hwnd);
// Properties:
}