net.rgielen.com4j.office2010.office.CustomXMLValidationError Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000CDB0E-0000-0000-C000-000000000046}")
public interface CustomXMLValidationError extends net.rgielen.com4j.office2010.office._IMsoDispObj {
// Methods:
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(1610809344) //= 0x60030000. The runtime will prefer the VTID if present
@VTID(9)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
*
* Getter method for the COM property "Name"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(1610809345) //= 0x60030001. The runtime will prefer the VTID if present
@VTID(10)
java.lang.String name();
/**
*
* Getter method for the COM property "Node"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.CustomXMLNode
*/
@DISPID(1610809346) //= 0x60030002. The runtime will prefer the VTID if present
@VTID(11)
net.rgielen.com4j.office2010.office.CustomXMLNode node();
/**
*
* Getter method for the COM property "Text"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(1610809347) //= 0x60030003. The runtime will prefer the VTID if present
@VTID(12)
java.lang.String text();
/**
*
* Getter method for the COM property "Type"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoCustomXMLValidationErrorType
*/
@DISPID(1610809348) //= 0x60030004. The runtime will prefer the VTID if present
@VTID(13)
net.rgielen.com4j.office2010.office.MsoCustomXMLValidationErrorType type();
/**
*/
@DISPID(1610809349) //= 0x60030005. The runtime will prefer the VTID if present
@VTID(14)
void delete();
/**
*
* Getter method for the COM property "ErrorCode"
*
* @return Returns a value of type int
*/
@DISPID(1610809350) //= 0x60030006. The runtime will prefer the VTID if present
@VTID(15)
int errorCode();
// Properties:
}