Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
ExcelDrawingPosition |
ExcelDrawingPosition.clone(ExcelWorksheet worksheet)
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.
|
static ExcelDrawingPosition |
ExcelDrawingPosition.create(ExcelWorksheet worksheet,
double left,
double top,
double width,
double height)
Deprecated.
This method is internal and should not be used.
|
ExcelDrawingPosition |
ExcelEmbeddedObject.getPosition()
Gets the position of this embedded object in the worksheet.
|
ExcelDrawingPosition |
ExcelDrawing.getPosition()
Gets the position of this drawing (picture, chart, etc.) in the worksheet.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcelDrawingCollectionImpl.addExcelDrawing(ExcelDrawing drawing,
ExcelDrawingPosition position,
boolean allowDuplicateDrawingId)
Deprecated.
This method is internal and should not be used.
|
abstract void |
ExcelRowColumnCollectionBaseGeneric.setDrawingPositionIndexes(ExcelDrawingPosition position,
int fromIndex,
long fromOffset,
int toIndex,
long toOffset)
Deprecated.
This method is internal and should not be used.
|
void |
ExcelRowCollection.setDrawingPositionIndexes(ExcelDrawingPosition position,
int fromIndex,
long fromOffset,
int toIndex,
long toOffset)
Deprecated.
This method is internal and should not be used.
|
void |
ExcelColumnCollection.setDrawingPositionIndexes(ExcelDrawingPosition position,
int fromIndex,
long fromOffset,
int toIndex,
long toOffset)
Deprecated.
This method is internal and should not be used.
|
void |
ExcelEmbeddedObject.setPosition(ExcelDrawingPosition position)
Deprecated.
This method is internal and should not be used.
|
void |
ExcelDrawing.setPosition(ExcelDrawingPosition position)
Deprecated.
This method is internal and should not be used.
|
abstract com.gembox.internal.core.Result<com.gembox.spreadsheet.internal.DrawingPositionIndexes> |
ExcelRowColumnCollectionBaseGeneric.tryGetDrawingPositionIndexes(ExcelDrawingPosition position,
int rowColumnIndex,
int rowColumnLength)
Deprecated.
This method is internal and should not be used.
|
com.gembox.internal.core.Result<com.gembox.spreadsheet.internal.DrawingPositionIndexes> |
ExcelRowCollection.tryGetDrawingPositionIndexes(ExcelDrawingPosition position,
int columnIndex,
int width)
Deprecated.
This method is internal and should not be used.
|
com.gembox.internal.core.Result<com.gembox.spreadsheet.internal.DrawingPositionIndexes> |
ExcelColumnCollection.tryGetDrawingPositionIndexes(ExcelDrawingPosition position,
int rowIndex,
int height)
Deprecated.
This method is internal and should not be used.
|
© GemBox Ltd. — All rights reserved.