com.moyosoft.connector.ms.excel
Class DataLabels

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--com.moyosoft.connector.ms.excel.ExcelCollection
              |
              +--com.moyosoft.connector.ms.excel.DataLabels
All Implemented Interfaces:
java.util.Collection

public class DataLabels
extends ExcelCollection


Constructor Summary
DataLabels(Dispatch dispatch)
           
 
Method Summary
 void delete()
           
 boolean getAutoScaleFont()
           
 Border getBorder()
           
 int getCount()
           
 ChartFillFormat getFill()
           
 Font getFont()
           
 HAlign getHorizontalAlignment()
           
 Interior getInterior()
           
 DataLabel getItem(int index)
           
 java.lang.String getName()
           
 java.lang.String getNumberFormat()
           
 Orientation getOrientation()
           
 int getOrientationValue()
           
 DataLabelPosition getPosition()
           
 int getReadingOrder()
           
 java.lang.String getSeparator()
          Returns the current separator, or null if the default separator (comma or newline) is used.
 VAlign getVerticalAlignment()
           
 boolean isAutoText()
           
 boolean isNumberFormatLinked()
           
 boolean isShadow()
           
 boolean isShowBubbleSize()
           
 boolean isShowCategoryName()
           
 boolean isShowLegendKey()
           
 boolean isShowPercentage()
           
 boolean isShowSeriesName()
           
 boolean isShowValue()
           
 void select()
           
 void setAutoScaleFont(boolean value)
           
 void setAutoText(boolean value)
           
 void setHorizontalAlignment(HAlign value)
           
 void setNumberFormat(java.lang.String value)
           
 void setNumberFormatLinked(boolean value)
           
 void setOrientation(Orientation value)
           
 void setOrientationValue(int orientationInDegrees)
           
 void setPosition(DataLabelPosition value)
           
 void setReadingOrder(int value)
           
 void setSeparator(java.lang.String value)
          Sets the value of the separator.
 void setShadow(boolean value)
           
 void setShowBubbleSize(boolean value)
           
 void setShowCategoryName(boolean value)
           
 void setShowLegendKey(boolean value)
           
 void setShowPercentage(boolean value)
           
 void setShowSeriesName(boolean value)
           
 void setShowValue(boolean value)
           
 void setVerticalAlignment(VAlign value)
           
 
Methods inherited from class com.moyosoft.connector.ms.excel.ExcelCollection
getDispatch, iterator, remove, size
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

DataLabels

public DataLabels(Dispatch dispatch)
Method Detail

getName

public java.lang.String getName()

select

public void select()

getBorder

public Border getBorder()

delete

public void delete()

getInterior

public Interior getInterior()

getFill

public ChartFillFormat getFill()

getFont

public Font getFont()

getHorizontalAlignment

public HAlign getHorizontalAlignment()

setHorizontalAlignment

public void setHorizontalAlignment(HAlign value)

getOrientation

public Orientation getOrientation()

setOrientation

public void setOrientation(Orientation value)

getOrientationValue

public int getOrientationValue()

setOrientationValue

public void setOrientationValue(int orientationInDegrees)

isShadow

public boolean isShadow()

setShadow

public void setShadow(boolean value)

getVerticalAlignment

public VAlign getVerticalAlignment()

setVerticalAlignment

public void setVerticalAlignment(VAlign value)

getReadingOrder

public int getReadingOrder()

setReadingOrder

public void setReadingOrder(int value)

getAutoScaleFont

public boolean getAutoScaleFont()

setAutoScaleFont

public void setAutoScaleFont(boolean value)

isAutoText

public boolean isAutoText()

setAutoText

public void setAutoText(boolean value)

getNumberFormat

public java.lang.String getNumberFormat()

setNumberFormat

public void setNumberFormat(java.lang.String value)

isNumberFormatLinked

public boolean isNumberFormatLinked()

setNumberFormatLinked

public void setNumberFormatLinked(boolean value)

isShowLegendKey

public boolean isShowLegendKey()

setShowLegendKey

public void setShowLegendKey(boolean value)

getPosition

public DataLabelPosition getPosition()

setPosition

public void setPosition(DataLabelPosition value)

isShowSeriesName

public boolean isShowSeriesName()

setShowSeriesName

public void setShowSeriesName(boolean value)

isShowCategoryName

public boolean isShowCategoryName()

setShowCategoryName

public void setShowCategoryName(boolean value)

isShowValue

public boolean isShowValue()

setShowValue

public void setShowValue(boolean value)

isShowPercentage

public boolean isShowPercentage()

setShowPercentage

public void setShowPercentage(boolean value)

isShowBubbleSize

public boolean isShowBubbleSize()

setShowBubbleSize

public void setShowBubbleSize(boolean value)

getSeparator

public java.lang.String getSeparator()
Returns the current separator, or null if the default separator (comma or newline) is used.


setSeparator

public void setSeparator(java.lang.String value)
Sets the value of the separator. Specifying null will reset to the default value (comma or newline).


getCount

public int getCount()

getItem

public DataLabel getItem(int index)