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

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

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

import com4j.*;

@IID("{000C1713-0000-0000-C000-000000000046}")
public interface IMsoAxis extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "AxisBetweenCategories" *

* @return Returns a value of type boolean */ @DISPID(1610743808) //= 0x60020000. The runtime will prefer the VTID if present @VTID(7) boolean axisBetweenCategories(); /** *

* Setter method for the COM property "AxisBetweenCategories" *

* @param pval Mandatory boolean parameter. */ @DISPID(1610743808) //= 0x60020000. The runtime will prefer the VTID if present @VTID(8) void axisBetweenCategories( boolean pval); /** *

* Getter method for the COM property "AxisGroup" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.XlAxisGroup */ @DISPID(1610743810) //= 0x60020002. The runtime will prefer the VTID if present @VTID(9) net.rgielen.com4j.office2010.office.XlAxisGroup axisGroup(); /** *

* Getter method for the COM property "AxisTitle" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoAxisTitle */ @DISPID(1610743811) //= 0x60020003. The runtime will prefer the VTID if present @VTID(10) net.rgielen.com4j.office2010.office.IMsoAxisTitle axisTitle(); /** *

* Getter method for the COM property "CategoryNames" *

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

* Setter method for the COM property "CategoryNames" *

* @param pval Mandatory java.lang.Object parameter. */ @DISPID(1610743812) //= 0x60020004. The runtime will prefer the VTID if present @VTID(12) void categoryNames( @MarshalAs(NativeType.VARIANT) java.lang.Object pval); /** *

* Getter method for the COM property "Crosses" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.XlAxisCrosses */ @DISPID(1610743814) //= 0x60020006. The runtime will prefer the VTID if present @VTID(13) net.rgielen.com4j.office2010.office.XlAxisCrosses crosses(); /** *

* Setter method for the COM property "Crosses" *

* @param pval Mandatory net.rgielen.com4j.office2010.office.XlAxisCrosses parameter. */ @DISPID(1610743814) //= 0x60020006. The runtime will prefer the VTID if present @VTID(14) void crosses( net.rgielen.com4j.office2010.office.XlAxisCrosses pval); /** *

* Getter method for the COM property "CrossesAt" *

* @return Returns a value of type double */ @DISPID(1610743816) //= 0x60020008. The runtime will prefer the VTID if present @VTID(15) double crossesAt(); /** *

* Setter method for the COM property "CrossesAt" *

* @param pval Mandatory double parameter. */ @DISPID(1610743816) //= 0x60020008. The runtime will prefer the VTID if present @VTID(16) void crossesAt( double pval); /** * @return Returns a value of type java.lang.Object */ @DISPID(1610743818) //= 0x6002000a. The runtime will prefer the VTID if present @VTID(17) @ReturnValue(type=NativeType.VARIANT) java.lang.Object delete(); /** *

* Getter method for the COM property "HasMajorGridlines" *

* @return Returns a value of type boolean */ @DISPID(1610743819) //= 0x6002000b. The runtime will prefer the VTID if present @VTID(18) boolean hasMajorGridlines(); /** *

* Setter method for the COM property "HasMajorGridlines" *

* @param pval Mandatory boolean parameter. */ @DISPID(1610743819) //= 0x6002000b. The runtime will prefer the VTID if present @VTID(19) void hasMajorGridlines( boolean pval); /** *

* Getter method for the COM property "HasMinorGridlines" *

* @return Returns a value of type boolean */ @DISPID(1610743821) //= 0x6002000d. The runtime will prefer the VTID if present @VTID(20) boolean hasMinorGridlines(); /** *

* Setter method for the COM property "HasMinorGridlines" *

* @param pval Mandatory boolean parameter. */ @DISPID(1610743821) //= 0x6002000d. The runtime will prefer the VTID if present @VTID(21) void hasMinorGridlines( boolean pval); /** *

* Getter method for the COM property "HasTitle" *

* @return Returns a value of type boolean */ @DISPID(1610743823) //= 0x6002000f. The runtime will prefer the VTID if present @VTID(22) boolean hasTitle(); /** *

* Setter method for the COM property "HasTitle" *

* @param pval Mandatory boolean parameter. */ @DISPID(1610743823) //= 0x6002000f. The runtime will prefer the VTID if present @VTID(23) void hasTitle( boolean pval); /** *

* Getter method for the COM property "MajorGridlines" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.GridLines */ @DISPID(1610743825) //= 0x60020011. The runtime will prefer the VTID if present @VTID(24) net.rgielen.com4j.office2010.office.GridLines majorGridlines(); /** *

* Getter method for the COM property "MajorTickMark" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.XlTickMark */ @DISPID(1610743826) //= 0x60020012. The runtime will prefer the VTID if present @VTID(25) net.rgielen.com4j.office2010.office.XlTickMark majorTickMark(); /** *

* Setter method for the COM property "MajorTickMark" *

* @param pval Mandatory net.rgielen.com4j.office2010.office.XlTickMark parameter. */ @DISPID(1610743826) //= 0x60020012. The runtime will prefer the VTID if present @VTID(26) void majorTickMark( net.rgielen.com4j.office2010.office.XlTickMark pval); /** *

* Getter method for the COM property "MajorUnit" *

* @return Returns a value of type double */ @DISPID(1610743828) //= 0x60020014. The runtime will prefer the VTID if present @VTID(27) double majorUnit(); /** *

* Setter method for the COM property "MajorUnit" *

* @param pval Mandatory double parameter. */ @DISPID(1610743828) //= 0x60020014. The runtime will prefer the VTID if present @VTID(28) void majorUnit( double pval); /** *

* Getter method for the COM property "LogBase" *

* @return Returns a value of type double */ @DISPID(1610743830) //= 0x60020016. The runtime will prefer the VTID if present @VTID(29) double logBase(); /** *

* Setter method for the COM property "LogBase" *

* @param pval Mandatory double parameter. */ @DISPID(1610743830) //= 0x60020016. The runtime will prefer the VTID if present @VTID(30) void logBase( double pval); /** *

* Getter method for the COM property "TickLabelSpacingIsAuto" *

* @return Returns a value of type boolean */ @DISPID(1610743832) //= 0x60020018. The runtime will prefer the VTID if present @VTID(31) boolean tickLabelSpacingIsAuto(); /** *

* Setter method for the COM property "TickLabelSpacingIsAuto" *

* @param pval Mandatory boolean parameter. */ @DISPID(1610743832) //= 0x60020018. The runtime will prefer the VTID if present @VTID(32) void tickLabelSpacingIsAuto( boolean pval); /** *

* Getter method for the COM property "MajorUnitIsAuto" *

* @return Returns a value of type boolean */ @DISPID(1610743834) //= 0x6002001a. The runtime will prefer the VTID if present @VTID(33) boolean majorUnitIsAuto(); /** *

* Setter method for the COM property "MajorUnitIsAuto" *

* @param pval Mandatory boolean parameter. */ @DISPID(1610743834) //= 0x6002001a. The runtime will prefer the VTID if present @VTID(34) void majorUnitIsAuto( boolean pval); /** *

* Getter method for the COM property "MaximumScale" *

* @return Returns a value of type double */ @DISPID(1610743836) //= 0x6002001c. The runtime will prefer the VTID if present @VTID(35) double maximumScale(); /** *

* Setter method for the COM property "MaximumScale" *

* @param pval Mandatory double parameter. */ @DISPID(1610743836) //= 0x6002001c. The runtime will prefer the VTID if present @VTID(36) void maximumScale( double pval); /** *

* Getter method for the COM property "MaximumScaleIsAuto" *

* @return Returns a value of type boolean */ @DISPID(1610743838) //= 0x6002001e. The runtime will prefer the VTID if present @VTID(37) boolean maximumScaleIsAuto(); /** *

* Setter method for the COM property "MaximumScaleIsAuto" *

* @param pval Mandatory boolean parameter. */ @DISPID(1610743838) //= 0x6002001e. The runtime will prefer the VTID if present @VTID(38) void maximumScaleIsAuto( boolean pval); /** *

* Getter method for the COM property "MinimumScale" *

* @return Returns a value of type double */ @DISPID(1610743840) //= 0x60020020. The runtime will prefer the VTID if present @VTID(39) double minimumScale(); /** *

* Setter method for the COM property "MinimumScale" *

* @param pval Mandatory double parameter. */ @DISPID(1610743840) //= 0x60020020. The runtime will prefer the VTID if present @VTID(40) void minimumScale( double pval); /** *

* Getter method for the COM property "MinimumScaleIsAuto" *

* @return Returns a value of type boolean */ @DISPID(1610743842) //= 0x60020022. The runtime will prefer the VTID if present @VTID(41) boolean minimumScaleIsAuto(); /** *

* Setter method for the COM property "MinimumScaleIsAuto" *

* @param pval Mandatory boolean parameter. */ @DISPID(1610743842) //= 0x60020022. The runtime will prefer the VTID if present @VTID(42) void minimumScaleIsAuto( boolean pval); /** *

* Getter method for the COM property "MinorGridlines" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.GridLines */ @DISPID(1610743844) //= 0x60020024. The runtime will prefer the VTID if present @VTID(43) net.rgielen.com4j.office2010.office.GridLines minorGridlines(); /** *

* Getter method for the COM property "MinorTickMark" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.XlTickMark */ @DISPID(1610743845) //= 0x60020025. The runtime will prefer the VTID if present @VTID(44) net.rgielen.com4j.office2010.office.XlTickMark minorTickMark(); /** *

* Setter method for the COM property "MinorTickMark" *

* @param pval Mandatory net.rgielen.com4j.office2010.office.XlTickMark parameter. */ @DISPID(1610743845) //= 0x60020025. The runtime will prefer the VTID if present @VTID(45) void minorTickMark( net.rgielen.com4j.office2010.office.XlTickMark pval); /** *

* Getter method for the COM property "MinorUnit" *

* @return Returns a value of type double */ @DISPID(1610743847) //= 0x60020027. The runtime will prefer the VTID if present @VTID(46) double minorUnit(); /** *

* Setter method for the COM property "MinorUnit" *

* @param pval Mandatory double parameter. */ @DISPID(1610743847) //= 0x60020027. The runtime will prefer the VTID if present @VTID(47) void minorUnit( double pval); /** *

* Getter method for the COM property "MinorUnitIsAuto" *

* @return Returns a value of type boolean */ @DISPID(1610743849) //= 0x60020029. The runtime will prefer the VTID if present @VTID(48) boolean minorUnitIsAuto(); /** *

* Setter method for the COM property "MinorUnitIsAuto" *

* @param pval Mandatory boolean parameter. */ @DISPID(1610743849) //= 0x60020029. The runtime will prefer the VTID if present @VTID(49) void minorUnitIsAuto( boolean pval); /** *

* Getter method for the COM property "ReversePlotOrder" *

* @return Returns a value of type boolean */ @DISPID(1610743851) //= 0x6002002b. The runtime will prefer the VTID if present @VTID(50) boolean reversePlotOrder(); /** *

* Setter method for the COM property "ReversePlotOrder" *

* @param pval Mandatory boolean parameter. */ @DISPID(1610743851) //= 0x6002002b. The runtime will prefer the VTID if present @VTID(51) void reversePlotOrder( boolean pval); /** *

* Getter method for the COM property "ScaleType" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.XlScaleType */ @DISPID(1610743853) //= 0x6002002d. The runtime will prefer the VTID if present @VTID(52) net.rgielen.com4j.office2010.office.XlScaleType scaleType(); /** *

* Setter method for the COM property "ScaleType" *

* @param pval Mandatory net.rgielen.com4j.office2010.office.XlScaleType parameter. */ @DISPID(1610743853) //= 0x6002002d. The runtime will prefer the VTID if present @VTID(53) void scaleType( net.rgielen.com4j.office2010.office.XlScaleType pval); /** * @return Returns a value of type java.lang.Object */ @DISPID(1610743855) //= 0x6002002f. The runtime will prefer the VTID if present @VTID(54) @ReturnValue(type=NativeType.VARIANT) java.lang.Object select(); /** *

* Getter method for the COM property "TickLabelPosition" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.XlTickLabelPosition */ @DISPID(1610743856) //= 0x60020030. The runtime will prefer the VTID if present @VTID(55) net.rgielen.com4j.office2010.office.XlTickLabelPosition tickLabelPosition(); /** *

* Setter method for the COM property "TickLabelPosition" *

* @param pval Mandatory net.rgielen.com4j.office2010.office.XlTickLabelPosition parameter. */ @DISPID(1610743856) //= 0x60020030. The runtime will prefer the VTID if present @VTID(56) void tickLabelPosition( net.rgielen.com4j.office2010.office.XlTickLabelPosition pval); /** *

* Getter method for the COM property "TickLabels" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoTickLabels */ @DISPID(1610743858) //= 0x60020032. The runtime will prefer the VTID if present @VTID(57) net.rgielen.com4j.office2010.office.IMsoTickLabels tickLabels(); /** *

* Getter method for the COM property "TickLabelSpacing" *

* @return Returns a value of type int */ @DISPID(1610743859) //= 0x60020033. The runtime will prefer the VTID if present @VTID(58) int tickLabelSpacing(); /** *

* Setter method for the COM property "TickLabelSpacing" *

* @param pval Mandatory int parameter. */ @DISPID(1610743859) //= 0x60020033. The runtime will prefer the VTID if present @VTID(59) void tickLabelSpacing( int pval); /** *

* Getter method for the COM property "TickMarkSpacing" *

* @return Returns a value of type int */ @DISPID(1610743861) //= 0x60020035. The runtime will prefer the VTID if present @VTID(60) int tickMarkSpacing(); /** *

* Setter method for the COM property "TickMarkSpacing" *

* @param pval Mandatory int parameter. */ @DISPID(1610743861) //= 0x60020035. The runtime will prefer the VTID if present @VTID(61) void tickMarkSpacing( int pval); /** *

* Getter method for the COM property "Type" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.XlAxisType */ @DISPID(1610743863) //= 0x60020037. The runtime will prefer the VTID if present @VTID(62) net.rgielen.com4j.office2010.office.XlAxisType type(); /** *

* Setter method for the COM property "Type" *

* @param pval Mandatory net.rgielen.com4j.office2010.office.XlAxisType parameter. */ @DISPID(1610743863) //= 0x60020037. The runtime will prefer the VTID if present @VTID(63) void type( net.rgielen.com4j.office2010.office.XlAxisType pval); /** *

* Getter method for the COM property "BaseUnit" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.XlTimeUnit */ @DISPID(1610743865) //= 0x60020039. The runtime will prefer the VTID if present @VTID(64) net.rgielen.com4j.office2010.office.XlTimeUnit baseUnit(); /** *

* Setter method for the COM property "BaseUnit" *

* @param pval Mandatory net.rgielen.com4j.office2010.office.XlTimeUnit parameter. */ @DISPID(1610743865) //= 0x60020039. The runtime will prefer the VTID if present @VTID(65) void baseUnit( net.rgielen.com4j.office2010.office.XlTimeUnit pval); /** *

* Getter method for the COM property "BaseUnitIsAuto" *

* @return Returns a value of type boolean */ @DISPID(1610743867) //= 0x6002003b. The runtime will prefer the VTID if present @VTID(66) boolean baseUnitIsAuto(); /** *

* Setter method for the COM property "BaseUnitIsAuto" *

* @param pval Mandatory boolean parameter. */ @DISPID(1610743867) //= 0x6002003b. The runtime will prefer the VTID if present @VTID(67) void baseUnitIsAuto( boolean pval); /** *

* Getter method for the COM property "MajorUnitScale" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.XlTimeUnit */ @DISPID(1610743869) //= 0x6002003d. The runtime will prefer the VTID if present @VTID(68) net.rgielen.com4j.office2010.office.XlTimeUnit majorUnitScale(); /** *

* Setter method for the COM property "MajorUnitScale" *

* @param pval Mandatory net.rgielen.com4j.office2010.office.XlTimeUnit parameter. */ @DISPID(1610743869) //= 0x6002003d. The runtime will prefer the VTID if present @VTID(69) void majorUnitScale( net.rgielen.com4j.office2010.office.XlTimeUnit pval); /** *

* Getter method for the COM property "MinorUnitScale" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.XlTimeUnit */ @DISPID(1610743871) //= 0x6002003f. The runtime will prefer the VTID if present @VTID(70) net.rgielen.com4j.office2010.office.XlTimeUnit minorUnitScale(); /** *

* Setter method for the COM property "MinorUnitScale" *

* @param pval Mandatory net.rgielen.com4j.office2010.office.XlTimeUnit parameter. */ @DISPID(1610743871) //= 0x6002003f. The runtime will prefer the VTID if present @VTID(71) void minorUnitScale( net.rgielen.com4j.office2010.office.XlTimeUnit pval); /** *

* Getter method for the COM property "CategoryType" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.XlCategoryType */ @DISPID(1610743873) //= 0x60020041. The runtime will prefer the VTID if present @VTID(72) net.rgielen.com4j.office2010.office.XlCategoryType categoryType(); /** *

* Setter method for the COM property "CategoryType" *

* @param pval Mandatory net.rgielen.com4j.office2010.office.XlCategoryType parameter. */ @DISPID(1610743873) //= 0x60020041. The runtime will prefer the VTID if present @VTID(73) void categoryType( net.rgielen.com4j.office2010.office.XlCategoryType pval); /** *

* Getter method for the COM property "Left" *

* @return Returns a value of type double */ @DISPID(1610743875) //= 0x60020043. The runtime will prefer the VTID if present @VTID(74) double left(); /** *

* Getter method for the COM property "Top" *

* @return Returns a value of type double */ @DISPID(1610743876) //= 0x60020044. The runtime will prefer the VTID if present @VTID(75) double top(); /** *

* Getter method for the COM property "Width" *

* @return Returns a value of type double */ @DISPID(1610743877) //= 0x60020045. The runtime will prefer the VTID if present @VTID(76) double width(); /** *

* Getter method for the COM property "Height" *

* @return Returns a value of type double */ @DISPID(1610743878) //= 0x60020046. The runtime will prefer the VTID if present @VTID(77) double height(); /** *

* Getter method for the COM property "DisplayUnit" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.XlDisplayUnit */ @DISPID(1610743879) //= 0x60020047. The runtime will prefer the VTID if present @VTID(78) net.rgielen.com4j.office2010.office.XlDisplayUnit displayUnit(); /** *

* Setter method for the COM property "DisplayUnit" *

* @param pval Mandatory net.rgielen.com4j.office2010.office.XlDisplayUnit parameter. */ @DISPID(1610743879) //= 0x60020047. The runtime will prefer the VTID if present @VTID(79) void displayUnit( net.rgielen.com4j.office2010.office.XlDisplayUnit pval); /** *

* Getter method for the COM property "DisplayUnitCustom" *

* @return Returns a value of type double */ @DISPID(1610743881) //= 0x60020049. The runtime will prefer the VTID if present @VTID(80) double displayUnitCustom(); /** *

* Setter method for the COM property "DisplayUnitCustom" *

* @param pval Mandatory double parameter. */ @DISPID(1610743881) //= 0x60020049. The runtime will prefer the VTID if present @VTID(81) void displayUnitCustom( double pval); /** *

* Getter method for the COM property "HasDisplayUnitLabel" *

* @return Returns a value of type boolean */ @DISPID(1610743883) //= 0x6002004b. The runtime will prefer the VTID if present @VTID(82) boolean hasDisplayUnitLabel(); /** *

* Setter method for the COM property "HasDisplayUnitLabel" *

* @param pval Mandatory boolean parameter. */ @DISPID(1610743883) //= 0x6002004b. The runtime will prefer the VTID if present @VTID(83) void hasDisplayUnitLabel( boolean pval); /** *

* Getter method for the COM property "DisplayUnitLabel" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoDisplayUnitLabel */ @DISPID(1610743885) //= 0x6002004d. The runtime will prefer the VTID if present @VTID(84) net.rgielen.com4j.office2010.office.IMsoDisplayUnitLabel displayUnitLabel(); /** *

* Getter method for the COM property "Border" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoBorder */ @DISPID(1610743886) //= 0x6002004e. The runtime will prefer the VTID if present @VTID(85) net.rgielen.com4j.office2010.office.IMsoBorder border(); /** *

* Getter method for the COM property "Name" *

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

* Getter method for the COM property "Format" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoChartFormat */ @DISPID(1610743888) //= 0x60020050. The runtime will prefer the VTID if present @VTID(87) net.rgielen.com4j.office2010.office.IMsoChartFormat format(); /** *

* Getter method for the COM property "Application" *

* @return Returns a value of type com4j.Com4jObject */ @DISPID(148) //= 0x94. The runtime will prefer the VTID if present @VTID(88) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject application(); /** *

* Getter method for the COM property "Creator" *

* @return Returns a value of type int */ @DISPID(149) //= 0x95. The runtime will prefer the VTID if present @VTID(89) int creator(); /** *

* Getter method for the COM property "Parent" *

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy