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

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

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

import com4j.*;

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

* Getter method for the COM property "LanguageID" *

* @param id Mandatory net.rgielen.com4j.office2010.office.MsoAppLanguageID parameter. * @return Returns a value of type int */ @DISPID(1) //= 0x1. The runtime will prefer the VTID if present @VTID(9) int languageID( net.rgielen.com4j.office2010.office.MsoAppLanguageID id); /** *

* Getter method for the COM property "LanguagePreferredForEditing" *

* @param lid Mandatory net.rgielen.com4j.office2010.office.MsoLanguageID parameter. * @return Returns a value of type boolean */ @DISPID(2) //= 0x2. The runtime will prefer the VTID if present @VTID(10) boolean languagePreferredForEditing( net.rgielen.com4j.office2010.office.MsoLanguageID lid); /** *

* Getter method for the COM property "Parent" *

* @return Returns a value of type com4j.Com4jObject */ @DISPID(3) //= 0x3. The runtime will prefer the VTID if present @VTID(11) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); // Properties: }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy