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

net.rgielen.com4j.office2010.office.MetaProperty Maven / Gradle / Ivy

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

import com4j.*;

@IID("{000C038F-0000-0000-C000-000000000046}")
public interface MetaProperty extends net.rgielen.com4j.office2010.office._IMsoDispObj {
  // Methods:
  /**
   * 

* Getter method for the COM property "Value" *

* @return Returns a value of type java.lang.Object */ @DISPID(0) //= 0x0. The runtime will prefer the VTID if present @VTID(9) @DefaultMethod @ReturnValue(type=NativeType.VARIANT) java.lang.Object value(); /** *

* Setter method for the COM property "Value" *

* @param pvarValue Mandatory java.lang.Object parameter. */ @DISPID(0) //= 0x0. The runtime will prefer the VTID if present @VTID(10) @DefaultMethod void value( @MarshalAs(NativeType.VARIANT) java.lang.Object pvarValue); /** *

* Getter method for the COM property "Name" *

* @return Returns a value of type java.lang.String */ @DISPID(1) //= 0x1. The runtime will prefer the VTID if present @VTID(11) java.lang.String name(); /** *

* Getter method for the COM property "Id" *

* @return Returns a value of type java.lang.String */ @DISPID(2) //= 0x2. The runtime will prefer the VTID if present @VTID(12) java.lang.String id(); /** *

* Getter method for the COM property "IsReadOnly" *

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

* Getter method for the COM property "IsRequired" *

* @return Returns a value of type boolean */ @DISPID(4) //= 0x4. The runtime will prefer the VTID if present @VTID(14) boolean isRequired(); /** *

* Getter method for the COM property "Type" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoMetaPropertyType */ @DISPID(5) //= 0x5. The runtime will prefer the VTID if present @VTID(15) net.rgielen.com4j.office2010.office.MsoMetaPropertyType type(); /** * @return Returns a value of type java.lang.String */ @DISPID(6) //= 0x6. The runtime will prefer the VTID if present @VTID(16) java.lang.String validate(); /** *

* Getter method for the COM property "ValidationError" *

* @return Returns a value of type java.lang.String */ @DISPID(7) //= 0x7. The runtime will prefer the VTID if present @VTID(17) java.lang.String validationError(); /** *

* Getter method for the COM property "Parent" *

* @return Returns a value of type com4j.Com4jObject */ @DISPID(8) //= 0x8. The runtime will prefer the VTID if present @VTID(18) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy