public abstract class ExcelDrawing extends Object
ExcelPicture
,
ExcelChart
Modifier and Type | Method and Description |
---|---|
SpreadsheetHyperlink |
getHyperlink()
Gets the hyperlink on this drawing (picture, chart, etc.).
|
ExcelDrawingMetadata |
getMetadata()
Gets the metadata (non-visual properties) of this
ExcelDrawing instance. |
ExcelDrawingPosition |
getPosition()
Gets the position of this drawing (picture, chart, etc.) in the worksheet.
|
void |
setHyperlink(SpreadsheetHyperlink value)
Sets the hyperlink on this drawing (picture, chart, etc.).
|
public final SpreadsheetHyperlink getHyperlink()
Supported only in XLSX and XLS.
public final ExcelDrawingMetadata getMetadata()
ExcelDrawing
instance.ExcelDrawing
instance.public final ExcelDrawingPosition getPosition()
public final void setHyperlink(SpreadsheetHyperlink value)
Supported only in XLSX and XLS.
value
- The hyperlink on this drawing (picture, chart, etc.).© GemBox d.o.o. — All rights reserved.