com.aspose.slides
Class DataLabelEx

java.lang.Object
  extended by com.aspose.slides.DataLabelEx

public class DataLabelEx
extends java.lang.Object

Represents a series labels.


Constructor Summary
DataLabelEx(ChartSeriesEx parent)
           Creates a new instance of DataLabelEx class.
 
Method Summary
 boolean getDelete()
           Returns or sets the label's delete flag.
 FormatEx getFormat()
           Represents the format of the data lable.
 int getId()
           Specifies which data label are applied properties.
 boolean getLinkedSource()
           Gets and sets a reference to the worksheet
 java.lang.String getNumberFormat()
           Represents the format string for the DataLabels object.
 int getPosition()
           Represents the position of the data lable.
 java.lang.String getSeparator()
           Sets or returns a Variant representing the separator used for the data labels on a chart.
 boolean getShowBubbleSize()
           Represents a specified chart's data label bubble size value display behavior.
 boolean getShowCategoryName()
           Represents a specified chart's data label category name display behavior.True to display the category name for the data labels on a chart.
 boolean getShowLegendKey()
           Represents a specified chart's data label legend key display behavior.
 boolean getShowPercentage()
           Represents a specified chart's data label percentage value display behavior.
 boolean getShowSeriesName()
           Returns or sets a Boolean to indicate the series name display behavior for the data labels on a chart.
 boolean getShowValue()
           Represents a specified chart's data label percentage value display behavior.
 TextFrameEx getTextFrame()
           Returns a textframe of this data label.
 TextFrameEx getTextProperties()
           Returns text properties.
 void setDelete(boolean value)
           
 void setFormat(FormatEx value)
           
 void setId(int value)
           
 void setLinkedSource(boolean value)
           
 void setNumberFormat(java.lang.String value)
           
 void setPosition(int value)
           
 void setSeparator(java.lang.String 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 setTextFrame(TextFrameEx value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataLabelEx

public DataLabelEx(ChartSeriesEx parent)

Creates a new instance of DataLabelEx class.

Parameters:
parent - Parent series.
Method Detail

getDelete

public boolean getDelete()

Returns or sets the label's delete flag. True means that data label was removed by user but preserved in file.


setDelete

public void setDelete(boolean value)

getId

public int getId()

Specifies which data label are applied properties. Read/write int.


setId

public void setId(int value)

getLinkedSource

public boolean getLinkedSource()

Gets and sets a reference to the worksheet


setLinkedSource

public void setLinkedSource(boolean value)

getNumberFormat

public java.lang.String getNumberFormat()

Represents the format string for the DataLabels object. Read/write string.


setNumberFormat

public void setNumberFormat(java.lang.String value)

getTextFrame

public TextFrameEx getTextFrame()

Returns a textframe of this data label.


setTextFrame

public void setTextFrame(TextFrameEx value)

getTextProperties

public TextFrameEx getTextProperties()

Returns text properties. Readonly TextFrameEx.


getFormat

public FormatEx getFormat()

Represents the format of the data lable. Read/write FormatEx.


setFormat

public void setFormat(FormatEx value)

getPosition

public int getPosition()

Represents the position of the data lable. Read/write LegendDataLabelPositionEx.


setPosition

public void setPosition(int value)

getShowLegendKey

public boolean getShowLegendKey()

Represents a specified chart's data label legend key display behavior. True if the data label legend key is visible. Read/write bool.


setShowLegendKey

public void setShowLegendKey(boolean value)

getShowCategoryName

public boolean getShowCategoryName()

Represents a specified chart's data label category name display behavior.True to display the category name for the data labels on a chart. False to hide. Read/write bool.


setShowCategoryName

public void setShowCategoryName(boolean value)

getShowValue

public boolean getShowValue()

Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. Read/write bool.


setShowValue

public void setShowValue(boolean value)

getShowPercentage

public boolean getShowPercentage()

Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. Read/write bool.


setShowPercentage

public void setShowPercentage(boolean value)

getShowSeriesName

public boolean getShowSeriesName()

Returns or sets a Boolean to indicate the series name display behavior for the data labels on a chart. True to show the series name. False to hide. Read/write bool.


setShowSeriesName

public void setShowSeriesName(boolean value)

getShowBubbleSize

public boolean getShowBubbleSize()

Represents a specified chart's data label bubble size value display behavior. True displays the bubble size value. False to hide. Read/write bool.


setShowBubbleSize

public void setShowBubbleSize(boolean value)

getSeparator

public java.lang.String getSeparator()

Sets or returns a Variant representing the separator used for the data labels on a chart. Read/write string.


setSeparator

public void setSeparator(java.lang.String value)