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

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

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

import com4j.*;

@IID("{000C039A-0000-0000-C000-000000000046}")
public interface Font2 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 "Bold" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(2) //= 0x2. The runtime will prefer the VTID if present @VTID(10) net.rgielen.com4j.office2010.office.MsoTriState bold(); /** *

* Setter method for the COM property "Bold" *

* @param bold Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter. */ @DISPID(2) //= 0x2. The runtime will prefer the VTID if present @VTID(11) void bold( net.rgielen.com4j.office2010.office.MsoTriState bold); /** *

* Getter method for the COM property "Italic" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(3) //= 0x3. The runtime will prefer the VTID if present @VTID(12) net.rgielen.com4j.office2010.office.MsoTriState italic(); /** *

* Setter method for the COM property "Italic" *

* @param italic Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter. */ @DISPID(3) //= 0x3. The runtime will prefer the VTID if present @VTID(13) void italic( net.rgielen.com4j.office2010.office.MsoTriState italic); /** *

* Getter method for the COM property "Strike" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTextStrike */ @DISPID(4) //= 0x4. The runtime will prefer the VTID if present @VTID(14) net.rgielen.com4j.office2010.office.MsoTextStrike strike(); /** *

* Setter method for the COM property "Strike" *

* @param strike Mandatory net.rgielen.com4j.office2010.office.MsoTextStrike parameter. */ @DISPID(4) //= 0x4. The runtime will prefer the VTID if present @VTID(15) void strike( net.rgielen.com4j.office2010.office.MsoTextStrike strike); /** *

* Getter method for the COM property "Caps" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTextCaps */ @DISPID(5) //= 0x5. The runtime will prefer the VTID if present @VTID(16) net.rgielen.com4j.office2010.office.MsoTextCaps caps(); /** *

* Setter method for the COM property "Caps" *

* @param caps Mandatory net.rgielen.com4j.office2010.office.MsoTextCaps parameter. */ @DISPID(5) //= 0x5. The runtime will prefer the VTID if present @VTID(17) void caps( net.rgielen.com4j.office2010.office.MsoTextCaps caps); /** *

* Getter method for the COM property "AutorotateNumbers" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(6) //= 0x6. The runtime will prefer the VTID if present @VTID(18) net.rgielen.com4j.office2010.office.MsoTriState autorotateNumbers(); /** *

* Setter method for the COM property "AutorotateNumbers" *

* @param rotateNumbers Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter. */ @DISPID(6) //= 0x6. The runtime will prefer the VTID if present @VTID(19) void autorotateNumbers( net.rgielen.com4j.office2010.office.MsoTriState rotateNumbers); /** *

* Getter method for the COM property "BaselineOffset" *

* @return Returns a value of type float */ @DISPID(7) //= 0x7. The runtime will prefer the VTID if present @VTID(20) float baselineOffset(); /** *

* Setter method for the COM property "BaselineOffset" *

* @param offset Mandatory float parameter. */ @DISPID(7) //= 0x7. The runtime will prefer the VTID if present @VTID(21) void baselineOffset( float offset); /** *

* Getter method for the COM property "Kerning" *

* @return Returns a value of type float */ @DISPID(8) //= 0x8. The runtime will prefer the VTID if present @VTID(22) float kerning(); /** *

* Setter method for the COM property "Kerning" *

* @param kerningSize Mandatory float parameter. */ @DISPID(8) //= 0x8. The runtime will prefer the VTID if present @VTID(23) void kerning( float kerningSize); /** *

* Getter method for the COM property "Size" *

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

* Setter method for the COM property "Size" *

* @param size Mandatory float parameter. */ @DISPID(9) //= 0x9. The runtime will prefer the VTID if present @VTID(25) void size( float size); /** *

* Getter method for the COM property "Spacing" *

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

* Setter method for the COM property "Spacing" *

* @param spacing Mandatory float parameter. */ @DISPID(10) //= 0xa. The runtime will prefer the VTID if present @VTID(27) void spacing( float spacing); /** *

* Getter method for the COM property "UnderlineStyle" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTextUnderlineType */ @DISPID(11) //= 0xb. The runtime will prefer the VTID if present @VTID(28) net.rgielen.com4j.office2010.office.MsoTextUnderlineType underlineStyle(); /** *

* Setter method for the COM property "UnderlineStyle" *

* @param style Mandatory net.rgielen.com4j.office2010.office.MsoTextUnderlineType parameter. */ @DISPID(11) //= 0xb. The runtime will prefer the VTID if present @VTID(29) void underlineStyle( net.rgielen.com4j.office2010.office.MsoTextUnderlineType style); /** *

* Getter method for the COM property "Allcaps" *

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

* Setter method for the COM property "Allcaps" *

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

* Getter method for the COM property "DoubleStrikeThrough" *

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

* Setter method for the COM property "DoubleStrikeThrough" *

* @param doubleStrikeThrough Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter. */ @DISPID(13) //= 0xd. The runtime will prefer the VTID if present @VTID(33) void doubleStrikeThrough( net.rgielen.com4j.office2010.office.MsoTriState doubleStrikeThrough); /** *

* Getter method for the COM property "Equalize" *

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

* Setter method for the COM property "Equalize" *

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

* Getter method for the COM property "Fill" *

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

* Getter method for the COM property "Glow" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.GlowFormat */ @DISPID(16) //= 0x10. The runtime will prefer the VTID if present @VTID(37) 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(17) //= 0x11. The runtime will prefer the VTID if present @VTID(38) net.rgielen.com4j.office2010.office.ReflectionFormat reflection(); /** *

* Getter method for the COM property "Line" *

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

* Getter method for the COM property "Shadow" *

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

* Getter method for the COM property "Highlight" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.ColorFormat */ @DISPID(20) //= 0x14. The runtime will prefer the VTID if present @VTID(41) net.rgielen.com4j.office2010.office.ColorFormat highlight(); /** *

* Getter method for the COM property "UnderlineColor" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.ColorFormat */ @DISPID(21) //= 0x15. The runtime will prefer the VTID if present @VTID(42) net.rgielen.com4j.office2010.office.ColorFormat underlineColor(); /** *

* Getter method for the COM property "Smallcaps" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(22) //= 0x16. The runtime will prefer the VTID if present @VTID(43) net.rgielen.com4j.office2010.office.MsoTriState smallcaps(); /** *

* Setter method for the COM property "Smallcaps" *

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

* Getter method for the COM property "SoftEdgeFormat" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoSoftEdgeType */ @DISPID(23) //= 0x17. The runtime will prefer the VTID if present @VTID(45) net.rgielen.com4j.office2010.office.MsoSoftEdgeType softEdgeFormat(); /** *

* Setter method for the COM property "SoftEdgeFormat" *

* @param softEdgeFormat Mandatory net.rgielen.com4j.office2010.office.MsoSoftEdgeType parameter. */ @DISPID(23) //= 0x17. The runtime will prefer the VTID if present @VTID(46) void softEdgeFormat( net.rgielen.com4j.office2010.office.MsoSoftEdgeType softEdgeFormat); /** *

* Getter method for the COM property "StrikeThrough" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(24) //= 0x18. The runtime will prefer the VTID if present @VTID(47) net.rgielen.com4j.office2010.office.MsoTriState strikeThrough(); /** *

* Setter method for the COM property "StrikeThrough" *

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

* Getter method for the COM property "Subscript" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(25) //= 0x19. The runtime will prefer the VTID if present @VTID(49) net.rgielen.com4j.office2010.office.MsoTriState subscript(); /** *

* Setter method for the COM property "Subscript" *

* @param subscript Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter. */ @DISPID(25) //= 0x19. The runtime will prefer the VTID if present @VTID(50) void subscript( net.rgielen.com4j.office2010.office.MsoTriState subscript); /** *

* Getter method for the COM property "Superscript" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(26) //= 0x1a. The runtime will prefer the VTID if present @VTID(51) net.rgielen.com4j.office2010.office.MsoTriState superscript(); /** *

* Setter method for the COM property "Superscript" *

* @param superscript Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter. */ @DISPID(26) //= 0x1a. The runtime will prefer the VTID if present @VTID(52) void superscript( net.rgielen.com4j.office2010.office.MsoTriState superscript); /** *

* Getter method for the COM property "WordArtformat" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoPresetTextEffect */ @DISPID(27) //= 0x1b. The runtime will prefer the VTID if present @VTID(53) 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(27) //= 0x1b. The runtime will prefer the VTID if present @VTID(54) void wordArtformat( net.rgielen.com4j.office2010.office.MsoPresetTextEffect wordArtformat); /** *

* Getter method for the COM property "Embeddable" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(28) //= 0x1c. The runtime will prefer the VTID if present @VTID(55) net.rgielen.com4j.office2010.office.MsoTriState embeddable(); /** *

* Getter method for the COM property "Embedded" *

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

* Getter method for the COM property "Name" *

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

* Setter method for the COM property "Name" *

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

* Getter method for the COM property "NameAscii" *

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

* Setter method for the COM property "NameAscii" *

* @param nameAscii Mandatory java.lang.String parameter. */ @DISPID(31) //= 0x1f. The runtime will prefer the VTID if present @VTID(60) void nameAscii( java.lang.String nameAscii); /** *

* Getter method for the COM property "NameComplexScript" *

* @return Returns a value of type java.lang.String */ @DISPID(32) //= 0x20. The runtime will prefer the VTID if present @VTID(61) java.lang.String nameComplexScript(); /** *

* Setter method for the COM property "NameComplexScript" *

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

* Getter method for the COM property "NameFarEast" *

* @return Returns a value of type java.lang.String */ @DISPID(33) //= 0x21. The runtime will prefer the VTID if present @VTID(63) java.lang.String nameFarEast(); /** *

* Setter method for the COM property "NameFarEast" *

* @param nameFarEast Mandatory java.lang.String parameter. */ @DISPID(33) //= 0x21. The runtime will prefer the VTID if present @VTID(64) void nameFarEast( java.lang.String nameFarEast); /** *

* Getter method for the COM property "NameOther" *

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

* Setter method for the COM property "NameOther" *

* @param nameOther Mandatory java.lang.String parameter. */ @DISPID(34) //= 0x22. The runtime will prefer the VTID if present @VTID(66) void nameOther( java.lang.String nameOther); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy