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

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

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

import com4j.*;

@IID("{000C0314-0000-0000-C000-000000000046}")
public interface FillFormat extends net.rgielen.com4j.office2010.office._IMsoDispObj {
  // Methods:
  /**
   * 

* Getter method for the COM property "Parent" *

* @return Returns a value of type com4j.Com4jObject */ @DISPID(1) //= 0x1. The runtime will prefer the VTID if present @VTID(9) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); /** */ @DISPID(10) //= 0xa. The runtime will prefer the VTID if present @VTID(10) void background(); /** * @param style Mandatory net.rgielen.com4j.office2010.office.MsoGradientStyle parameter. * @param variant Mandatory int parameter. * @param degree Mandatory float parameter. */ @DISPID(11) //= 0xb. The runtime will prefer the VTID if present @VTID(11) void oneColorGradient( net.rgielen.com4j.office2010.office.MsoGradientStyle style, int variant, float degree); /** * @param pattern Mandatory net.rgielen.com4j.office2010.office.MsoPatternType parameter. */ @DISPID(12) //= 0xc. The runtime will prefer the VTID if present @VTID(12) void patterned( net.rgielen.com4j.office2010.office.MsoPatternType pattern); /** * @param style Mandatory net.rgielen.com4j.office2010.office.MsoGradientStyle parameter. * @param variant Mandatory int parameter. * @param presetGradientType Mandatory net.rgielen.com4j.office2010.office.MsoPresetGradientType parameter. */ @DISPID(13) //= 0xd. The runtime will prefer the VTID if present @VTID(13) void presetGradient( net.rgielen.com4j.office2010.office.MsoGradientStyle style, int variant, net.rgielen.com4j.office2010.office.MsoPresetGradientType presetGradientType); /** * @param presetTexture Mandatory net.rgielen.com4j.office2010.office.MsoPresetTexture parameter. */ @DISPID(14) //= 0xe. The runtime will prefer the VTID if present @VTID(14) void presetTextured( net.rgielen.com4j.office2010.office.MsoPresetTexture presetTexture); /** */ @DISPID(15) //= 0xf. The runtime will prefer the VTID if present @VTID(15) void solid(); /** * @param style Mandatory net.rgielen.com4j.office2010.office.MsoGradientStyle parameter. * @param variant Mandatory int parameter. */ @DISPID(16) //= 0x10. The runtime will prefer the VTID if present @VTID(16) void twoColorGradient( net.rgielen.com4j.office2010.office.MsoGradientStyle style, int variant); /** * @param pictureFile Mandatory java.lang.String parameter. */ @DISPID(17) //= 0x11. The runtime will prefer the VTID if present @VTID(17) void userPicture( java.lang.String pictureFile); /** * @param textureFile Mandatory java.lang.String parameter. */ @DISPID(18) //= 0x12. The runtime will prefer the VTID if present @VTID(18) void userTextured( java.lang.String textureFile); /** *

* Getter method for the COM property "BackColor" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.ColorFormat */ @DISPID(100) //= 0x64. The runtime will prefer the VTID if present @VTID(19) net.rgielen.com4j.office2010.excel.ColorFormat backColor(); /** *

* Setter method for the COM property "BackColor" *

* @param backColor Mandatory net.rgielen.com4j.office2010.excel.ColorFormat parameter. */ @DISPID(100) //= 0x64. The runtime will prefer the VTID if present @VTID(20) void backColor( net.rgielen.com4j.office2010.excel.ColorFormat backColor); /** *

* Getter method for the COM property "ForeColor" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.ColorFormat */ @DISPID(101) //= 0x65. The runtime will prefer the VTID if present @VTID(21) net.rgielen.com4j.office2010.excel.ColorFormat foreColor(); /** *

* Setter method for the COM property "ForeColor" *

* @param foreColor Mandatory net.rgielen.com4j.office2010.excel.ColorFormat parameter. */ @DISPID(101) //= 0x65. The runtime will prefer the VTID if present @VTID(22) void foreColor( net.rgielen.com4j.office2010.excel.ColorFormat foreColor); /** *

* Getter method for the COM property "GradientColorType" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoGradientColorType */ @DISPID(102) //= 0x66. The runtime will prefer the VTID if present @VTID(23) net.rgielen.com4j.office2010.office.MsoGradientColorType gradientColorType(); /** *

* Getter method for the COM property "GradientDegree" *

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

* Getter method for the COM property "GradientStyle" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoGradientStyle */ @DISPID(104) //= 0x68. The runtime will prefer the VTID if present @VTID(25) net.rgielen.com4j.office2010.office.MsoGradientStyle gradientStyle(); /** *

* Getter method for the COM property "GradientVariant" *

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

* Getter method for the COM property "Pattern" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoPatternType */ @DISPID(106) //= 0x6a. The runtime will prefer the VTID if present @VTID(27) net.rgielen.com4j.office2010.office.MsoPatternType pattern(); /** *

* Getter method for the COM property "PresetGradientType" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoPresetGradientType */ @DISPID(107) //= 0x6b. The runtime will prefer the VTID if present @VTID(28) net.rgielen.com4j.office2010.office.MsoPresetGradientType presetGradientType(); /** *

* Getter method for the COM property "PresetTexture" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoPresetTexture */ @DISPID(108) //= 0x6c. The runtime will prefer the VTID if present @VTID(29) net.rgielen.com4j.office2010.office.MsoPresetTexture presetTexture(); /** *

* Getter method for the COM property "TextureName" *

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

* Getter method for the COM property "TextureType" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTextureType */ @DISPID(110) //= 0x6e. The runtime will prefer the VTID if present @VTID(31) net.rgielen.com4j.office2010.office.MsoTextureType textureType(); /** *

* Getter method for the COM property "Transparency" *

* @return Returns a value of type float */ @DISPID(111) //= 0x6f. The runtime will prefer the VTID if present @VTID(32) float transparency(); /** *

* Setter method for the COM property "Transparency" *

* @param transparency Mandatory float parameter. */ @DISPID(111) //= 0x6f. The runtime will prefer the VTID if present @VTID(33) void transparency( float transparency); /** *

* Getter method for the COM property "Type" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoFillType */ @DISPID(112) //= 0x70. The runtime will prefer the VTID if present @VTID(34) net.rgielen.com4j.office2010.office.MsoFillType type(); /** *

* Getter method for the COM property "Visible" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(113) //= 0x71. The runtime will prefer the VTID if present @VTID(35) net.rgielen.com4j.office2010.office.MsoTriState visible(); /** *

* Setter method for the COM property "Visible" *

* @param visible Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter. */ @DISPID(113) //= 0x71. The runtime will prefer the VTID if present @VTID(36) void visible( net.rgielen.com4j.office2010.office.MsoTriState visible); /** *

* Getter method for the COM property "GradientStops" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.GradientStops */ @DISPID(114) //= 0x72. The runtime will prefer the VTID if present @VTID(37) net.rgielen.com4j.office2010.office.GradientStops gradientStops(); @VTID(37) @ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.office.GradientStops.class}) net.rgielen.com4j.office2010.office.GradientStop gradientStops( int index); /** *

* Getter method for the COM property "TextureOffsetX" *

* @return Returns a value of type float */ @DISPID(115) //= 0x73. The runtime will prefer the VTID if present @VTID(38) float textureOffsetX(); /** *

* Setter method for the COM property "TextureOffsetX" *

* @param textureOffsetX Mandatory float parameter. */ @DISPID(115) //= 0x73. The runtime will prefer the VTID if present @VTID(39) void textureOffsetX( float textureOffsetX); /** *

* Getter method for the COM property "TextureOffsetY" *

* @return Returns a value of type float */ @DISPID(116) //= 0x74. The runtime will prefer the VTID if present @VTID(40) float textureOffsetY(); /** *

* Setter method for the COM property "TextureOffsetY" *

* @param textureOffsetY Mandatory float parameter. */ @DISPID(116) //= 0x74. The runtime will prefer the VTID if present @VTID(41) void textureOffsetY( float textureOffsetY); /** *

* Getter method for the COM property "TextureAlignment" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTextureAlignment */ @DISPID(117) //= 0x75. The runtime will prefer the VTID if present @VTID(42) net.rgielen.com4j.office2010.office.MsoTextureAlignment textureAlignment(); /** *

* Setter method for the COM property "TextureAlignment" *

* @param textureAlignment Mandatory net.rgielen.com4j.office2010.office.MsoTextureAlignment parameter. */ @DISPID(117) //= 0x75. The runtime will prefer the VTID if present @VTID(43) void textureAlignment( net.rgielen.com4j.office2010.office.MsoTextureAlignment textureAlignment); /** *

* Getter method for the COM property "TextureHorizontalScale" *

* @return Returns a value of type float */ @DISPID(118) //= 0x76. The runtime will prefer the VTID if present @VTID(44) float textureHorizontalScale(); /** *

* Setter method for the COM property "TextureHorizontalScale" *

* @param horizontalScale Mandatory float parameter. */ @DISPID(118) //= 0x76. The runtime will prefer the VTID if present @VTID(45) void textureHorizontalScale( float horizontalScale); /** *

* Getter method for the COM property "TextureVerticalScale" *

* @return Returns a value of type float */ @DISPID(119) //= 0x77. The runtime will prefer the VTID if present @VTID(46) float textureVerticalScale(); /** *

* Setter method for the COM property "TextureVerticalScale" *

* @param verticalScale Mandatory float parameter. */ @DISPID(119) //= 0x77. The runtime will prefer the VTID if present @VTID(47) void textureVerticalScale( float verticalScale); /** *

* Getter method for the COM property "TextureTile" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(120) //= 0x78. The runtime will prefer the VTID if present @VTID(48) net.rgielen.com4j.office2010.office.MsoTriState textureTile(); /** *

* Setter method for the COM property "TextureTile" *

* @param textureTile Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter. */ @DISPID(120) //= 0x78. The runtime will prefer the VTID if present @VTID(49) void textureTile( net.rgielen.com4j.office2010.office.MsoTriState textureTile); /** *

* Getter method for the COM property "RotateWithObject" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(121) //= 0x79. The runtime will prefer the VTID if present @VTID(50) net.rgielen.com4j.office2010.office.MsoTriState rotateWithObject(); /** *

* Setter method for the COM property "RotateWithObject" *

* @param rotateWithObject Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter. */ @DISPID(121) //= 0x79. The runtime will prefer the VTID if present @VTID(51) void rotateWithObject( net.rgielen.com4j.office2010.office.MsoTriState rotateWithObject); /** *

* Getter method for the COM property "PictureEffects" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.PictureEffects */ @DISPID(122) //= 0x7a. The runtime will prefer the VTID if present @VTID(52) net.rgielen.com4j.office2010.office.PictureEffects pictureEffects(); @VTID(52) @ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.office.PictureEffects.class}) net.rgielen.com4j.office2010.office.PictureEffect pictureEffects( int index); /** *

* Getter method for the COM property "GradientAngle" *

* @return Returns a value of type float */ @DISPID(123) //= 0x7b. The runtime will prefer the VTID if present @VTID(53) float gradientAngle(); /** *

* Setter method for the COM property "GradientAngle" *

* @param gradientAngle Mandatory float parameter. */ @DISPID(123) //= 0x7b. The runtime will prefer the VTID if present @VTID(54) void gradientAngle( float gradientAngle); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy