Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
static ExcelObjectSourceType |
ExcelObjectSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExcelObjectSourceType[] |
ExcelObjectSourceType.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(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,
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.
|
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,
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,
ExcelObjectSourceType sourceType)
Adds a new picture to the worksheet which moves but doesn't size with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
String positionFromCell,
ExcelObjectSourceType sourceType)
Adds a new picture to the worksheet which moves but doesn't size with cells.
|
ExcelPicture |
ExcelPictureCollection.add(String picturePath,
String positionFromCell,
String positionToCell,
ExcelObjectSourceType sourceType)
Adds a new picture to the worksheet which moves and sizes with cells.
|
© GemBox Ltd. — All rights reserved.