net.rgielen.com4j.office2010.excel.ThreeDFormat Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{000C0321-0000-0000-C000-000000000046}")
public interface ThreeDFormat 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();
/**
* @param increment Mandatory float parameter.
*/
@DISPID(10) //= 0xa. The runtime will prefer the VTID if present
@VTID(10)
void incrementRotationX(
float increment);
/**
* @param increment Mandatory float parameter.
*/
@DISPID(11) //= 0xb. The runtime will prefer the VTID if present
@VTID(11)
void incrementRotationY(
float increment);
/**
*/
@DISPID(12) //= 0xc. The runtime will prefer the VTID if present
@VTID(12)
void resetRotation();
/**
* @param presetThreeDFormat Mandatory net.rgielen.com4j.office2010.office.MsoPresetThreeDFormat parameter.
*/
@DISPID(13) //= 0xd. The runtime will prefer the VTID if present
@VTID(13)
void setThreeDFormat(
net.rgielen.com4j.office2010.office.MsoPresetThreeDFormat presetThreeDFormat);
/**
* @param presetExtrusionDirection Mandatory net.rgielen.com4j.office2010.office.MsoPresetExtrusionDirection parameter.
*/
@DISPID(14) //= 0xe. The runtime will prefer the VTID if present
@VTID(14)
void setExtrusionDirection(
net.rgielen.com4j.office2010.office.MsoPresetExtrusionDirection presetExtrusionDirection);
/**
*
* Getter method for the COM property "Depth"
*
* @return Returns a value of type float
*/
@DISPID(100) //= 0x64. The runtime will prefer the VTID if present
@VTID(15)
float depth();
/**
*
* Setter method for the COM property "Depth"
*
* @param depth Mandatory float parameter.
*/
@DISPID(100) //= 0x64. The runtime will prefer the VTID if present
@VTID(16)
void depth(
float depth);
/**
*
* Getter method for the COM property "ExtrusionColor"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.ColorFormat
*/
@DISPID(101) //= 0x65. The runtime will prefer the VTID if present
@VTID(17)
net.rgielen.com4j.office2010.excel.ColorFormat extrusionColor();
/**
*
* Getter method for the COM property "ExtrusionColorType"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoExtrusionColorType
*/
@DISPID(102) //= 0x66. The runtime will prefer the VTID if present
@VTID(18)
net.rgielen.com4j.office2010.office.MsoExtrusionColorType extrusionColorType();
/**
*
* Setter method for the COM property "ExtrusionColorType"
*
* @param extrusionColorType Mandatory net.rgielen.com4j.office2010.office.MsoExtrusionColorType parameter.
*/
@DISPID(102) //= 0x66. The runtime will prefer the VTID if present
@VTID(19)
void extrusionColorType(
net.rgielen.com4j.office2010.office.MsoExtrusionColorType extrusionColorType);
/**
*
* Getter method for the COM property "Perspective"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState
*/
@DISPID(103) //= 0x67. The runtime will prefer the VTID if present
@VTID(20)
net.rgielen.com4j.office2010.office.MsoTriState perspective();
/**
*
* Setter method for the COM property "Perspective"
*
* @param perspective Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter.
*/
@DISPID(103) //= 0x67. The runtime will prefer the VTID if present
@VTID(21)
void perspective(
net.rgielen.com4j.office2010.office.MsoTriState perspective);
/**
*
* Getter method for the COM property "PresetExtrusionDirection"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoPresetExtrusionDirection
*/
@DISPID(104) //= 0x68. The runtime will prefer the VTID if present
@VTID(22)
net.rgielen.com4j.office2010.office.MsoPresetExtrusionDirection presetExtrusionDirection();
/**
*
* Getter method for the COM property "PresetLightingDirection"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoPresetLightingDirection
*/
@DISPID(105) //= 0x69. The runtime will prefer the VTID if present
@VTID(23)
net.rgielen.com4j.office2010.office.MsoPresetLightingDirection presetLightingDirection();
/**
*
* Setter method for the COM property "PresetLightingDirection"
*
* @param presetLightingDirection Mandatory net.rgielen.com4j.office2010.office.MsoPresetLightingDirection parameter.
*/
@DISPID(105) //= 0x69. The runtime will prefer the VTID if present
@VTID(24)
void presetLightingDirection(
net.rgielen.com4j.office2010.office.MsoPresetLightingDirection presetLightingDirection);
/**
*
* Getter method for the COM property "PresetLightingSoftness"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoPresetLightingSoftness
*/
@DISPID(106) //= 0x6a. The runtime will prefer the VTID if present
@VTID(25)
net.rgielen.com4j.office2010.office.MsoPresetLightingSoftness presetLightingSoftness();
/**
*
* Setter method for the COM property "PresetLightingSoftness"
*
* @param presetLightingSoftness Mandatory net.rgielen.com4j.office2010.office.MsoPresetLightingSoftness parameter.
*/
@DISPID(106) //= 0x6a. The runtime will prefer the VTID if present
@VTID(26)
void presetLightingSoftness(
net.rgielen.com4j.office2010.office.MsoPresetLightingSoftness presetLightingSoftness);
/**
*
* Getter method for the COM property "PresetMaterial"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoPresetMaterial
*/
@DISPID(107) //= 0x6b. The runtime will prefer the VTID if present
@VTID(27)
net.rgielen.com4j.office2010.office.MsoPresetMaterial presetMaterial();
/**
*
* Setter method for the COM property "PresetMaterial"
*
* @param presetMaterial Mandatory net.rgielen.com4j.office2010.office.MsoPresetMaterial parameter.
*/
@DISPID(107) //= 0x6b. The runtime will prefer the VTID if present
@VTID(28)
void presetMaterial(
net.rgielen.com4j.office2010.office.MsoPresetMaterial presetMaterial);
/**
*
* Getter method for the COM property "PresetThreeDFormat"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoPresetThreeDFormat
*/
@DISPID(108) //= 0x6c. The runtime will prefer the VTID if present
@VTID(29)
net.rgielen.com4j.office2010.office.MsoPresetThreeDFormat presetThreeDFormat();
/**
*
* Getter method for the COM property "RotationX"
*
* @return Returns a value of type float
*/
@DISPID(109) //= 0x6d. The runtime will prefer the VTID if present
@VTID(30)
float rotationX();
/**
*
* Setter method for the COM property "RotationX"
*
* @param rotationX Mandatory float parameter.
*/
@DISPID(109) //= 0x6d. The runtime will prefer the VTID if present
@VTID(31)
void rotationX(
float rotationX);
/**
*
* Getter method for the COM property "RotationY"
*
* @return Returns a value of type float
*/
@DISPID(110) //= 0x6e. The runtime will prefer the VTID if present
@VTID(32)
float rotationY();
/**
*
* Setter method for the COM property "RotationY"
*
* @param rotationY Mandatory float parameter.
*/
@DISPID(110) //= 0x6e. The runtime will prefer the VTID if present
@VTID(33)
void rotationY(
float rotationY);
/**
*
* Getter method for the COM property "Visible"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState
*/
@DISPID(111) //= 0x6f. The runtime will prefer the VTID if present
@VTID(34)
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(111) //= 0x6f. The runtime will prefer the VTID if present
@VTID(35)
void visible(
net.rgielen.com4j.office2010.office.MsoTriState visible);
/**
* @param presetCamera Mandatory net.rgielen.com4j.office2010.office.MsoPresetCamera parameter.
*/
@DISPID(15) //= 0xf. The runtime will prefer the VTID if present
@VTID(36)
void setPresetCamera(
net.rgielen.com4j.office2010.office.MsoPresetCamera presetCamera);
/**
* @param increment Mandatory float parameter.
*/
@DISPID(16) //= 0x10. The runtime will prefer the VTID if present
@VTID(37)
void incrementRotationZ(
float increment);
/**
* @param increment Mandatory float parameter.
*/
@DISPID(17) //= 0x11. The runtime will prefer the VTID if present
@VTID(38)
void incrementRotationHorizontal(
float increment);
/**
* @param increment Mandatory float parameter.
*/
@DISPID(18) //= 0x12. The runtime will prefer the VTID if present
@VTID(39)
void incrementRotationVertical(
float increment);
/**
*
* Getter method for the COM property "PresetLighting"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoLightRigType
*/
@DISPID(112) //= 0x70. The runtime will prefer the VTID if present
@VTID(40)
net.rgielen.com4j.office2010.office.MsoLightRigType presetLighting();
/**
*
* Setter method for the COM property "PresetLighting"
*
* @param presetLightRigType Mandatory net.rgielen.com4j.office2010.office.MsoLightRigType parameter.
*/
@DISPID(112) //= 0x70. The runtime will prefer the VTID if present
@VTID(41)
void presetLighting(
net.rgielen.com4j.office2010.office.MsoLightRigType presetLightRigType);
/**
*
* Getter method for the COM property "Z"
*
* @return Returns a value of type float
*/
@DISPID(113) //= 0x71. The runtime will prefer the VTID if present
@VTID(42)
float z();
/**
*
* Setter method for the COM property "Z"
*
* @param z Mandatory float parameter.
*/
@DISPID(113) //= 0x71. The runtime will prefer the VTID if present
@VTID(43)
void z(
float z);
/**
*
* Getter method for the COM property "BevelTopType"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoBevelType
*/
@DISPID(114) //= 0x72. The runtime will prefer the VTID if present
@VTID(44)
net.rgielen.com4j.office2010.office.MsoBevelType bevelTopType();
/**
*
* Setter method for the COM property "BevelTopType"
*
* @param bevelTopType Mandatory net.rgielen.com4j.office2010.office.MsoBevelType parameter.
*/
@DISPID(114) //= 0x72. The runtime will prefer the VTID if present
@VTID(45)
void bevelTopType(
net.rgielen.com4j.office2010.office.MsoBevelType bevelTopType);
/**
*
* Getter method for the COM property "BevelTopInset"
*
* @return Returns a value of type float
*/
@DISPID(115) //= 0x73. The runtime will prefer the VTID if present
@VTID(46)
float bevelTopInset();
/**
*
* Setter method for the COM property "BevelTopInset"
*
* @param bevelTopInset Mandatory float parameter.
*/
@DISPID(115) //= 0x73. The runtime will prefer the VTID if present
@VTID(47)
void bevelTopInset(
float bevelTopInset);
/**
*
* Getter method for the COM property "BevelTopDepth"
*
* @return Returns a value of type float
*/
@DISPID(116) //= 0x74. The runtime will prefer the VTID if present
@VTID(48)
float bevelTopDepth();
/**
*
* Setter method for the COM property "BevelTopDepth"
*
* @param bevelTopDepth Mandatory float parameter.
*/
@DISPID(116) //= 0x74. The runtime will prefer the VTID if present
@VTID(49)
void bevelTopDepth(
float bevelTopDepth);
/**
*
* Getter method for the COM property "BevelBottomType"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoBevelType
*/
@DISPID(117) //= 0x75. The runtime will prefer the VTID if present
@VTID(50)
net.rgielen.com4j.office2010.office.MsoBevelType bevelBottomType();
/**
*
* Setter method for the COM property "BevelBottomType"
*
* @param bevelBottomType Mandatory net.rgielen.com4j.office2010.office.MsoBevelType parameter.
*/
@DISPID(117) //= 0x75. The runtime will prefer the VTID if present
@VTID(51)
void bevelBottomType(
net.rgielen.com4j.office2010.office.MsoBevelType bevelBottomType);
/**
*
* Getter method for the COM property "BevelBottomInset"
*
* @return Returns a value of type float
*/
@DISPID(118) //= 0x76. The runtime will prefer the VTID if present
@VTID(52)
float bevelBottomInset();
/**
*
* Setter method for the COM property "BevelBottomInset"
*
* @param bevelBottomInset Mandatory float parameter.
*/
@DISPID(118) //= 0x76. The runtime will prefer the VTID if present
@VTID(53)
void bevelBottomInset(
float bevelBottomInset);
/**
*
* Getter method for the COM property "BevelBottomDepth"
*
* @return Returns a value of type float
*/
@DISPID(119) //= 0x77. The runtime will prefer the VTID if present
@VTID(54)
float bevelBottomDepth();
/**
*
* Setter method for the COM property "BevelBottomDepth"
*
* @param bevelBottomDepth Mandatory float parameter.
*/
@DISPID(119) //= 0x77. The runtime will prefer the VTID if present
@VTID(55)
void bevelBottomDepth(
float bevelBottomDepth);
/**
*
* Getter method for the COM property "PresetCamera"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoPresetCamera
*/
@DISPID(120) //= 0x78. The runtime will prefer the VTID if present
@VTID(56)
net.rgielen.com4j.office2010.office.MsoPresetCamera presetCamera();
/**
*
* Getter method for the COM property "RotationZ"
*
* @return Returns a value of type float
*/
@DISPID(121) //= 0x79. The runtime will prefer the VTID if present
@VTID(57)
float rotationZ();
/**
*
* Setter method for the COM property "RotationZ"
*
* @param rotationZ Mandatory float parameter.
*/
@DISPID(121) //= 0x79. The runtime will prefer the VTID if present
@VTID(58)
void rotationZ(
float rotationZ);
/**
*
* Getter method for the COM property "ContourWidth"
*
* @return Returns a value of type float
*/
@DISPID(122) //= 0x7a. The runtime will prefer the VTID if present
@VTID(59)
float contourWidth();
/**
*
* Setter method for the COM property "ContourWidth"
*
* @param width Mandatory float parameter.
*/
@DISPID(122) //= 0x7a. The runtime will prefer the VTID if present
@VTID(60)
void contourWidth(
float width);
/**
*
* Getter method for the COM property "ContourColor"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.ColorFormat
*/
@DISPID(123) //= 0x7b. The runtime will prefer the VTID if present
@VTID(61)
net.rgielen.com4j.office2010.excel.ColorFormat contourColor();
/**
*
* Getter method for the COM property "FieldOfView"
*
* @return Returns a value of type float
*/
@DISPID(124) //= 0x7c. The runtime will prefer the VTID if present
@VTID(62)
float fieldOfView();
/**
*
* Setter method for the COM property "FieldOfView"
*
* @param fov Mandatory float parameter.
*/
@DISPID(124) //= 0x7c. The runtime will prefer the VTID if present
@VTID(63)
void fieldOfView(
float fov);
/**
*
* Getter method for the COM property "ProjectText"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState
*/
@DISPID(125) //= 0x7d. The runtime will prefer the VTID if present
@VTID(64)
net.rgielen.com4j.office2010.office.MsoTriState projectText();
/**
*
* Setter method for the COM property "ProjectText"
*
* @param projectText Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter.
*/
@DISPID(125) //= 0x7d. The runtime will prefer the VTID if present
@VTID(65)
void projectText(
net.rgielen.com4j.office2010.office.MsoTriState projectText);
/**
*
* Getter method for the COM property "LightAngle"
*
* @return Returns a value of type float
*/
@DISPID(126) //= 0x7e. The runtime will prefer the VTID if present
@VTID(66)
float lightAngle();
/**
*
* Setter method for the COM property "LightAngle"
*
* @param lightAngle Mandatory float parameter.
*/
@DISPID(126) //= 0x7e. The runtime will prefer the VTID if present
@VTID(67)
void lightAngle(
float lightAngle);
// Properties:
}