public class SpreadsheetChart extends Object implements ITwoDObject
Represents a chart in an Excel document.
Modifier and Type | Method and Description |
---|---|
String |
getAlternativeText()
Gets the descriptive (alternative) text associated with this
SpreadsheetChart . |
double |
getHeight()
Gets the height of this
SpreadsheetChart in points. |
String |
getHyperlink()
Gets the hyperlink associated with this
SpreadsheetChart . |
int |
getId()
Gets the identifier of this
SpreadsheetChart . |
SpreadsheetImageFillFormat |
getImageFillFormat()
Gets the image fill format settings of this
SpreadsheetChart . |
String |
getName()
Gets the name of this
SpreadsheetChart . |
double |
getWidth()
Gets the width of this
SpreadsheetChart in points. |
SpreadsheetWorksheet |
getWorksheet()
Gets the parent worksheet of this
SpreadsheetChart . |
double |
getX()
Gets the horizontal offset of this
SpreadsheetChart from worksheet left border in points. |
double |
getY()
Gets the vertical offset of this
SpreadsheetChart from worksheet top border in points. |
void |
setHyperlink(String value)
Sets the hyperlink associated with this
SpreadsheetChart . |
public final SpreadsheetWorksheet getWorksheet()
Gets the parent worksheet of this SpreadsheetChart
.
SpreadsheetChart
.public final int getId()
Gets the identifier of this SpreadsheetChart
.
SpreadsheetChart
.public final SpreadsheetImageFillFormat getImageFillFormat()
Gets the image fill format settings of this SpreadsheetChart
.
SpreadsheetChart
.public final String getName()
Gets the name of this SpreadsheetChart
.
SpreadsheetChart
.public final String getAlternativeText()
Gets the descriptive (alternative) text associated with this SpreadsheetChart
.
SpreadsheetChart
.public final String getHyperlink()
Gets the hyperlink associated with this SpreadsheetChart
.
SpreadsheetChart
.public final void setHyperlink(String value)
Sets the hyperlink associated with this SpreadsheetChart
.
value
- The hyperlink associated with this SpreadsheetChart
.public final double getX()
Gets the horizontal offset of this SpreadsheetChart
from worksheet left border in points.
getX
in interface ITwoDObject
SpreadsheetChart
.public final double getY()
Gets the vertical offset of this SpreadsheetChart
from worksheet top border in points.
getY
in interface ITwoDObject
SpreadsheetChart
.public final double getWidth()
Gets the width of this SpreadsheetChart
in points.
getWidth
in interface ITwoDObject
SpreadsheetChart
in points.public final double getHeight()
Gets the height of this SpreadsheetChart
in points.
getHeight
in interface ITwoDObject
SpreadsheetChart
in points.Copyright © 2020. All rights reserved.