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

net.rgielen.com4j.office2010.word.OMathScrSubSup Maven / Gradle / Ivy

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

import com4j.*;

@IID("{DC489AD4-23C4-4F4B-990F-45A51C7C0C4F}")
public interface OMathScrSubSup extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Application" *

* @return Returns a value of type net.rgielen.com4j.office2010.word._Application */ @DISPID(100) //= 0x64. The runtime will prefer the VTID if present @VTID(7) net.rgielen.com4j.office2010.word._Application application(); /** *

* Getter method for the COM property "Creator" *

* @return Returns a value of type int */ @DISPID(101) //= 0x65. The runtime will prefer the VTID if present @VTID(8) int creator(); /** *

* Getter method for the COM property "Parent" *

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

* Getter method for the COM property "E" *

* @return Returns a value of type net.rgielen.com4j.office2010.word.OMath */ @DISPID(103) //= 0x67. The runtime will prefer the VTID if present @VTID(10) net.rgielen.com4j.office2010.word.OMath e(); /** *

* Getter method for the COM property "Sub" *

* @return Returns a value of type net.rgielen.com4j.office2010.word.OMath */ @DISPID(104) //= 0x68. The runtime will prefer the VTID if present @VTID(11) net.rgielen.com4j.office2010.word.OMath sub(); /** *

* Getter method for the COM property "Sup" *

* @return Returns a value of type net.rgielen.com4j.office2010.word.OMath */ @DISPID(105) //= 0x69. The runtime will prefer the VTID if present @VTID(12) net.rgielen.com4j.office2010.word.OMath sup(); /** *

* Getter method for the COM property "AlignScripts" *

* @return Returns a value of type boolean */ @DISPID(106) //= 0x6a. The runtime will prefer the VTID if present @VTID(13) boolean alignScripts(); /** *

* Setter method for the COM property "AlignScripts" *

* @param prop Mandatory boolean parameter. */ @DISPID(106) //= 0x6a. The runtime will prefer the VTID if present @VTID(14) void alignScripts( boolean prop); /** * @return Returns a value of type net.rgielen.com4j.office2010.word.OMathFunction */ @DISPID(200) //= 0xc8. The runtime will prefer the VTID if present @VTID(15) net.rgielen.com4j.office2010.word.OMathFunction removeSub(); /** * @return Returns a value of type net.rgielen.com4j.office2010.word.OMathFunction */ @DISPID(201) //= 0xc9. The runtime will prefer the VTID if present @VTID(16) net.rgielen.com4j.office2010.word.OMathFunction removeSup(); /** * @return Returns a value of type net.rgielen.com4j.office2010.word.OMathFunction */ @DISPID(202) //= 0xca. The runtime will prefer the VTID if present @VTID(17) net.rgielen.com4j.office2010.word.OMathFunction toScrPre(); // Properties: }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy