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

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

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

import com4j.*;

@IID("{000C0398-0000-0000-C000-000000000046}")
public interface TextFrame2 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(); /** *

* Getter method for the COM property "MarginBottom" *

* @return Returns a value of type float */ @DISPID(100) //= 0x64. The runtime will prefer the VTID if present @VTID(10) float marginBottom(); /** *

* Setter method for the COM property "MarginBottom" *

* @param marginBottom Mandatory float parameter. */ @DISPID(100) //= 0x64. The runtime will prefer the VTID if present @VTID(11) void marginBottom( float marginBottom); /** *

* Getter method for the COM property "MarginLeft" *

* @return Returns a value of type float */ @DISPID(101) //= 0x65. The runtime will prefer the VTID if present @VTID(12) float marginLeft(); /** *

* Setter method for the COM property "MarginLeft" *

* @param marginLeft Mandatory float parameter. */ @DISPID(101) //= 0x65. The runtime will prefer the VTID if present @VTID(13) void marginLeft( float marginLeft); /** *

* Getter method for the COM property "MarginRight" *

* @return Returns a value of type float */ @DISPID(102) //= 0x66. The runtime will prefer the VTID if present @VTID(14) float marginRight(); /** *

* Setter method for the COM property "MarginRight" *

* @param marginRight Mandatory float parameter. */ @DISPID(102) //= 0x66. The runtime will prefer the VTID if present @VTID(15) void marginRight( float marginRight); /** *

* Getter method for the COM property "MarginTop" *

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

* Setter method for the COM property "MarginTop" *

* @param marginTop Mandatory float parameter. */ @DISPID(103) //= 0x67. The runtime will prefer the VTID if present @VTID(17) void marginTop( float marginTop); /** *

* Getter method for the COM property "Orientation" *

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

* Setter method for the COM property "Orientation" *

* @param orientation Mandatory net.rgielen.com4j.office2010.office.MsoTextOrientation parameter. */ @DISPID(104) //= 0x68. The runtime will prefer the VTID if present @VTID(19) void orientation( net.rgielen.com4j.office2010.office.MsoTextOrientation orientation); /** *

* Getter method for the COM property "HorizontalAnchor" *

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

* Setter method for the COM property "HorizontalAnchor" *

* @param horizontalAnchor Mandatory net.rgielen.com4j.office2010.office.MsoHorizontalAnchor parameter. */ @DISPID(105) //= 0x69. The runtime will prefer the VTID if present @VTID(21) void horizontalAnchor( net.rgielen.com4j.office2010.office.MsoHorizontalAnchor horizontalAnchor); /** *

* Getter method for the COM property "VerticalAnchor" *

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

* Setter method for the COM property "VerticalAnchor" *

* @param verticalAnchor Mandatory net.rgielen.com4j.office2010.office.MsoVerticalAnchor parameter. */ @DISPID(106) //= 0x6a. The runtime will prefer the VTID if present @VTID(23) void verticalAnchor( net.rgielen.com4j.office2010.office.MsoVerticalAnchor verticalAnchor); /** *

* Getter method for the COM property "PathFormat" *

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

* Setter method for the COM property "PathFormat" *

* @param pathFormat Mandatory net.rgielen.com4j.office2010.office.MsoPathFormat parameter. */ @DISPID(107) //= 0x6b. The runtime will prefer the VTID if present @VTID(25) void pathFormat( net.rgielen.com4j.office2010.office.MsoPathFormat pathFormat); /** *

* Getter method for the COM property "WarpFormat" *

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

* Setter method for the COM property "WarpFormat" *

* @param warpFormat Mandatory net.rgielen.com4j.office2010.office.MsoWarpFormat parameter. */ @DISPID(108) //= 0x6c. The runtime will prefer the VTID if present @VTID(27) void warpFormat( net.rgielen.com4j.office2010.office.MsoWarpFormat warpFormat); /** *

* Getter method for the COM property "WordArtformat" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoPresetTextEffect */ @DISPID(109) //= 0x6d. The runtime will prefer the VTID if present @VTID(28) net.rgielen.com4j.office2010.office.MsoPresetTextEffect wordArtformat(); /** *

* Setter method for the COM property "WordArtformat" *

* @param wordArtformat Mandatory net.rgielen.com4j.office2010.office.MsoPresetTextEffect parameter. */ @DISPID(109) //= 0x6d. The runtime will prefer the VTID if present @VTID(29) void wordArtformat( net.rgielen.com4j.office2010.office.MsoPresetTextEffect wordArtformat); /** *

* Getter method for the COM property "WordWrap" *

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

* Setter method for the COM property "WordWrap" *

* @param wordWrap Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter. */ @DISPID(110) //= 0x6e. The runtime will prefer the VTID if present @VTID(31) void wordWrap( net.rgielen.com4j.office2010.office.MsoTriState wordWrap); /** *

* Getter method for the COM property "AutoSize" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoAutoSize */ @DISPID(111) //= 0x6f. The runtime will prefer the VTID if present @VTID(32) net.rgielen.com4j.office2010.office.MsoAutoSize autoSize(); /** *

* Setter method for the COM property "AutoSize" *

* @param autoSize Mandatory net.rgielen.com4j.office2010.office.MsoAutoSize parameter. */ @DISPID(111) //= 0x6f. The runtime will prefer the VTID if present @VTID(33) void autoSize( net.rgielen.com4j.office2010.office.MsoAutoSize autoSize); /** *

* Getter method for the COM property "ThreeD" *

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

* Getter method for the COM property "HasText" *

* @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 hasText(); /** *

* Getter method for the COM property "TextRange" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.TextRange2 */ @DISPID(114) //= 0x72. The runtime will prefer the VTID if present @VTID(36) net.rgielen.com4j.office2010.office.TextRange2 textRange(); /** *

* Getter method for the COM property "Column" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.TextColumn2 */ @DISPID(115) //= 0x73. The runtime will prefer the VTID if present @VTID(37) net.rgielen.com4j.office2010.office.TextColumn2 column(); /** *

* Getter method for the COM property "Ruler" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.Ruler2 */ @DISPID(116) //= 0x74. The runtime will prefer the VTID if present @VTID(38) net.rgielen.com4j.office2010.office.Ruler2 ruler(); /** */ @DISPID(117) //= 0x75. The runtime will prefer the VTID if present @VTID(39) void deleteText(); /** *

* Getter method for the COM property "NoTextRotation" *

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

* Setter method for the COM property "NoTextRotation" *

* @param noTextRotation Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter. */ @DISPID(118) //= 0x76. The runtime will prefer the VTID if present @VTID(41) void noTextRotation( net.rgielen.com4j.office2010.office.MsoTriState noTextRotation); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy