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 |
---|---|
static LengthUnit |
LengthUnit.forValue(int value)
Deprecated.
This method is internal and should not be used.
|
LengthUnit |
ExcelRow.getExtentUnit()
Deprecated.
This method is internal and should not be used.
|
abstract LengthUnit |
ExcelColumnRowBase.getExtentUnit()
Deprecated.
This method is internal and should not be used.
|
LengthUnit |
ExcelColumn.getExtentUnit()
Deprecated.
This method is internal and should not be used.
|
static LengthUnit |
LengthUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LengthUnit[] |
LengthUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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(InputStream pictureStream,
ExcelPictureFormat pictureFormat,
double left,
double top,
double width,
double height,
LengthUnit unit)
Adds a new picture to the worksheet which doesn't move nor sizes with cells.
|
ExcelPicture |
ExcelPictureCollection.add(InputStream pictureStream,
ExcelPictureFormat pictureFormat,
String positionFromCell,
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)
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,
double left,
double top,
double width,
double height,
LengthUnit unit)
Adds a new picture to the worksheet which doesn't move nor sizes with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
double left,
double top,
double width,
double height,
LengthUnit unit,
ExcelObjectSourceType sourceType)
Adds a new picture to the worksheet which doesn't move nor sizes with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
double left,
double top,
LengthUnit unit)
Adds a new picture to the worksheet which doesn't move nor sizes with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
double left,
double top,
LengthUnit unit,
ExcelObjectSourceType sourceType)
Adds a new picture to the worksheet which doesn't move nor sizes with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
String positionFromCell,
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,
String positionFromCell,
double width,
double height,
LengthUnit unit,
ExcelObjectSourceType sourceType)
Adds a new picture to the worksheet which moves but doesn't size with cells.
|
static double |
LengthUnitConverter.convert(double length,
LengthUnit sourceUnit,
LengthUnit destinationUnit)
Converts the specified
length from sourceUnit measurement unit to destinationUnit measurement unit. |
static long |
LengthUnitConverter.convertToEmu(double length,
LengthUnit unit)
Deprecated.
This method is internal and should not be used.
|
static long |
LengthUnitConverter.convertToEmu(long length,
LengthUnit unit)
Deprecated.
This method is internal and should not be used.
|
static int |
LengthUnitConverter.convertToPixel(double length,
LengthUnit unit)
Deprecated.
This method is internal and should not be used.
|
double |
AnchorCell.getColumnOffset(LengthUnit unit)
Gets the column offset for the anchor cell in arbitrary length unit.
|
double |
ExcelColumnRowBase.getExtent(LengthUnit lengthUnit)
Deprecated.
This method is internal and should not be used.
|
double |
ExcelRow.getHeight(LengthUnit lengthUnit)
Gets the height of row in arbitrary length unit.
|
double |
ExcelDrawingPosition.getHeight(LengthUnit unit)
Gets the height of the
ExcelDrawing (picture, chart, etc.). |
double |
ExcelDrawingPosition.getLeft(LengthUnit unit)
Gets the distance of the left edge of the
ExcelDrawing (picture, chart, etc.) from the left edge of the worksheet. |
double |
AnchorCell.getRowOffset(LengthUnit unit)
Gets the row offset for the anchor cell in arbitrary length unit.
|
double |
ExcelDrawingPosition.getTop(LengthUnit unit)
Gets the distance of the top edge of the
ExcelDrawing (picture, chart, etc.) from the top edge of the worksheet. |
double |
ExcelDrawingPosition.getWidth(LengthUnit unit)
Gets the width of the
ExcelDrawing (picture, chart, etc.). |
double |
ExcelColumn.getWidth(LengthUnit lengthUnit)
Gets the width of column in arbitrary length unit.
|
void |
AnchorCell.setColumnOffset(double value,
LengthUnit unit)
Sets the column offset for the anchor cell in arbitrary length unit.
|
void |
ExcelColumnRowBase.setExtent(double value,
LengthUnit lengthUnit)
Deprecated.
This method is internal and should not be used.
|
void |
ExcelRow.setHeight(double value,
LengthUnit lengthUnit)
Sets the height of row in arbitrary length unit.
|
void |
ExcelDrawingPosition.setHeight(double value,
LengthUnit unit)
Sets the height of the
ExcelDrawing (picture, chart, etc.). |
void |
ExcelDrawingPosition.setLeft(double value,
LengthUnit unit)
Sets the distance of the left edge of the
ExcelDrawing (picture, chart, etc.) from the left edge of the worksheet. |
void |
AnchorCell.setRowOffset(double value,
LengthUnit unit)
Sets the row offset for the anchor cell in arbitrary length unit.
|
void |
ExcelDrawingPosition.setTop(double value,
LengthUnit unit)
Sets the distance of the top edge of the
ExcelDrawing (picture, chart, etc.) from the top edge of the worksheet. |
void |
ExcelDrawingPosition.setWidth(double value,
LengthUnit unit)
Sets the width of the
ExcelDrawing (picture, chart, etc.). |
void |
ExcelColumn.setWidth(double value,
LengthUnit lengthUnit)
Sets the width of column in arbitrary length unit.
|
Constructor and Description |
---|
AnchorCell(ExcelColumn column,
ExcelRow row,
double columnOffset,
double rowOffset,
LengthUnit unit)
Initializes a new instance of the
AnchorCell class by using offset values in arbitrary length unit. |
Modifier and Type | Method and Description |
---|---|
<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,
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,
double left,
double top,
double width,
double height,
LengthUnit unit,
Class<T> classType)
Adds a new chart to the worksheet which doesn't move nor sizes with cells.
|
<T extends ExcelChart> |
ExcelChartCollection.add(ChartGrouping chartGrouping,
String positionFromCell,
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,
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,
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,
double left,
double top,
double width,
double height,
LengthUnit unit)
Adds a new chart to the worksheet which doesn't move nor sizes with cells.
|
ExcelChart |
ExcelChartCollection.add(ChartType chartType,
ChartGrouping chartGrouping,
String positionFromCell,
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,
double left,
double top,
double width,
double height,
LengthUnit unit)
Adds a new chart to the worksheet which doesn't move nor sizes with cells.
|
ExcelChart |
ExcelChartCollection.add(ChartType chartType,
String positionFromCell,
double width,
double height,
LengthUnit unit)
Adds a new chart to the worksheet which moves but doesn't size with cells.
|
<T extends ExcelChart> |
ExcelChartCollection.add(double left,
double top,
double width,
double height,
LengthUnit unit,
Class<T> classType)
Adds a new chart to the worksheet which doesn't move nor sizes with cells.
|
<T extends ExcelChart> |
ExcelChartCollection.add(String positionFromCell,
double width,
double height,
LengthUnit unit,
Class<T> classType)
Adds a new chart to the worksheet which moves but doesn't size with cells.
|
© GemBox d.o.o. — All rights reserved.