Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
com.gembox.spreadsheet.charts |
Contains types used to display series of numeric data in a graphical format.
|
Modifier and Type | Class and Description |
---|---|
class |
ExcelDrawingCollectionImpl<T extends ExcelDrawing>
Represents a collection of
drawings (pictures, charts, etc.) in the worksheet. |
Modifier and Type | Class and Description |
---|---|
class |
ExcelPicture
Represents a picture in the worksheet.
|
Modifier and Type | Method and Description |
---|---|
ExcelDrawing |
ExcelPicture.clone()
Deprecated.
This method is internal and should not be used.
|
abstract ExcelDrawing |
ExcelDrawing.clone()
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcelWorksheet.addDrawingId(ExcelDrawing drawing)
Deprecated.
This method is internal and should not be used.
|
void |
ExcelWorksheet.addDrawingId(ExcelDrawing drawing,
boolean allowDuplicateDrawingId)
Deprecated.
This method is internal and should not be used.
|
void |
ExcelDrawingCollectionImpl.addExcelDrawing(ExcelDrawing drawing,
ExcelDrawingPosition position,
boolean allowDuplicateDrawingId)
Deprecated.
This method is internal and should not be used.
|
boolean |
ExcelWorksheet.containsDrawingId(ExcelDrawing drawing)
Deprecated.
This method is internal and should not be used.
|
void |
ExcelWorksheet.removeDrawingId(ExcelDrawing drawing)
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Class and Description |
---|---|
class |
AreaChart
Represents a chart whose series values are drawn using filled areas.
|
class |
BarChart
Represents a chart whose series values are drawn using horizontal rectangles.
|
class |
ColumnChart
Represents a chart whose series values are drawn using vertical rectangles.
|
class |
ExcelChart
Represents a base class for all charts in a worksheet.
|
class |
LineChart
Represents a chart whose series values are drawn using lines.
|
class |
PieChart
Represents a chart whose single series values are drawn as filled arcs in a pie-like form.
|
Modifier and Type | Method and Description |
---|---|
ExcelDrawing |
ExcelChart.clone()
Deprecated.
This method is internal and should not be used.
|
© GemBox d.o.o. — All rights reserved.