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

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

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

import com4j.*;

@IID("{2DF8D04E-5BFA-101B-BDE5-00AA0044DE52}")
public interface DocumentProperty extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Parent" *

*/ @VTID(7) void parent(); /** */ @VTID(8) void delete(); /** *

* Getter method for the COM property "Name" *

* @param lcid Mandatory int parameter. * @return Returns a value of type java.lang.String */ @VTID(9) java.lang.String name( @LCID int lcid); /** *

* Setter method for the COM property "Name" *

* @param lcid Mandatory int parameter. * @param pbstrRetVal Mandatory java.lang.String parameter. */ @VTID(10) void name( @LCID int lcid, java.lang.String pbstrRetVal); /** *

* Getter method for the COM property "Value" *

* @param lcid Mandatory int parameter. * @return Returns a value of type java.lang.Object */ @VTID(11) @DefaultMethod @ReturnValue(type=NativeType.VARIANT) java.lang.Object value( @LCID int lcid); /** *

* Setter method for the COM property "Value" *

* @param lcid Mandatory int parameter. * @param pvargRetVal Mandatory java.lang.Object parameter. */ @VTID(12) @DefaultMethod void value( @LCID int lcid, @MarshalAs(NativeType.VARIANT) java.lang.Object pvargRetVal); /** *

* Getter method for the COM property "Type" *

* @param lcid Mandatory int parameter. * @return Returns a value of type net.rgielen.com4j.office2010.office.MsoDocProperties */ @VTID(13) net.rgielen.com4j.office2010.office.MsoDocProperties type( @LCID int lcid); /** *

* Setter method for the COM property "Type" *

* @param lcid Mandatory int parameter. * @param ptypeRetVal Mandatory net.rgielen.com4j.office2010.office.MsoDocProperties parameter. */ @VTID(14) void type( @LCID int lcid, net.rgielen.com4j.office2010.office.MsoDocProperties ptypeRetVal); /** *

* Getter method for the COM property "LinkToContent" *

* @return Returns a value of type boolean */ @VTID(15) boolean linkToContent(); /** *

* Setter method for the COM property "LinkToContent" *

* @param pfLinkRetVal Mandatory boolean parameter. */ @VTID(16) void linkToContent( boolean pfLinkRetVal); /** *

* Getter method for the COM property "LinkSource" *

* @return Returns a value of type java.lang.String */ @VTID(17) java.lang.String linkSource(); /** *

* Setter method for the COM property "LinkSource" *

* @param pbstrSourceRetVal Mandatory java.lang.String parameter. */ @VTID(18) void linkSource( java.lang.String pbstrSourceRetVal); /** *

* Getter method for the COM property "Application" *

* @return Returns a value of type com4j.Com4jObject */ @VTID(19) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject application(); /** *

* Getter method for the COM property "Creator" *

* @return Returns a value of type int */ @VTID(20) int creator(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy