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

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

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

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface TickLabels 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(); /** */ @DISPID(117) java.lang.Object delete(); /** *

* Getter method for the COM property "Font" *

*/ @DISPID(146) @PropGet net.rgielen.com4j.office2010.excel.Font font(); /** *

* Getter method for the COM property "Name" *

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

* Getter method for the COM property "NumberFormat" *

*/ @DISPID(193) @PropGet java.lang.String numberFormat(); /** *

* Setter method for the COM property "NumberFormat" *

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

* Getter method for the COM property "NumberFormatLinked" *

*/ @DISPID(194) @PropGet boolean numberFormatLinked(); /** *

* Setter method for the COM property "NumberFormatLinked" *

* @param rhs Mandatory boolean parameter. */ @DISPID(194) @PropPut void numberFormatLinked( boolean rhs); /** *

* Getter method for the COM property "NumberFormatLocal" *

*/ @DISPID(1097) @PropGet java.lang.Object numberFormatLocal(); /** *

* Setter method for the COM property "NumberFormatLocal" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(1097) @PropPut void numberFormatLocal( java.lang.Object rhs); /** *

* Getter method for the COM property "Orientation" *

*/ @DISPID(134) @PropGet net.rgielen.com4j.office2010.excel.XlTickLabelOrientation orientation(); /** *

* Setter method for the COM property "Orientation" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlTickLabelOrientation parameter. */ @DISPID(134) @PropPut void orientation( net.rgielen.com4j.office2010.excel.XlTickLabelOrientation rhs); /** */ @DISPID(235) java.lang.Object select(); /** *

* Getter method for the COM property "ReadingOrder" *

*/ @DISPID(975) @PropGet int readingOrder(); /** *

* Setter method for the COM property "ReadingOrder" *

* @param rhs Mandatory int parameter. */ @DISPID(975) @PropPut void readingOrder( int rhs); /** *

* Getter method for the COM property "AutoScaleFont" *

*/ @DISPID(1525) @PropGet java.lang.Object autoScaleFont(); /** *

* Setter method for the COM property "AutoScaleFont" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(1525) @PropPut void autoScaleFont( java.lang.Object rhs); /** *

* Getter method for the COM property "Depth" *

*/ @DISPID(1890) @PropGet int depth(); /** *

* Getter method for the COM property "Offset" *

*/ @DISPID(254) @PropGet int offset(); /** *

* Setter method for the COM property "Offset" *

* @param rhs Mandatory int parameter. */ @DISPID(254) @PropPut void offset( int rhs); /** *

* Getter method for the COM property "Alignment" *

*/ @DISPID(453) @PropGet int alignment(); /** *

* Setter method for the COM property "Alignment" *

* @param rhs Mandatory int parameter. */ @DISPID(453) @PropPut void alignment( int rhs); /** *

* Getter method for the COM property "MultiLevel" *

*/ @DISPID(2653) @PropGet boolean multiLevel(); /** *

* Setter method for the COM property "MultiLevel" *

* @param rhs Mandatory boolean parameter. */ @DISPID(2653) @PropPut void multiLevel( boolean rhs); /** *

* Getter method for the COM property "Format" *

*/ @DISPID(116) @PropGet net.rgielen.com4j.office2010.excel.ChartFormat format(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy