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