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

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

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

import com4j.*;

@IID("{000CDB0A-0000-0000-C000-000000000046}")
public interface ICustomXMLPartsEvents extends Com4jObject {
  // Methods:
  /**
   * @param newPart Mandatory net.rgielen.com4j.office2010.office._CustomXMLPart parameter.
   */

  @DISPID(1) //= 0x1. The runtime will prefer the VTID if present
  @VTID(7)
  void partAfterAdd(
    net.rgielen.com4j.office2010.office._CustomXMLPart newPart);


  /**
   * @param oldPart Mandatory net.rgielen.com4j.office2010.office._CustomXMLPart parameter.
   */

  @DISPID(2) //= 0x2. The runtime will prefer the VTID if present
  @VTID(8)
  void partBeforeDelete(
    net.rgielen.com4j.office2010.office._CustomXMLPart oldPart);


  /**
   * @param part Mandatory net.rgielen.com4j.office2010.office._CustomXMLPart parameter.
   */

  @DISPID(3) //= 0x3. The runtime will prefer the VTID if present
  @VTID(9)
  void partAfterLoad(
    net.rgielen.com4j.office2010.office._CustomXMLPart part);


  // Properties:
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy