com.moyosoft.connector.ms.excel
Class TickLabels

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

public class TickLabels
extends java.lang.Object


Constructor Summary
TickLabels(Dispatch dispatch)
           
 
Method Summary
 void delete()
           
 int getAlignment()
           
 boolean getAutoScaleFont()
           
 int getDepth()
           
 Dispatch getDispatch()
           
 Font getFont()
           
 java.lang.String getName()
           
 java.lang.String getNumberFormat()
           
 java.lang.String getNumberFormatLocal()
           
 int getOffset()
           
 TickLabelOrientation getOrientation()
           
 int getOrientationDegrees()
          Returns an integer value from –90 to 90 degrees if the method getOrientation() returns null.
 int getReadingOrder()
           
 boolean isNumberFormatLinked()
           
 void select()
           
 void setAlignment(int value)
           
 void setAutoScaleFont(boolean value)
           
 void setNumberFormat(java.lang.String value)
           
 void setNumberFormatLinked(boolean value)
           
 void setNumberFormatLocal(java.lang.String value)
           
 void setOffset(int value)
           
 void setOrientation(TickLabelOrientation value)
           
 void setOrientationDegrees(int degrees)
          Set the orientation to the specified degrees.
 void setReadingOrder(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TickLabels

public TickLabels(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

delete

public void delete()

getFont

public Font getFont()

getName

public java.lang.String getName()

getNumberFormat

public java.lang.String getNumberFormat()

setNumberFormat

public void setNumberFormat(java.lang.String value)

isNumberFormatLinked

public boolean isNumberFormatLinked()

setNumberFormatLinked

public void setNumberFormatLinked(boolean value)

getNumberFormatLocal

public java.lang.String getNumberFormatLocal()

setNumberFormatLocal

public void setNumberFormatLocal(java.lang.String value)

getOrientation

public TickLabelOrientation getOrientation()

setOrientation

public void setOrientation(TickLabelOrientation value)

getOrientationDegrees

public int getOrientationDegrees()
Returns an integer value from –90 to 90 degrees if the method getOrientation() returns null. Otherwise the getOrientation() method should be used instead to get one of the TickLabelOrientation constant values.


setOrientationDegrees

public void setOrientationDegrees(int degrees)
Set the orientation to the specified degrees. Allowed values are from –90 to 90 degrees.


select

public void select()

getReadingOrder

public int getReadingOrder()

setReadingOrder

public void setReadingOrder(int value)

getAutoScaleFont

public boolean getAutoScaleFont()

setAutoScaleFont

public void setAutoScaleFont(boolean value)

getDepth

public int getDepth()

getOffset

public int getOffset()

setOffset

public void setOffset(int value)

getAlignment

public int getAlignment()

setAlignment

public void setAlignment(int value)