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

net.rgielen.com4j.office2010.excel.Hyperlink Maven / Gradle / Ivy

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

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface Hyperlink extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Application" *

*/ @DISPID(148) @PropGet net.rgielen.com4j.office2010.excel._Application application(); /** *

* Getter method for the COM property "Creator" *

*/ @DISPID(149) @PropGet net.rgielen.com4j.office2010.excel.XlCreator creator(); /** *

* Getter method for the COM property "Parent" *

*/ @DISPID(150) @PropGet com4j.Com4jObject parent(); /** *

* Getter method for the COM property "Name" *

*/ @DISPID(110) @PropGet java.lang.String name(); /** *

* Getter method for the COM property "Range" *

*/ @DISPID(197) @PropGet net.rgielen.com4j.office2010.excel.Range range(); /** *

* Getter method for the COM property "Shape" *

*/ @DISPID(1582) @PropGet net.rgielen.com4j.office2010.excel.Shape shape(); /** *

* Getter method for the COM property "SubAddress" *

*/ @DISPID(1471) @PropGet java.lang.String subAddress(); /** *

* Setter method for the COM property "SubAddress" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(1471) @PropPut void subAddress( java.lang.String rhs); /** *

* Getter method for the COM property "Address" *

*/ @DISPID(236) @PropGet java.lang.String address(); /** *

* Setter method for the COM property "Address" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(236) @PropPut void address( java.lang.String rhs); /** *

* Getter method for the COM property "Type" *

*/ @DISPID(108) @PropGet int type(); /** */ @DISPID(1476) void addToFavorites(); /** */ @DISPID(117) void delete(); /** * @param newWindow Optional parameter. Default value is com4j.Variant.getMissing() * @param addHistory Optional parameter. Default value is com4j.Variant.getMissing() * @param extraInfo Optional parameter. Default value is com4j.Variant.getMissing() * @param method Optional parameter. Default value is com4j.Variant.getMissing() * @param headerInfo Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(1616) void follow( @Optional java.lang.Object newWindow, @Optional java.lang.Object addHistory, @Optional java.lang.Object extraInfo, @Optional java.lang.Object method, @Optional java.lang.Object headerInfo); /** *

* Getter method for the COM property "EmailSubject" *

*/ @DISPID(1883) @PropGet java.lang.String emailSubject(); /** *

* Setter method for the COM property "EmailSubject" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(1883) @PropPut void emailSubject( java.lang.String rhs); /** *

* Getter method for the COM property "ScreenTip" *

*/ @DISPID(1881) @PropGet java.lang.String screenTip(); /** *

* Setter method for the COM property "ScreenTip" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(1881) @PropPut void screenTip( java.lang.String rhs); /** *

* Getter method for the COM property "TextToDisplay" *

*/ @DISPID(1882) @PropGet java.lang.String textToDisplay(); /** *

* Setter method for the COM property "TextToDisplay" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(1882) @PropPut void textToDisplay( java.lang.String rhs); /** * @param filename Mandatory java.lang.String parameter. * @param editNow Mandatory boolean parameter. * @param overwrite Mandatory boolean parameter. */ @DISPID(1884) void createNewDocument( java.lang.String filename, boolean editNow, boolean overwrite); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy