Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
PositioningMode |
ExcelDrawingPosition.getMode()
Gets the positioning mode of the
ExcelDrawing (picture, chart, etc.). |
static PositioningMode |
PositioningMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PositioningMode[] |
PositioningMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcelDrawingPosition.setMode(PositioningMode value)
Sets the positioning mode of the
ExcelDrawing (picture, chart, etc.). |
ExcelPicture |
ExcelPicture.setPositioningMode(PositioningMode positioningMode)
Deprecated.
This method is internal and should not be used.
|
© GemBox d.o.o. — All rights reserved.