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

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

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

import com4j.*;

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

* Getter method for the COM property "BuiltInFace" *

* @return Returns a value of type boolean */ @DISPID(1610940416) //= 0x60050000. The runtime will prefer the VTID if present @VTID(83) boolean builtInFace(); /** *

* Setter method for the COM property "BuiltInFace" *

* @param pvarfBuiltIn Mandatory boolean parameter. */ @DISPID(1610940416) //= 0x60050000. The runtime will prefer the VTID if present @VTID(84) void builtInFace( boolean pvarfBuiltIn); /** */ @DISPID(1610940418) //= 0x60050002. The runtime will prefer the VTID if present @VTID(85) void copyFace(); /** *

* Getter method for the COM property "FaceId" *

* @return Returns a value of type int */ @DISPID(1610940419) //= 0x60050003. The runtime will prefer the VTID if present @VTID(86) int faceId(); /** *

* Setter method for the COM property "FaceId" *

* @param pid Mandatory int parameter. */ @DISPID(1610940419) //= 0x60050003. The runtime will prefer the VTID if present @VTID(87) void faceId( int pid); /** */ @DISPID(1610940421) //= 0x60050005. The runtime will prefer the VTID if present @VTID(88) void pasteFace(); /** *

* Getter method for the COM property "ShortcutText" *

* @return Returns a value of type java.lang.String */ @DISPID(1610940422) //= 0x60050006. The runtime will prefer the VTID if present @VTID(89) java.lang.String shortcutText(); /** *

* Setter method for the COM property "ShortcutText" *

* @param pbstrText Mandatory java.lang.String parameter. */ @DISPID(1610940422) //= 0x60050006. The runtime will prefer the VTID if present @VTID(90) void shortcutText( java.lang.String pbstrText); /** *

* Getter method for the COM property "State" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoButtonState */ @DISPID(1610940424) //= 0x60050008. The runtime will prefer the VTID if present @VTID(91) net.rgielen.com4j.office2010.office.MsoButtonState state(); /** *

* Setter method for the COM property "State" *

* @param pstate Mandatory net.rgielen.com4j.office2010.office.MsoButtonState parameter. */ @DISPID(1610940424) //= 0x60050008. The runtime will prefer the VTID if present @VTID(92) void state( net.rgielen.com4j.office2010.office.MsoButtonState pstate); /** *

* Getter method for the COM property "Style" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoButtonStyle */ @DISPID(1610940426) //= 0x6005000a. The runtime will prefer the VTID if present @VTID(93) net.rgielen.com4j.office2010.office.MsoButtonStyle style(); /** *

* Setter method for the COM property "Style" *

* @param pstyle Mandatory net.rgielen.com4j.office2010.office.MsoButtonStyle parameter. */ @DISPID(1610940426) //= 0x6005000a. The runtime will prefer the VTID if present @VTID(94) void style( net.rgielen.com4j.office2010.office.MsoButtonStyle pstyle); /** *

* Getter method for the COM property "HyperlinkType" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoCommandBarButtonHyperlinkType */ @DISPID(1610940428) //= 0x6005000c. The runtime will prefer the VTID if present @VTID(95) net.rgielen.com4j.office2010.office.MsoCommandBarButtonHyperlinkType hyperlinkType(); /** *

* Setter method for the COM property "HyperlinkType" *

* @param phlType Mandatory net.rgielen.com4j.office2010.office.MsoCommandBarButtonHyperlinkType parameter. */ @DISPID(1610940428) //= 0x6005000c. The runtime will prefer the VTID if present @VTID(96) void hyperlinkType( net.rgielen.com4j.office2010.office.MsoCommandBarButtonHyperlinkType phlType); /** *

* Getter method for the COM property "Picture" *

* @return Returns a value of type Holder */ @DISPID(1610940430) //= 0x6005000e. The runtime will prefer the VTID if present @VTID(97) Holder picture(); /** *

* Setter method for the COM property "Picture" *

* @param ppdispPicture Mandatory Holder parameter. */ @DISPID(1610940430) //= 0x6005000e. The runtime will prefer the VTID if present @VTID(98) void picture( Holder ppdispPicture); /** *

* Getter method for the COM property "Mask" *

* @return Returns a value of type Holder */ @DISPID(1610940432) //= 0x60050010. The runtime will prefer the VTID if present @VTID(99) Holder mask(); /** *

* Setter method for the COM property "Mask" *

* @param ppipictdispMask Mandatory Holder parameter. */ @DISPID(1610940432) //= 0x60050010. The runtime will prefer the VTID if present @VTID(100) void mask( Holder ppipictdispMask); /** *

* Getter method for the COM property "InstanceIdPtr" *

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy