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

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

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

import com4j.*;

@IID("{000C1731-0000-0000-C000-000000000046}")
public interface IMsoCharacters extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Parent" *

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

* Getter method for the COM property "Caption" *

* @return Returns a value of type java.lang.String */ @DISPID(139) //= 0x8b. The runtime will prefer the VTID if present @VTID(8) java.lang.String caption(); /** *

* Setter method for the COM property "Caption" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(139) //= 0x8b. The runtime will prefer the VTID if present @VTID(9) void caption( java.lang.String rhs); /** *

* Getter method for the COM property "Count" *

* @return Returns a value of type int */ @DISPID(118) //= 0x76. The runtime will prefer the VTID if present @VTID(10) int count(); /** * @return Returns a value of type java.lang.Object */ @DISPID(117) //= 0x75. The runtime will prefer the VTID if present @VTID(11) @ReturnValue(type=NativeType.VARIANT) java.lang.Object delete(); /** *

* Getter method for the COM property "Font" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.ChartFont */ @DISPID(146) //= 0x92. The runtime will prefer the VTID if present @VTID(12) net.rgielen.com4j.office2010.office.ChartFont font(); /** * @param bstr Mandatory java.lang.String parameter. * @return Returns a value of type java.lang.Object */ @DISPID(252) //= 0xfc. The runtime will prefer the VTID if present @VTID(13) @ReturnValue(type=NativeType.VARIANT) java.lang.Object insert( java.lang.String bstr); /** *

* Getter method for the COM property "Text" *

* @return Returns a value of type java.lang.String */ @DISPID(138) //= 0x8a. The runtime will prefer the VTID if present @VTID(14) java.lang.String text(); /** *

* Setter method for the COM property "Text" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(138) //= 0x8a. The runtime will prefer the VTID if present @VTID(15) void text( java.lang.String rhs); /** *

* Getter method for the COM property "PhoneticCharacters" *

* @return Returns a value of type java.lang.String */ @DISPID(1522) //= 0x5f2. The runtime will prefer the VTID if present @VTID(16) java.lang.String phoneticCharacters(); /** *

* Setter method for the COM property "PhoneticCharacters" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(1522) //= 0x5f2. The runtime will prefer the VTID if present @VTID(17) void phoneticCharacters( java.lang.String rhs); /** *

* Getter method for the COM property "Application" *

* @return Returns a value of type com4j.Com4jObject */ @DISPID(148) //= 0x94. The runtime will prefer the VTID if present @VTID(18) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject application(); /** *

* Getter method for the COM property "Creator" *

* @return Returns a value of type int */ @DISPID(149) //= 0x95. The runtime will prefer the VTID if present @VTID(19) int creator(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy