net.rgielen.com4j.office2010.word.OMathBox Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.word ;
import com4j.*;
@IID("{842C37FE-C76F-4B2B-9B60-C408CB5E838E}")
public interface OMathBox 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 "OpEmu"
*
* @return Returns a value of type boolean
*/
@DISPID(104) //= 0x68. The runtime will prefer the VTID if present
@VTID(11)
boolean opEmu();
/**
*
* Setter method for the COM property "OpEmu"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(104) //= 0x68. The runtime will prefer the VTID if present
@VTID(12)
void opEmu(
boolean prop);
/**
*
* Getter method for the COM property "NoBreak"
*
* @return Returns a value of type boolean
*/
@DISPID(105) //= 0x69. The runtime will prefer the VTID if present
@VTID(13)
boolean noBreak();
/**
*
* Setter method for the COM property "NoBreak"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(105) //= 0x69. The runtime will prefer the VTID if present
@VTID(14)
void noBreak(
boolean prop);
/**
*
* Getter method for the COM property "Diff"
*
* @return Returns a value of type boolean
*/
@DISPID(106) //= 0x6a. The runtime will prefer the VTID if present
@VTID(15)
boolean diff();
/**
*
* Setter method for the COM property "Diff"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(106) //= 0x6a. The runtime will prefer the VTID if present
@VTID(16)
void diff(
boolean prop);
// Properties:
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy