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

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

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

import com4j.*;

@IID("{000C171C-0000-0000-C000-000000000046}")
public interface ChartFillFormat extends Com4jObject {
  // Methods:
  /**
   * @param style Mandatory int parameter.
   * @param variant Mandatory int parameter.
   * @param degree Mandatory float parameter.
   */

  @DISPID(1610743808) //= 0x60020000. The runtime will prefer the VTID if present
  @VTID(7)
  void oneColorGradient(
    int style,
    int variant,
    float degree);


  /**
   * @param style Mandatory int parameter.
   * @param variant Mandatory int parameter.
   */

  @DISPID(1610743809) //= 0x60020001. The runtime will prefer the VTID if present
  @VTID(8)
  void twoColorGradient(
    int style,
    int variant);


  /**
   * @param presetTexture Mandatory int parameter.
   */

  @DISPID(1610743810) //= 0x60020002. The runtime will prefer the VTID if present
  @VTID(9)
  void presetTextured(
    int presetTexture);


  /**
   */

  @DISPID(1610743811) //= 0x60020003. The runtime will prefer the VTID if present
  @VTID(10)
  void solid();


  /**
   * @param pattern Mandatory int parameter.
   */

  @DISPID(1610743812) //= 0x60020004. The runtime will prefer the VTID if present
  @VTID(11)
  void patterned(
    int pattern);


  /**
   * @param pictureFile Mandatory java.lang.Object parameter.
   * @param pictureFormat Mandatory java.lang.Object parameter.
   * @param pictureStackUnit Mandatory java.lang.Object parameter.
   * @param picturePlacement Mandatory java.lang.Object parameter.
   */

  @DISPID(1610743813) //= 0x60020005. The runtime will prefer the VTID if present
  @VTID(12)
  void userPicture(
    @MarshalAs(NativeType.VARIANT) java.lang.Object pictureFile,
    @MarshalAs(NativeType.VARIANT) java.lang.Object pictureFormat,
    @MarshalAs(NativeType.VARIANT) java.lang.Object pictureStackUnit,
    @MarshalAs(NativeType.VARIANT) java.lang.Object picturePlacement);


  /**
   * @param textureFile Mandatory java.lang.String parameter.
   */

  @DISPID(1610743814) //= 0x60020006. The runtime will prefer the VTID if present
  @VTID(13)
  void userTextured(
    java.lang.String textureFile);


  /**
   * @param style Mandatory int parameter.
   * @param variant Mandatory int parameter.
   * @param presetGradientType Mandatory int parameter.
   */

  @DISPID(1610743815) //= 0x60020007. The runtime will prefer the VTID if present
  @VTID(14)
  void presetGradient(
    int style,
    int variant,
    int presetGradientType);


  /**
   * 

* Getter method for the COM property "BackColor" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.ChartColorFormat */ @DISPID(1610743816) //= 0x60020008. The runtime will prefer the VTID if present @VTID(15) net.rgielen.com4j.office2010.office.ChartColorFormat backColor(); /** *

* Getter method for the COM property "ForeColor" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.ChartColorFormat */ @DISPID(1610743817) //= 0x60020009. The runtime will prefer the VTID if present @VTID(16) net.rgielen.com4j.office2010.office.ChartColorFormat foreColor(); /** *

* Getter method for the COM property "GradientColorType" *

* @return Returns a value of type int */ @DISPID(1610743818) //= 0x6002000a. The runtime will prefer the VTID if present @VTID(17) int gradientColorType(); /** *

* Getter method for the COM property "GradientDegree" *

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

* Getter method for the COM property "GradientStyle" *

* @return Returns a value of type int */ @DISPID(1610743820) //= 0x6002000c. The runtime will prefer the VTID if present @VTID(19) int gradientStyle(); /** *

* Getter method for the COM property "GradientVariant" *

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

* Getter method for the COM property "Pattern" *

* @return Returns a value of type int */ @DISPID(1610743822) //= 0x6002000e. The runtime will prefer the VTID if present @VTID(21) int pattern(); /** *

* Getter method for the COM property "PresetGradientType" *

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

* Getter method for the COM property "PresetTexture" *

* @return Returns a value of type int */ @DISPID(1610743824) //= 0x60020010. The runtime will prefer the VTID if present @VTID(23) int presetTexture(); /** *

* Getter method for the COM property "TextureName" *

* @return Returns a value of type java.lang.String */ @DISPID(1610743825) //= 0x60020011. The runtime will prefer the VTID if present @VTID(24) java.lang.String textureName(); /** *

* Getter method for the COM property "TextureType" *

* @return Returns a value of type int */ @DISPID(1610743826) //= 0x60020012. The runtime will prefer the VTID if present @VTID(25) int textureType(); /** *

* Getter method for the COM property "Type" *

* @return Returns a value of type int */ @DISPID(1610743827) //= 0x60020013. The runtime will prefer the VTID if present @VTID(26) int type(); /** *

* Setter method for the COM property "Visible" *

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

* Getter method for the COM property "Visible" *

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

* 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(29) @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(30) 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(31) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy