public interface IContainer
| Modifier and Type | Method and Description |
|---|---|
double |
getHeight()
Gets the height of the object.
|
double |
getHeightInPixel()
Gets the height (in pixels) of the object.
|
double |
getLeft()
Gets the distance from the left edge of the object to the left edge of column
A (on a worksheet) or the left edge of the chart area (on a chart).
|
double |
getLeftInPixel()
Gets the distance (in pixels) from the left edge of the object to the left
edge of column A (on a worksheet) or the left edge of the chart area (on a
chart).
|
double |
getTop()
Gets the distance from the top edge of the topmost shape in the shape range
to the top edge of the worksheet.
|
double |
getTopInPixel()
Gets the distance (in pixels) from the top edge of the topmost shape in the
shape range to the top edge of the worksheet.
|
double |
getWidth()
Gets the width of the object.
|
double |
getWidthInPixel()
Gets the width (in pixels) of the object.
|
void |
setHeight(double value)
Sets the height of the object.
|
void |
setHeightInPixel(double value)
Sets the height (in pixels) of the object.
|
void |
setLeft(double value)
Sets the distance from the left edge of the object to the left edge of column
A (on a worksheet) or the left edge of the chart area (on a chart).
|
void |
setLeftInPixel(double value)
Sets the distance (in pixels) from the left edge of the object to the left
edge of column A (on a worksheet) or the left edge of the chart area (on a
chart).
|
void |
setTop(double value)
Sets the distance from the top edge of the topmost shape in the shape range
to the top edge of the worksheet.
|
void |
setTopInPixel(double value)
Sets the distance (in pixels) from the top edge of the topmost shape in the
shape range to the top edge of the worksheet.
|
void |
setWidth(double value)
Sets the width of the object.
|
void |
setWidthInPixel(double value)
Sets the width (in pixels) of the object.
|
double getTop()
void setTop(double value)
double getLeft()
void setLeft(double value)
double getWidth()
void setWidth(double value)
double getHeight()
void setHeight(double value)
double getTopInPixel()
void setTopInPixel(double value)
double getLeftInPixel()
void setLeftInPixel(double value)
double getWidthInPixel()
void setWidthInPixel(double value)
double getHeightInPixel()
void setHeightInPixel(double value)