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()
           
 int getDepth()
           
 Dispatch getDispatch()
           
 Font getFont()
           
 java.lang.String getName()
           
 java.lang.String getNumberFormat()
           
 java.lang.String getNumberFormatLocal()
           
 int getOffset()
           
 TickLabelOrientation getOrientation()
           
 int getReadingOrder()
           
 boolean isNumberFormatLinked()
           
 void select()
           
 void setAlignment(int 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 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)

select

public void select()

getReadingOrder

public int getReadingOrder()

setReadingOrder

public void setReadingOrder(int 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)