
net.rgielen.com4j.office2010.office.MetaProperties Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C038E-0000-0000-C000-000000000046}")
public interface MetaProperties extends net.rgielen.com4j.office2010.office._IMsoDispObj,Iterable {
// Methods:
/**
*
* Getter method for the COM property "Item"
*
* @param index Mandatory java.lang.Object parameter.
* @return Returns a value of type net.rgielen.com4j.office2010.office.MetaProperty
*/
@DISPID(0) //= 0x0. The runtime will prefer the VTID if present
@VTID(9)
@DefaultMethod
net.rgielen.com4j.office2010.office.MetaProperty item(
@MarshalAs(NativeType.VARIANT) java.lang.Object index);
/**
* @param internalName Mandatory java.lang.String parameter.
* @return Returns a value of type net.rgielen.com4j.office2010.office.MetaProperty
*/
@DISPID(1) //= 0x1. The runtime will prefer the VTID if present
@VTID(10)
net.rgielen.com4j.office2010.office.MetaProperty getItemByInternalName(
java.lang.String internalName);
/**
*
* Getter method for the COM property "Count"
*
* @return Returns a value of type int
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(11)
int count();
/**
* @return Returns a value of type java.lang.String
*/
@DISPID(3) //= 0x3. The runtime will prefer the VTID if present
@VTID(12)
java.lang.String validate();
/**
*
* Getter method for the COM property "ValidationError"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(4) //= 0x4. The runtime will prefer the VTID if present
@VTID(13)
java.lang.String validationError();
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(5) //= 0x5. The runtime will prefer the VTID if present
@VTID(14)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
*
* Getter method for the COM property "SchemaXml"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(6) //= 0x6. The runtime will prefer the VTID if present
@VTID(15)
java.lang.String schemaXml();
/**
*
* Getter method for the COM property "_NewEnum"
*
*/
@DISPID(-4) //= 0xfffffffc. The runtime will prefer the VTID if present
@VTID(16)
java.util.Iterator iterator();
// Properties:
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy