SpreadsheetChart

Inheritance: java.lang.Object

All Implemented Interfaces: com.groupdocs.watermark.search.IHyperlinkContainer, com.groupdocs.watermark.search.ITwoDObject

public class SpreadsheetChart implements IHyperlinkContainer, ITwoDObject

Represents a chart in an Excel document.

Methods

Method Description
getWorksheet() Gets the parent worksheet of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).
getId() Gets the identifier of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).
getImageFillFormat() Gets the image fill format settings of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).
getName() Gets the name of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).
getAlternativeText() Gets the descriptive (alternative) text associated with this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).
getHyperlink() Gets the hyperlink associated with this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).
setHyperlink(String value) Sets the hyperlink associated with this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).
getX() Gets the horizontal offset of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart) from worksheet left border in points.
getY() Gets the vertical offset of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart) from worksheet top border in points.
getWidth() Gets the width of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart) in points.
getHeight() Gets the height of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart) in points.

getWorksheet()

public final SpreadsheetWorksheet getWorksheet()

Gets the parent worksheet of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).

Returns: SpreadsheetWorksheet - The parent worksheet of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).

getId()

public final int getId()

Gets the identifier of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).

Returns: int - The identifier of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).

getImageFillFormat()

public final SpreadsheetImageFillFormat getImageFillFormat()

Gets the image fill format settings of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).

Returns: SpreadsheetImageFillFormat - The image fill format settings of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).

getName()

public final String getName()

Gets the name of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).

Returns: java.lang.String - The name of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).

getAlternativeText()

public final String getAlternativeText()

Gets the descriptive (alternative) text associated with this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).

Returns: java.lang.String - The descriptive (alternative) text associated with this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).

public final String getHyperlink()

Gets the hyperlink associated with this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).

Returns: java.lang.String - The hyperlink associated with this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).

public final void setHyperlink(String value)

Sets the hyperlink associated with this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).

Parameters:

Parameter Type Description
value java.lang.String The hyperlink associated with this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).

getX()

public final double getX()

Gets the horizontal offset of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart) from worksheet left border in points.

Returns: double - The x-coordinate of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).

getY()

public final double getY()

Gets the vertical offset of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart) from worksheet top border in points.

Returns: double - The y-coordinate of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart).

getWidth()

public final double getWidth()

Gets the width of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart) in points.

Returns: double - The width of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart) in points.

getHeight()

public final double getHeight()

Gets the height of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart) in points.

Returns: double - The height of this [SpreadsheetChart](../../com.groupdocs.watermark.contents/spreadsheetchart) in points.