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

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

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

import com4j.*;

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

* Getter method for the COM property "Alignment" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTextEffectAlignment */ @DISPID(100) //= 0x64. The runtime will prefer the VTID if present @VTID(11) net.rgielen.com4j.office2010.office.MsoTextEffectAlignment alignment(); /** *

* Setter method for the COM property "Alignment" *

* @param alignment Mandatory net.rgielen.com4j.office2010.office.MsoTextEffectAlignment parameter. */ @DISPID(100) //= 0x64. The runtime will prefer the VTID if present @VTID(12) void alignment( net.rgielen.com4j.office2010.office.MsoTextEffectAlignment alignment); /** *

* Getter method for the COM property "FontBold" *

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

* Setter method for the COM property "FontBold" *

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

* Getter method for the COM property "FontItalic" *

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

* Setter method for the COM property "FontItalic" *

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

* Getter method for the COM property "FontName" *

* @return Returns a value of type java.lang.String */ @DISPID(103) //= 0x67. The runtime will prefer the VTID if present @VTID(17) java.lang.String fontName(); /** *

* Setter method for the COM property "FontName" *

* @param fontName Mandatory java.lang.String parameter. */ @DISPID(103) //= 0x67. The runtime will prefer the VTID if present @VTID(18) void fontName( java.lang.String fontName); /** *

* Getter method for the COM property "FontSize" *

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

* Setter method for the COM property "FontSize" *

* @param fontSize Mandatory float parameter. */ @DISPID(104) //= 0x68. The runtime will prefer the VTID if present @VTID(20) void fontSize( float fontSize); /** *

* Getter method for the COM property "KernedPairs" *

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

* Setter method for the COM property "KernedPairs" *

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

* Getter method for the COM property "NormalizedHeight" *

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

* Setter method for the COM property "NormalizedHeight" *

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

* Getter method for the COM property "PresetShape" *

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

* Setter method for the COM property "PresetShape" *

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

* Getter method for the COM property "PresetTextEffect" *

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

* Setter method for the COM property "PresetTextEffect" *

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

* Getter method for the COM property "RotatedChars" *

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

* Setter method for the COM property "RotatedChars" *

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

* Getter method for the COM property "Text" *

* @return Returns a value of type java.lang.String */ @DISPID(110) //= 0x6e. The runtime will prefer the VTID if present @VTID(31) java.lang.String text(); /** *

* Setter method for the COM property "Text" *

* @param text Mandatory java.lang.String parameter. */ @DISPID(110) //= 0x6e. The runtime will prefer the VTID if present @VTID(32) void text( java.lang.String text); /** *

* Getter method for the COM property "Tracking" *

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

* Setter method for the COM property "Tracking" *

* @param tracking Mandatory float parameter. */ @DISPID(111) //= 0x6f. The runtime will prefer the VTID if present @VTID(34) void tracking( float tracking); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy