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

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

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

import com4j.*;

@IID("{000C031C-0000-0000-C000-000000000046}")
public interface Shape 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 apply(); /** */ @DISPID(11) //= 0xb. The runtime will prefer the VTID if present @VTID(11) void delete(); /** * @return Returns a value of type net.rgielen.com4j.office2010.office.Shape */ @DISPID(12) //= 0xc. The runtime will prefer the VTID if present @VTID(12) net.rgielen.com4j.office2010.office.Shape duplicate(); /** * @param flipCmd Mandatory net.rgielen.com4j.office2010.office.MsoFlipCmd parameter. */ @DISPID(13) //= 0xd. The runtime will prefer the VTID if present @VTID(13) void flip( net.rgielen.com4j.office2010.office.MsoFlipCmd flipCmd); /** * @param increment Mandatory float parameter. */ @DISPID(14) //= 0xe. The runtime will prefer the VTID if present @VTID(14) void incrementLeft( float increment); /** * @param increment Mandatory float parameter. */ @DISPID(15) //= 0xf. The runtime will prefer the VTID if present @VTID(15) void incrementRotation( float increment); /** * @param increment Mandatory float parameter. */ @DISPID(16) //= 0x10. The runtime will prefer the VTID if present @VTID(16) void incrementTop( float increment); /** */ @DISPID(17) //= 0x11. The runtime will prefer the VTID if present @VTID(17) void pickUp(); /** */ @DISPID(18) //= 0x12. The runtime will prefer the VTID if present @VTID(18) void rerouteConnections(); /** * @param factor Mandatory float parameter. * @param relativeToOriginalSize Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter. * @param fScale Optional parameter. Default value is 0 */ @DISPID(19) //= 0x13. The runtime will prefer the VTID if present @VTID(19) void scaleHeight( float factor, net.rgielen.com4j.office2010.office.MsoTriState relativeToOriginalSize, @Optional @DefaultValue("0") net.rgielen.com4j.office2010.office.MsoScaleFrom fScale); /** * @param factor Mandatory float parameter. * @param relativeToOriginalSize Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter. * @param fScale Optional parameter. Default value is 0 */ @DISPID(20) //= 0x14. The runtime will prefer the VTID if present @VTID(20) void scaleWidth( float factor, net.rgielen.com4j.office2010.office.MsoTriState relativeToOriginalSize, @Optional @DefaultValue("0") net.rgielen.com4j.office2010.office.MsoScaleFrom fScale); /** * @param replace Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(21) //= 0x15. The runtime will prefer the VTID if present @VTID(21) void select( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object replace); /** */ @DISPID(22) //= 0x16. The runtime will prefer the VTID if present @VTID(22) void setShapesDefaultProperties(); /** * @return Returns a value of type net.rgielen.com4j.office2010.office.ShapeRange */ @DISPID(23) //= 0x17. The runtime will prefer the VTID if present @VTID(23) net.rgielen.com4j.office2010.office.ShapeRange ungroup(); @VTID(23) @ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.office.ShapeRange.class}) net.rgielen.com4j.office2010.office.Shape ungroup( @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** * @param zOrderCmd Mandatory net.rgielen.com4j.office2010.office.MsoZOrderCmd parameter. */ @DISPID(24) //= 0x18. The runtime will prefer the VTID if present @VTID(24) void zOrder( net.rgielen.com4j.office2010.office.MsoZOrderCmd zOrderCmd); /** *

* Getter method for the COM property "Adjustments" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.Adjustments */ @DISPID(100) //= 0x64. The runtime will prefer the VTID if present @VTID(25) net.rgielen.com4j.office2010.office.Adjustments adjustments(); @VTID(25) @ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.office.Adjustments.class}) float adjustments( int index); /** *

* Getter method for the COM property "AutoShapeType" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoAutoShapeType */ @DISPID(101) //= 0x65. The runtime will prefer the VTID if present @VTID(26) net.rgielen.com4j.office2010.office.MsoAutoShapeType autoShapeType(); /** *

* Setter method for the COM property "AutoShapeType" *

* @param autoShapeType Mandatory net.rgielen.com4j.office2010.office.MsoAutoShapeType parameter. */ @DISPID(101) //= 0x65. The runtime will prefer the VTID if present @VTID(27) void autoShapeType( net.rgielen.com4j.office2010.office.MsoAutoShapeType autoShapeType); /** *

* Getter method for the COM property "BlackWhiteMode" *

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

* Setter method for the COM property "BlackWhiteMode" *

* @param blackWhiteMode Mandatory net.rgielen.com4j.office2010.office.MsoBlackWhiteMode parameter. */ @DISPID(102) //= 0x66. The runtime will prefer the VTID if present @VTID(29) void blackWhiteMode( net.rgielen.com4j.office2010.office.MsoBlackWhiteMode blackWhiteMode); /** *

* Getter method for the COM property "Callout" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.CalloutFormat */ @DISPID(103) //= 0x67. The runtime will prefer the VTID if present @VTID(30) net.rgielen.com4j.office2010.office.CalloutFormat callout(); /** *

* Getter method for the COM property "ConnectionSiteCount" *

* @return Returns a value of type int */ @DISPID(104) //= 0x68. The runtime will prefer the VTID if present @VTID(31) int connectionSiteCount(); /** *

* Getter method for the COM property "Connector" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(105) //= 0x69. The runtime will prefer the VTID if present @VTID(32) net.rgielen.com4j.office2010.office.MsoTriState connector(); /** *

* Getter method for the COM property "ConnectorFormat" *

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

* Getter method for the COM property "Fill" *

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

* Getter method for the COM property "GroupItems" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.GroupShapes */ @DISPID(108) //= 0x6c. The runtime will prefer the VTID if present @VTID(35) net.rgielen.com4j.office2010.office.GroupShapes groupItems(); @VTID(35) @ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.office.GroupShapes.class}) net.rgielen.com4j.office2010.office.Shape groupItems( @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** *

* Getter method for the COM property "Height" *

* @return Returns a value of type float */ @DISPID(109) //= 0x6d. The runtime will prefer the VTID if present @VTID(36) float height(); /** *

* Setter method for the COM property "Height" *

* @param height Mandatory float parameter. */ @DISPID(109) //= 0x6d. The runtime will prefer the VTID if present @VTID(37) void height( float height); /** *

* Getter method for the COM property "HorizontalFlip" *

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

* Getter method for the COM property "Left" *

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

* Setter method for the COM property "Left" *

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

* Getter method for the COM property "Line" *

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

* Getter method for the COM property "LockAspectRatio" *

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

* Setter method for the COM property "LockAspectRatio" *

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

* Getter method for the COM property "Name" *

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

* Setter method for the COM property "Name" *

* @param name Mandatory java.lang.String parameter. */ @DISPID(115) //= 0x73. The runtime will prefer the VTID if present @VTID(45) void name( java.lang.String name); /** *

* Getter method for the COM property "Nodes" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.ShapeNodes */ @DISPID(116) //= 0x74. The runtime will prefer the VTID if present @VTID(46) net.rgielen.com4j.office2010.office.ShapeNodes nodes(); @VTID(46) @ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.office.ShapeNodes.class}) net.rgielen.com4j.office2010.office.ShapeNode nodes( @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** *

* Getter method for the COM property "Rotation" *

* @return Returns a value of type float */ @DISPID(117) //= 0x75. The runtime will prefer the VTID if present @VTID(47) float rotation(); /** *

* Setter method for the COM property "Rotation" *

* @param rotation Mandatory float parameter. */ @DISPID(117) //= 0x75. The runtime will prefer the VTID if present @VTID(48) void rotation( float rotation); /** *

* Getter method for the COM property "PictureFormat" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.PictureFormat */ @DISPID(118) //= 0x76. The runtime will prefer the VTID if present @VTID(49) net.rgielen.com4j.office2010.office.PictureFormat pictureFormat(); /** *

* Getter method for the COM property "Shadow" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.ShadowFormat */ @DISPID(119) //= 0x77. The runtime will prefer the VTID if present @VTID(50) net.rgielen.com4j.office2010.office.ShadowFormat shadow(); /** *

* Getter method for the COM property "TextEffect" *

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

* Getter method for the COM property "TextFrame" *

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

* Getter method for the COM property "ThreeD" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.ThreeDFormat */ @DISPID(122) //= 0x7a. The runtime will prefer the VTID if present @VTID(53) net.rgielen.com4j.office2010.office.ThreeDFormat threeD(); /** *

* Getter method for the COM property "Top" *

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

* Setter method for the COM property "Top" *

* @param top Mandatory float parameter. */ @DISPID(123) //= 0x7b. The runtime will prefer the VTID if present @VTID(55) void top( float top); /** *

* Getter method for the COM property "Type" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoShapeType */ @DISPID(124) //= 0x7c. The runtime will prefer the VTID if present @VTID(56) net.rgielen.com4j.office2010.office.MsoShapeType type(); /** *

* Getter method for the COM property "VerticalFlip" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(125) //= 0x7d. The runtime will prefer the VTID if present @VTID(57) net.rgielen.com4j.office2010.office.MsoTriState verticalFlip(); /** *

* Getter method for the COM property "Vertices" *

* @return Returns a value of type java.lang.Object */ @DISPID(126) //= 0x7e. The runtime will prefer the VTID if present @VTID(58) @ReturnValue(type=NativeType.VARIANT) java.lang.Object vertices(); /** *

* Getter method for the COM property "Visible" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(127) //= 0x7f. The runtime will prefer the VTID if present @VTID(59) 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(127) //= 0x7f. The runtime will prefer the VTID if present @VTID(60) void visible( net.rgielen.com4j.office2010.office.MsoTriState visible); /** *

* Getter method for the COM property "Width" *

* @return Returns a value of type float */ @DISPID(128) //= 0x80. The runtime will prefer the VTID if present @VTID(61) float width(); /** *

* Setter method for the COM property "Width" *

* @param width Mandatory float parameter. */ @DISPID(128) //= 0x80. The runtime will prefer the VTID if present @VTID(62) void width( float width); /** *

* Getter method for the COM property "ZOrderPosition" *

* @return Returns a value of type int */ @DISPID(129) //= 0x81. The runtime will prefer the VTID if present @VTID(63) int zOrderPosition(); /** *

* Getter method for the COM property "Script" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.Script */ @DISPID(130) //= 0x82. The runtime will prefer the VTID if present @VTID(64) net.rgielen.com4j.office2010.office.Script script(); /** *

* Getter method for the COM property "AlternativeText" *

* @return Returns a value of type java.lang.String */ @DISPID(131) //= 0x83. The runtime will prefer the VTID if present @VTID(65) java.lang.String alternativeText(); /** *

* Setter method for the COM property "AlternativeText" *

* @param alternativeText Mandatory java.lang.String parameter. */ @DISPID(131) //= 0x83. The runtime will prefer the VTID if present @VTID(66) void alternativeText( java.lang.String alternativeText); /** *

* Getter method for the COM property "HasDiagram" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(132) //= 0x84. The runtime will prefer the VTID if present @VTID(67) net.rgielen.com4j.office2010.office.MsoTriState hasDiagram(); /** *

* Getter method for the COM property "Diagram" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoDiagram */ @DISPID(133) //= 0x85. The runtime will prefer the VTID if present @VTID(68) net.rgielen.com4j.office2010.office.IMsoDiagram diagram(); /** *

* Getter method for the COM property "HasDiagramNode" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(134) //= 0x86. The runtime will prefer the VTID if present @VTID(69) net.rgielen.com4j.office2010.office.MsoTriState hasDiagramNode(); /** *

* Getter method for the COM property "DiagramNode" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.DiagramNode */ @DISPID(135) //= 0x87. The runtime will prefer the VTID if present @VTID(70) net.rgielen.com4j.office2010.office.DiagramNode diagramNode(); /** *

* Getter method for the COM property "Child" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(136) //= 0x88. The runtime will prefer the VTID if present @VTID(71) net.rgielen.com4j.office2010.office.MsoTriState child(); /** *

* Getter method for the COM property "ParentGroup" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.Shape */ @DISPID(137) //= 0x89. The runtime will prefer the VTID if present @VTID(72) net.rgielen.com4j.office2010.office.Shape parentGroup(); /** *

* Getter method for the COM property "CanvasItems" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.CanvasShapes */ @DISPID(138) //= 0x8a. The runtime will prefer the VTID if present @VTID(73) net.rgielen.com4j.office2010.office.CanvasShapes canvasItems(); @VTID(73) @ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.office.CanvasShapes.class}) net.rgielen.com4j.office2010.office.Shape canvasItems( @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** *

* Getter method for the COM property "Id" *

* @return Returns a value of type int */ @DISPID(139) //= 0x8b. The runtime will prefer the VTID if present @VTID(74) int id(); /** * @param increment Mandatory float parameter. */ @DISPID(140) //= 0x8c. The runtime will prefer the VTID if present @VTID(75) void canvasCropLeft( float increment); /** * @param increment Mandatory float parameter. */ @DISPID(141) //= 0x8d. The runtime will prefer the VTID if present @VTID(76) void canvasCropTop( float increment); /** * @param increment Mandatory float parameter. */ @DISPID(142) //= 0x8e. The runtime will prefer the VTID if present @VTID(77) void canvasCropRight( float increment); /** * @param increment Mandatory float parameter. */ @DISPID(143) //= 0x8f. The runtime will prefer the VTID if present @VTID(78) void canvasCropBottom( float increment); /** *

* Setter method for the COM property "RTF" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(144) //= 0x90. The runtime will prefer the VTID if present @VTID(79) void rtf( java.lang.String rhs); /** *

* Getter method for the COM property "TextFrame2" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.TextFrame2 */ @DISPID(145) //= 0x91. The runtime will prefer the VTID if present @VTID(80) net.rgielen.com4j.office2010.office.TextFrame2 textFrame2(); /** */ @DISPID(146) //= 0x92. The runtime will prefer the VTID if present @VTID(81) void cut(); /** */ @DISPID(147) //= 0x93. The runtime will prefer the VTID if present @VTID(82) void copy(); /** *

* Getter method for the COM property "HasChart" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(148) //= 0x94. The runtime will prefer the VTID if present @VTID(83) net.rgielen.com4j.office2010.office.MsoTriState hasChart(); /** *

* Getter method for the COM property "Chart" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoChart */ @DISPID(149) //= 0x95. The runtime will prefer the VTID if present @VTID(84) net.rgielen.com4j.office2010.office.IMsoChart chart(); /** *

* Getter method for the COM property "ShapeStyle" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoShapeStyleIndex */ @DISPID(150) //= 0x96. The runtime will prefer the VTID if present @VTID(85) net.rgielen.com4j.office2010.office.MsoShapeStyleIndex shapeStyle(); /** *

* Setter method for the COM property "ShapeStyle" *

* @param shapeStyle Mandatory net.rgielen.com4j.office2010.office.MsoShapeStyleIndex parameter. */ @DISPID(150) //= 0x96. The runtime will prefer the VTID if present @VTID(86) void shapeStyle( net.rgielen.com4j.office2010.office.MsoShapeStyleIndex shapeStyle); /** *

* Getter method for the COM property "BackgroundStyle" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoBackgroundStyleIndex */ @DISPID(151) //= 0x97. The runtime will prefer the VTID if present @VTID(87) net.rgielen.com4j.office2010.office.MsoBackgroundStyleIndex backgroundStyle(); /** *

* Setter method for the COM property "BackgroundStyle" *

* @param backgroundStyle Mandatory net.rgielen.com4j.office2010.office.MsoBackgroundStyleIndex parameter. */ @DISPID(151) //= 0x97. The runtime will prefer the VTID if present @VTID(88) void backgroundStyle( net.rgielen.com4j.office2010.office.MsoBackgroundStyleIndex backgroundStyle); /** *

* Getter method for the COM property "SoftEdge" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.SoftEdgeFormat */ @DISPID(152) //= 0x98. The runtime will prefer the VTID if present @VTID(89) net.rgielen.com4j.office2010.office.SoftEdgeFormat softEdge(); /** *

* Getter method for the COM property "Glow" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.GlowFormat */ @DISPID(153) //= 0x99. The runtime will prefer the VTID if present @VTID(90) net.rgielen.com4j.office2010.office.GlowFormat glow(); /** *

* Getter method for the COM property "Reflection" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.ReflectionFormat */ @DISPID(154) //= 0x9a. The runtime will prefer the VTID if present @VTID(91) net.rgielen.com4j.office2010.office.ReflectionFormat reflection(); /** *

* Getter method for the COM property "HasSmartArt" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(155) //= 0x9b. The runtime will prefer the VTID if present @VTID(92) net.rgielen.com4j.office2010.office.MsoTriState hasSmartArt(); /** *

* Getter method for the COM property "SmartArt" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.SmartArt */ @DISPID(156) //= 0x9c. The runtime will prefer the VTID if present @VTID(93) net.rgielen.com4j.office2010.office.SmartArt smartArt(); /** * @param layout Mandatory net.rgielen.com4j.office2010.office.SmartArtLayout parameter. */ @DISPID(157) //= 0x9d. The runtime will prefer the VTID if present @VTID(94) void convertTextToSmartArt( net.rgielen.com4j.office2010.office.SmartArtLayout layout); /** *

* Getter method for the COM property "Title" *

* @return Returns a value of type java.lang.String */ @DISPID(158) //= 0x9e. The runtime will prefer the VTID if present @VTID(95) java.lang.String title(); /** *

* Setter method for the COM property "Title" *

* @param title Mandatory java.lang.String parameter. */ @DISPID(158) //= 0x9e. The runtime will prefer the VTID if present @VTID(96) void title( java.lang.String title); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy