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
. |
double |
getHeight()
Gets the height of this
in points. |
String |
getHyperlink()
Gets the hyperlink associated with this
. |
int |
getId()
Gets the identifier of this
. |
SpreadsheetImageFillFormat |
getImageFillFormat()
Gets the image fill format settings of this
. |
String |
getName()
Gets the name of this
. |
double |
getWidth()
Gets the width of this
in points. |
SpreadsheetWorksheet |
getWorksheet()
Gets the parent worksheet of this
. |
double |
getX()
Gets the horizontal offset of this
from worksheet left border in points. |
double |
getY()
Gets the vertical offset of this
from worksheet top border in points. |
void |
setHyperlink(String value)
Sets the hyperlink associated with this
. |
public final SpreadsheetWorksheet getWorksheet()
SpreadsheetChart
.SpreadsheetChart
.public final int getId()
SpreadsheetChart
.SpreadsheetChart
.public final SpreadsheetImageFillFormat getImageFillFormat()
SpreadsheetChart
.SpreadsheetChart
.public final String getName()
SpreadsheetChart
.SpreadsheetChart
.public final String getAlternativeText()
SpreadsheetChart
.SpreadsheetChart
.public final String getHyperlink()
SpreadsheetChart
.SpreadsheetChart
.public final void setHyperlink(String value)
SpreadsheetChart
.value
- The hyperlink associated with this SpreadsheetChart
.public final double getX()
SpreadsheetChart
from worksheet left border in points.getX
in interface ITwoDObject
SpreadsheetChart
.public final double getY()
SpreadsheetChart
from worksheet top border in points.getY
in interface ITwoDObject
SpreadsheetChart
.public final double getWidth()
SpreadsheetChart
in points.getWidth
in interface ITwoDObject
SpreadsheetChart
in points.public final double getHeight()
SpreadsheetChart
in points.getHeight
in interface ITwoDObject
SpreadsheetChart
in points.