com.moyosoft.connector.ms.excel
Class TextEffectFormat

java.lang.Object
  |
  +--com.moyosoft.connector.ms.excel.TextEffectFormat

public class TextEffectFormat
extends java.lang.Object


Constructor Summary
TextEffectFormat(Dispatch dispatch)
           
 
Method Summary
 int getAlignment()
           
 int getCreator()
           
 Dispatch getDispatch()
           
 int getFontBold()
           
 int getFontItalic()
           
 java.lang.String getFontName()
           
 float getFontSize()
           
 int getKernedPairs()
           
 int getNormalizedHeight()
           
 int getPresetShape()
           
 int getPresetTextEffect()
           
 int getRotatedChars()
           
 java.lang.String getText()
           
 float getTracking()
           
 void setAlignment(int value)
           
 void setFontBold(int value)
           
 void setFontItalic(int value)
           
 void setFontName(java.lang.String value)
           
 void setFontSize(float value)
           
 void setKernedPairs(int value)
           
 void setNormalizedHeight(int value)
           
 void setPresetShape(int value)
           
 void setPresetTextEffect(int value)
           
 void setRotatedChars(int value)
           
 void setText(java.lang.String value)
           
 void setTracking(float value)
           
 void toggleVerticalText()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextEffectFormat

public TextEffectFormat(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

getCreator

public int getCreator()

toggleVerticalText

public void toggleVerticalText()

getAlignment

public int getAlignment()

setAlignment

public void setAlignment(int value)

getFontBold

public int getFontBold()

setFontBold

public void setFontBold(int value)

getFontItalic

public int getFontItalic()

setFontItalic

public void setFontItalic(int value)

getFontName

public java.lang.String getFontName()

setFontName

public void setFontName(java.lang.String value)

getFontSize

public float getFontSize()

setFontSize

public void setFontSize(float value)

getKernedPairs

public int getKernedPairs()

setKernedPairs

public void setKernedPairs(int value)

getNormalizedHeight

public int getNormalizedHeight()

setNormalizedHeight

public void setNormalizedHeight(int value)

getPresetShape

public int getPresetShape()

setPresetShape

public void setPresetShape(int value)

getPresetTextEffect

public int getPresetTextEffect()

setPresetTextEffect

public void setPresetTextEffect(int value)

getRotatedChars

public int getRotatedChars()

setRotatedChars

public void setRotatedChars(int value)

getText

public java.lang.String getText()

setText

public void setText(java.lang.String value)

getTracking

public float getTracking()

setTracking

public void setTracking(float value)