|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.core.spreadsheet.charts.XlsChartDataLabels
public class XlsChartDataLabels
| Constructor Summary | |
|---|---|
XlsChartDataLabels(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
java.awt.Font |
generateNativeFont()
Generates .Net font object corresponding to the current font. |
ChartBackgroundMode |
getBackgroundMode()
Display mode of the background. |
java.awt.Color |
getColor()
Gets color |
java.lang.String |
getDelimiter()
Delimeter. |
java.lang.String |
getFontName()
Returns or sets the font name. |
XlsChartSerieDataFormat |
getFormat()
Gets corresponding data format. |
IChartFrameFormat |
getFrameFormat()
Return frame format. |
int |
getHeight()
Y-size. |
int |
getIndex()
Returns font index. |
ExcelColors |
getKnownColor()
Returns or sets the primary color of the object. |
java.lang.String |
getNumberFormat()
Represents trend line label number format. |
DataLabelPositionType |
getPosition()
Represents data labels position. |
boolean |
getShowLeaderLines()
Indicates whether Leader Lines is in data labels. |
double |
getSize()
Returns or sets the size of the font. |
java.lang.String |
getStrikethroughType()
Represents the TextArea StrikethroughType |
java.lang.String |
getText()
Gets text. |
XlsChartDataLabelArea |
getTextArea()
Text of area. |
int |
getTextRotationAngle()
Text rotation angle. |
FontUnderlineType |
getUnderline()
Returns or sets the type of underline applied to the font. |
CellRange |
getValueFromCell()
Set Range for value. |
FontVertialAlignmentType |
getVerticalAlignment()
Returns or sets font vertical alignment. |
int |
getWidth()
X-size. |
int |
getX()
X-position of upper-left corner. |
int |
getY()
Y-position of upper-left corner. |
boolean |
hasBubbleSize()
Indicates whether bubble size is in data labels. |
void |
hasBubbleSize(boolean value)
Indicates whether bubble size is in data labels. |
boolean |
hasCategoryName()
Indicates whether category name is in data labels. |
void |
hasCategoryName(boolean hasCategoryName)
Sets whether category name is in data labels. |
boolean |
hasFormula()
Gets or sets a value indicating whether this instance has formula. |
boolean |
hasLegendKey()
Indicates whether legend key is in data labels. |
void |
hasLegendKey(boolean hasLegendKey)
Sets whether legend key is in data labels. |
boolean |
hasManualLayout()
Indicates whether border formatting object was created. |
boolean |
hasPercentage()
Indicates whether percentage is in data labels. |
void |
hasPercentage(boolean value)
Indicates whether percentage is in data labels. |
boolean |
hasSeriesName()
Indicates whether series name is in data labels. |
void |
hasSeriesName(boolean hasSeriesName)
Sets whether series name is in data labels. |
boolean |
hasValue()
Indicates whether value is in data labels. |
void |
hasValue(boolean hasValue)
Sets whether value is in data labels. |
void |
hasWedgeCallout(boolean hasWedgeCallout)
Sets whether has wedge callout |
boolean |
isAutoColor()
Indicates whether color has automatic color. |
boolean |
isAutoMode()
True if background is set to automatic. |
boolean |
isBold()
True if the font is bold. |
void |
isBold(boolean value)
True if the font is bold. |
boolean |
isHMode()
false value Specifies that the Height shall be interpreted as the Bottom of the chart element.. |
void |
isHMode(boolean value)
false value Specifies that the Height shall be interpreted as the Bottom of the chart element.. |
boolean |
isItalic()
True if the font style is italic. |
void |
isItalic(boolean value)
True if the font style is italic. |
boolean |
isStrikethrough()
True if the font is struck through with a horizontal line. |
void |
isStrikethrough(boolean value)
True if the font is struck through with a horizontal line. |
boolean |
isSubscript()
True if the font is formatted as subscript. |
void |
isSubscript(boolean value)
True if the font is formatted as subscript. |
boolean |
isSuperscript()
True if the font is formatted as superscript. |
void |
isSuperscript(boolean value)
True if the font is formatted as superscript. |
boolean |
isWMode()
false value Specifies that the Width shall be interpreted as the Right of the chart element.. |
void |
isWMode(boolean value)
false value Specifies that the Width shall be interpreted as the Right of the chart element.. |
boolean |
isXMode()
true value Specifies that the X shall be interpreted as the Left of the chart element.. |
void |
isXMode(boolean value)
true value Specifies that the X shall be interpreted as the Left of the chart element.. |
boolean |
isYMode()
true value Specifies that the Y shall be interpreted as the Top of the chart element... |
void |
isYMode(boolean value)
true value Specifies that the Y shall be interpreted as the Top of the chart element... |
void |
setBackgroundMode(ChartBackgroundMode value)
Display mode of the background. |
void |
setColor(java.awt.Color value)
Sets color |
void |
setDelimiter(java.lang.String value)
Delimeter. |
void |
setFontName(java.lang.String value)
Returns or sets the font name. |
void |
setHeight(int value)
Y-size. |
void |
setKnownColor(ExcelColors value)
Returns or sets the primary color of the object. |
void |
setNumberFormat(java.lang.String value)
Represents trend line label number format. |
void |
setPosition(DataLabelPositionType value)
Represents data labels position. |
void |
setSize(double value)
Returns or sets the size of the font. |
void |
setStrikethroughType(java.lang.String value)
Represents the TextArea StrikethroughType |
void |
setText(java.lang.String value)
Sets text. |
void |
setTextRotationAngle(int value)
Text rotation angle. |
void |
setUnderline(FontUnderlineType value)
Returns or sets the type of underline applied to the font. |
void |
setValueFromCell(CellRange valueFromCell)
Sets the value from cell range. |
void |
setVerticalAlignment(FontVertialAlignmentType value)
Returns or sets font vertical alignment. |
void |
setWidth(int value)
X-size. |
void |
setX(int value)
X-position of upper-left corner. |
void |
setY(int value)
Y-position of upper-left corner. |
| Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
|---|
dispose |
| Methods inherited from interface com.spire.xls.core.IChartDataLabels |
|---|
setShowLeaderLines |
| Methods inherited from interface com.spire.xls.core.interfacess.IOptimizedUpdate |
|---|
beginUpdate, endUpdate |
| Constructor Detail |
|---|
public XlsChartDataLabels(java.lang.Object parent)
| Method Detail |
|---|
public boolean hasSeriesName()
hasSeriesName in interface IChartDataLabelspublic void hasSeriesName(boolean hasSeriesName)
hasSeriesName in interface IChartDataLabelspublic boolean hasCategoryName()
hasCategoryName in interface IChartDataLabelspublic void hasCategoryName(boolean hasCategoryName)
hasCategoryName in interface IChartDataLabelspublic boolean hasValue()
hasValue in interface IChartDataLabelspublic void hasValue(boolean hasValue)
hasValue in interface IChartDataLabelspublic boolean hasPercentage()
hasPercentage in interface IChartDataLabelspublic void hasPercentage(boolean value)
hasPercentage in interface IChartDataLabelspublic boolean hasBubbleSize()
hasBubbleSize in interface IChartDataLabelspublic void hasBubbleSize(boolean value)
hasBubbleSize in interface IChartDataLabelspublic boolean hasFormula()
public java.lang.String getDelimiter()
getDelimiter in interface IChartDataLabelspublic void setDelimiter(java.lang.String value)
setDelimiter in interface IChartDataLabelspublic boolean hasLegendKey()
hasLegendKey in interface IChartDataLabelspublic void hasLegendKey(boolean hasLegendKey)
hasLegendKey in interface IChartDataLabelspublic boolean hasManualLayout()
public DataLabelPositionType getPosition()
getPosition in interface IChartDataLabelspublic void setPosition(DataLabelPositionType value)
setPosition in interface IChartDataLabelspublic boolean getShowLeaderLines()
getShowLeaderLines in interface IChartDataLabelspublic java.lang.String getNumberFormat()
getNumberFormat in interface IChartDataLabelspublic void setNumberFormat(java.lang.String value)
setNumberFormat in interface IChartDataLabelspublic boolean isBold()
isBold in interface IFontpublic void isBold(boolean value)
isBold in interface IFontpublic ExcelColors getKnownColor()
getKnownColor in interface IFontpublic void setKnownColor(ExcelColors value)
setKnownColor in interface IFontpublic java.awt.Color getColor()
getColor in interface IFontpublic void setColor(java.awt.Color value)
setColor in interface IFontpublic boolean isItalic()
isItalic in interface IFontpublic void isItalic(boolean value)
isItalic in interface IFontpublic double getSize()
getSize in interface IFontpublic void setSize(double value)
setSize in interface IFontpublic boolean isStrikethrough()
isStrikethrough in interface IFontpublic void isStrikethrough(boolean value)
isStrikethrough in interface IFontpublic boolean isSubscript()
isSubscript in interface IFontpublic void isSubscript(boolean value)
isSubscript in interface IFontpublic boolean isSuperscript()
isSuperscript in interface IFontpublic void isSuperscript(boolean value)
isSuperscript in interface IFontpublic FontUnderlineType getUnderline()
getUnderline in interface IFontpublic void setUnderline(FontUnderlineType value)
setUnderline in interface IFontpublic java.lang.String getFontName()
getFontName in interface IFontpublic void setFontName(java.lang.String value)
setFontName in interface IFontpublic FontVertialAlignmentType getVerticalAlignment()
getVerticalAlignment in interface IFontpublic void setVerticalAlignment(FontVertialAlignmentType value)
setVerticalAlignment in interface IFontpublic boolean isAutoColor()
isAutoColor in interface IFontpublic java.lang.String getStrikethroughType()
getStrikethroughType in interface IFontpublic void setStrikethroughType(java.lang.String value)
setStrikethroughType in interface IFontpublic java.awt.Font generateNativeFont()
generateNativeFont in interface IFontpublic java.lang.String getText()
getText in interface IChartTextAreapublic void setText(java.lang.String value)
public IChartFrameFormat getFrameFormat()
getFrameFormat in interface IChartTextAreapublic int getTextRotationAngle()
getTextRotationAngle in interface IChartTextAreapublic void setTextRotationAngle(int value)
public ChartBackgroundMode getBackgroundMode()
getBackgroundMode in interface IChartTextAreapublic void setBackgroundMode(ChartBackgroundMode value)
public boolean isAutoMode()
isAutoMode in interface IChartTextAreapublic XlsChartSerieDataFormat getFormat()
public CellRange getValueFromCell()
public void setValueFromCell(CellRange valueFromCell)
public boolean isWMode()
public void isWMode(boolean value)
public boolean isHMode()
public void isHMode(boolean value)
public boolean isXMode()
public void isXMode(boolean value)
public boolean isYMode()
public void isYMode(boolean value)
public int getX()
public void setX(int value)
public int getY()
public void setY(int value)
public XlsChartDataLabelArea getTextArea()
public void hasWedgeCallout(boolean hasWedgeCallout)
hasWedgeCallout - public int getHeight()
public void setHeight(int value)
public int getWidth()
public void setWidth(int value)
public int getIndex()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||