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

net.rgielen.com4j.office2010.office.CommandBar Maven / Gradle / Ivy

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

import com4j.*;

@IID("{000C0304-0000-0000-C000-000000000046}")
public interface CommandBar extends net.rgielen.com4j.office2010.office._IMsoOleAccDispObj {
  // Methods:
  /**
   * 

* Getter method for the COM property "BuiltIn" *

* @return Returns a value of type boolean */ @DISPID(1610874880) //= 0x60040000. The runtime will prefer the VTID if present @VTID(30) boolean builtIn(); /** *

* Getter method for the COM property "Context" *

* @return Returns a value of type java.lang.String */ @DISPID(1610874881) //= 0x60040001. The runtime will prefer the VTID if present @VTID(31) java.lang.String context(); /** *

* Setter method for the COM property "Context" *

* @param pbstrContext Mandatory java.lang.String parameter. */ @DISPID(1610874881) //= 0x60040001. The runtime will prefer the VTID if present @VTID(32) void context( java.lang.String pbstrContext); /** *

* Getter method for the COM property "Controls" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.CommandBarControls */ @DISPID(1610874883) //= 0x60040003. The runtime will prefer the VTID if present @VTID(33) net.rgielen.com4j.office2010.office.CommandBarControls controls(); @VTID(33) @ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.office.CommandBarControls.class}) net.rgielen.com4j.office2010.office.CommandBarControl controls( @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** */ @DISPID(1610874884) //= 0x60040004. The runtime will prefer the VTID if present @VTID(34) void delete(); /** *

* Getter method for the COM property "Enabled" *

* @return Returns a value of type boolean */ @DISPID(1610874885) //= 0x60040005. The runtime will prefer the VTID if present @VTID(35) boolean enabled(); /** *

* Setter method for the COM property "Enabled" *

* @param pvarfEnabled Mandatory boolean parameter. */ @DISPID(1610874885) //= 0x60040005. The runtime will prefer the VTID if present @VTID(36) void enabled( boolean pvarfEnabled); /** * @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() * @param recursive Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type net.rgielen.com4j.office2010.office.CommandBarControl */ @DISPID(1610874887) //= 0x60040007. The runtime will prefer the VTID if present @VTID(37) 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, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object recursive); /** *

* Getter method for the COM property "Height" *

* @return Returns a value of type int */ @DISPID(1610874888) //= 0x60040008. The runtime will prefer the VTID if present @VTID(38) int height(); /** *

* Setter method for the COM property "Height" *

* @param pdy Mandatory int parameter. */ @DISPID(1610874888) //= 0x60040008. The runtime will prefer the VTID if present @VTID(39) void height( int pdy); /** *

* Getter method for the COM property "Index" *

* @return Returns a value of type int */ @DISPID(1610874890) //= 0x6004000a. The runtime will prefer the VTID if present @VTID(40) int index(); /** *

* Getter method for the COM property "InstanceId" *

* @return Returns a value of type int */ @DISPID(1610874891) //= 0x6004000b. The runtime will prefer the VTID if present @VTID(41) int instanceId(); /** *

* Getter method for the COM property "Left" *

* @return Returns a value of type int */ @DISPID(1610874892) //= 0x6004000c. The runtime will prefer the VTID if present @VTID(42) int left(); /** *

* Setter method for the COM property "Left" *

* @param pxpLeft Mandatory int parameter. */ @DISPID(1610874892) //= 0x6004000c. The runtime will prefer the VTID if present @VTID(43) void left( int pxpLeft); /** *

* Getter method for the COM property "Name" *

* @return Returns a value of type java.lang.String */ @DISPID(1610874894) //= 0x6004000e. The runtime will prefer the VTID if present @VTID(44) java.lang.String name(); /** *

* Setter method for the COM property "Name" *

* @param pbstrName Mandatory java.lang.String parameter. */ @DISPID(1610874894) //= 0x6004000e. The runtime will prefer the VTID if present @VTID(45) void name( java.lang.String pbstrName); /** *

* Getter method for the COM property "NameLocal" *

* @return Returns a value of type java.lang.String */ @DISPID(1610874896) //= 0x60040010. The runtime will prefer the VTID if present @VTID(46) java.lang.String nameLocal(); /** *

* Setter method for the COM property "NameLocal" *

* @param pbstrNameLocal Mandatory java.lang.String parameter. */ @DISPID(1610874896) //= 0x60040010. The runtime will prefer the VTID if present @VTID(47) void nameLocal( java.lang.String pbstrNameLocal); /** *

* Getter method for the COM property "Parent" *

* @return Returns a value of type com4j.Com4jObject */ @DISPID(1610874898) //= 0x60040012. The runtime will prefer the VTID if present @VTID(48) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); /** *

* Getter method for the COM property "Position" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoBarPosition */ @DISPID(1610874899) //= 0x60040013. The runtime will prefer the VTID if present @VTID(49) net.rgielen.com4j.office2010.office.MsoBarPosition position(); /** *

* Setter method for the COM property "Position" *

* @param ppos Mandatory net.rgielen.com4j.office2010.office.MsoBarPosition parameter. */ @DISPID(1610874899) //= 0x60040013. The runtime will prefer the VTID if present @VTID(50) void position( net.rgielen.com4j.office2010.office.MsoBarPosition ppos); /** *

* Getter method for the COM property "RowIndex" *

* @return Returns a value of type int */ @DISPID(1610874901) //= 0x60040015. The runtime will prefer the VTID if present @VTID(51) int rowIndex(); /** *

* Setter method for the COM property "RowIndex" *

* @param piRow Mandatory int parameter. */ @DISPID(1610874901) //= 0x60040015. The runtime will prefer the VTID if present @VTID(52) void rowIndex( int piRow); /** *

* Getter method for the COM property "Protection" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoBarProtection */ @DISPID(1610874903) //= 0x60040017. The runtime will prefer the VTID if present @VTID(53) net.rgielen.com4j.office2010.office.MsoBarProtection protection(); /** *

* Setter method for the COM property "Protection" *

* @param pprot Mandatory net.rgielen.com4j.office2010.office.MsoBarProtection parameter. */ @DISPID(1610874903) //= 0x60040017. The runtime will prefer the VTID if present @VTID(54) void protection( net.rgielen.com4j.office2010.office.MsoBarProtection pprot); /** */ @DISPID(1610874905) //= 0x60040019. The runtime will prefer the VTID if present @VTID(55) void reset(); /** * @param x Optional parameter. Default value is com4j.Variant.getMissing() * @param y Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(1610874906) //= 0x6004001a. The runtime will prefer the VTID if present @VTID(56) void showPopup( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object x, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object y); /** *

* Getter method for the COM property "Top" *

* @return Returns a value of type int */ @DISPID(1610874907) //= 0x6004001b. The runtime will prefer the VTID if present @VTID(57) int top(); /** *

* Setter method for the COM property "Top" *

* @param pypTop Mandatory int parameter. */ @DISPID(1610874907) //= 0x6004001b. The runtime will prefer the VTID if present @VTID(58) void top( int pypTop); /** *

* Getter method for the COM property "Type" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoBarType */ @DISPID(1610874909) //= 0x6004001d. The runtime will prefer the VTID if present @VTID(59) net.rgielen.com4j.office2010.office.MsoBarType type(); /** *

* Getter method for the COM property "Visible" *

* @return Returns a value of type boolean */ @DISPID(1610874910) //= 0x6004001e. The runtime will prefer the VTID if present @VTID(60) boolean visible(); /** *

* Setter method for the COM property "Visible" *

* @param pvarfVisible Mandatory boolean parameter. */ @DISPID(1610874910) //= 0x6004001e. The runtime will prefer the VTID if present @VTID(61) void visible( boolean pvarfVisible); /** *

* Getter method for the COM property "Width" *

* @return Returns a value of type int */ @DISPID(1610874912) //= 0x60040020. The runtime will prefer the VTID if present @VTID(62) int width(); /** *

* Setter method for the COM property "Width" *

* @param pdx Mandatory int parameter. */ @DISPID(1610874912) //= 0x60040020. The runtime will prefer the VTID if present @VTID(63) void width( int pdx); /** *

* Getter method for the COM property "AdaptiveMenu" *

* @return Returns a value of type boolean */ @DISPID(1610874914) //= 0x60040022. The runtime will prefer the VTID if present @VTID(64) boolean adaptiveMenu(); /** *

* Setter method for the COM property "AdaptiveMenu" *

* @param pvarfAdaptiveMenu Mandatory boolean parameter. */ @DISPID(1610874914) //= 0x60040022. The runtime will prefer the VTID if present @VTID(65) void adaptiveMenu( boolean pvarfAdaptiveMenu); /** *

* Getter method for the COM property "Id" *

* @return Returns a value of type int */ @DISPID(1610874916) //= 0x60040024. The runtime will prefer the VTID if present @VTID(66) int id(); /** *

* Getter method for the COM property "InstanceIdPtr" *

* @return Returns a value of type java.lang.Object */ @DISPID(1610874917) //= 0x60040025. The runtime will prefer the VTID if present @VTID(67) @ReturnValue(type=NativeType.VARIANT) java.lang.Object instanceIdPtr(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy