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 | Method and Description |
---|---|
AnchorCell |
AnchorCell.clone(ExcelWorksheet worksheet)
Deprecated.
This method is internal and should not be used.
|
static AnchorCell |
AnchorCell.fromCell(String cell,
ExcelWorksheet worksheet,
boolean topLeft)
Deprecated.
This method is internal and should not be used.
|
AnchorCell |
ExcelComment.getBottomRightCell()
Gets the bottom right anchor cell for the comment shape.
|
AnchorCell |
ExcelDrawingPosition.getFrom()
Gets the anchor cell which the
ExcelDrawing (picture, chart, etc.) spans from. |
AnchorCell |
ExcelDrawingPosition.getTo()
Gets the anchor cell which the
ExcelDrawing (picture, chart, etc.) spans to. |
AnchorCell |
ExcelComment.getTopLeftCell()
Gets the top left anchor cell for the comment shape.
|
Modifier and Type | Method and Description |
---|---|
ExcelPicture |
ExcelPictureCollection.add(InputStream pictureStream,
ExcelPictureFormat pictureFormat,
AnchorCell positionFrom,
AnchorCell positionTo)
Adds a new picture to the worksheet which moves and sizes with cells.
|
ExcelPicture |
ExcelPictureCollection.add(InputStream pictureStream,
ExcelPictureFormat pictureFormat,
AnchorCell positionFrom,
double width,
double height,
LengthUnit unit)
Adds a new picture to the worksheet which moves but doesn't size with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
AnchorCell positionFrom)
Adds a new picture to the worksheet which moves but doesn't size with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
AnchorCell positionFrom,
AnchorCell positionTo)
Adds a new picture to the worksheet which moves and sizes with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
AnchorCell positionFrom,
AnchorCell positionTo,
ExcelObjectSourceType sourceType)
Adds a new picture to the worksheet which moves and sizes with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
AnchorCell positionFrom,
double width,
double height,
LengthUnit unit)
Adds a new picture to the worksheet which moves but doesn't size with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
AnchorCell positionFrom,
double width,
double height,
LengthUnit unit,
ExcelObjectSourceType sourceType)
Adds a new picture to the worksheet which moves but doesn't size with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
AnchorCell positionFrom,
ExcelObjectSourceType sourceType)
Adds a new picture to the worksheet which moves but doesn't size with cells.
|
static void |
AnchorCell.adjust(AnchorCell positionFrom,
AnchorCell positionTo)
Deprecated.
This method is internal and should not be used.
|
static ExcelDrawingPosition |
ExcelDrawingPosition.create(ExcelWorksheet worksheet,
AnchorCell positionFrom,
AnchorCell positionTo)
Deprecated.
This method is internal and should not be used.
|
static ExcelDrawingPosition |
ExcelDrawingPosition.create(ExcelWorksheet worksheet,
AnchorCell positionFrom,
double width,
double height)
Deprecated.
This method is internal and should not be used.
|
boolean |
AnchorCell.equalsGeneric(AnchorCell other)
Deprecated.
This method is internal and should not be used.
|
void |
ExcelComment.setBottomRightCell(AnchorCell anchorCell)
Sets the bottom right anchor cell for the comment shape.
|
void |
ExcelDrawingPosition.setFrom(AnchorCell value)
Sets the anchor cell which the
ExcelDrawing (picture, chart, etc.) spans from. |
void |
ExcelDrawingPosition.setTo(AnchorCell value)
Sets the anchor cell which the
ExcelDrawing (picture, chart, etc.) spans to. |
void |
ExcelComment.setTopLeftCell(AnchorCell anchorCell)
Sets the top left anchor cell for the comment shape.
|
Constructor and Description |
---|
AnchorCell(AnchorCell anchorCell)
Initializes a new instance of the
AnchorCell class by using another anchor cell. |
Modifier and Type | Method and Description |
---|---|
<T extends ExcelChart> |
ExcelChartCollection.add(AnchorCell positionFrom,
AnchorCell positionTo,
Class<T> classType)
Adds a new chart to the worksheet which moves and sizes with cells.
|
<T extends ExcelChart> |
ExcelChartCollection.add(AnchorCell positionFrom,
double width,
double height,
LengthUnit unit,
Class<T> classType)
Adds a new chart to the worksheet which moves but doesn't size with cells.
|
<T extends ExcelChart> |
ExcelChartCollection.add(ChartGrouping chartGrouping,
AnchorCell positionFrom,
AnchorCell positionTo,
Class<T> classType)
Adds a new chart to the worksheet which moves and sizes with cells.
|
<T extends ExcelChart> |
ExcelChartCollection.add(ChartGrouping chartGrouping,
AnchorCell positionFrom,
double width,
double height,
LengthUnit unit,
Class<T> classType)
Adds a new chart to the worksheet which moves but doesn't size with cells.
|
ExcelChart |
ExcelChartCollection.add(ChartType chartType,
AnchorCell positionFrom,
AnchorCell positionTo)
Adds a new chart to the worksheet which moves and sizes with cells.
|
ExcelChart |
ExcelChartCollection.add(ChartType chartType,
AnchorCell positionFrom,
double width,
double height,
LengthUnit unit)
Adds a new chart to the worksheet which moves but doesn't size with cells.
|
ExcelChart |
ExcelChartCollection.add(ChartType chartType,
ChartGrouping chartGrouping,
AnchorCell positionFrom,
AnchorCell positionTo)
Adds a new chart to the worksheet which moves and sizes with cells.
|
ExcelChart |
ExcelChartCollection.add(ChartType chartType,
ChartGrouping chartGrouping,
AnchorCell positionFrom,
double width,
double height,
LengthUnit unit)
Adds a new chart to the worksheet which moves but doesn't size with cells.
|
© GemBox Ltd. — All rights reserved.