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

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

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

import com4j.*;

@IID("{000C0396-0000-0000-C000-000000000046}")
public interface IRibbonExtensibility extends Com4jObject {
  // Methods:
  /**
   * @param ribbonID Mandatory java.lang.String parameter.
   * @return  Returns a value of type java.lang.String
   */

  @DISPID(1) //= 0x1. The runtime will prefer the VTID if present
  @VTID(7)
  java.lang.String getCustomUI(
    java.lang.String ribbonID);


  // Properties:
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy