
net.rgielen.com4j.office2010.word.OMathMatRow Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.word ;
import com4j.*;
@IID("{5DAA8BB6-054E-48F6-BEAC-EAAD02BE0CC7}")
public interface OMathMatRow 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 "Args"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.OMathArgs
*/
@DISPID(103) //= 0x67. The runtime will prefer the VTID if present
@VTID(10)
net.rgielen.com4j.office2010.word.OMathArgs args();
@VTID(10)
@ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.word.OMathArgs.class})
net.rgielen.com4j.office2010.word.OMath args(
int index);
/**
*
* Getter method for the COM property "RowIndex"
*
* @return Returns a value of type int
*/
@DISPID(104) //= 0x68. The runtime will prefer the VTID if present
@VTID(11)
int rowIndex();
/**
*/
@DISPID(200) //= 0xc8. The runtime will prefer the VTID if present
@VTID(12)
void delete();
// Properties:
}