| Package | Description |
|---|---|
| com.grapecity.documents.excel | |
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
IShape |
IHyperlink.getShape()
Returns the
IShape object that represents the shape attached to the specified hyperlink. |
IShape |
ISlicer.getShape()
Gets the
IShape object associated with the specified slicer. |
IShape |
IComment.getShape()
Returns the
IShape object that represents the shape attached to the
specified comment. |
IShape |
ISignature.getSignatureLineShape()
Gets the Shape object associated with a Signature object that is a signature
line.
|
| Modifier and Type | Method and Description |
|---|---|
IHyperlink |
IHyperlinks.add(IShape shape,
java.lang.String address)
Adds a hyperlink to the specified shape (
IHyperlink object). |
IHyperlink |
IHyperlinks.add(IShape shape,
java.lang.String address,
java.lang.String subAddress,
java.lang.String screenTip,
java.lang.String textToDisplay)
Adds a hyperlink to the specified shape (
IHyperlink object). |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBackgroundPicture
Represents an picture object which will be used as the background picture.
|
| Modifier and Type | Method and Description |
|---|---|
IShape |
IShapes.addCameraPicture(java.lang.String reference,
double left,
double top)
Creates a picture from reference range.Returns the
IShape object that represents the new picture. |
IShape |
IShapes.addCameraPicture(java.lang.String reference,
double left,
double top,
double width,
double height)
Creates a picture from reference range.Returns the
IShape object that represents the new picture. |
IShape |
IShapes.addCameraPicture(java.lang.String reference,
java.lang.String name,
double left,
double top)
Creates a picture from reference range.Returns the
IShape object that represents the new picture. |
IShape |
IShapes.addCameraPicture(java.lang.String reference,
java.lang.String name,
double left,
double top,
double width,
double height)
Creates a picture from reference range.Returns the
IShape object that represents the new picture. |
IShape |
IChart.addChart(ChartType chartType,
double left,
double top,
double width,
double height)
Creates a chart at the specified location on the chart.
|
IShape |
IShapes.addChart(ChartType chartType,
double left,
double top,
double width,
double height)
Creates a chart at the specified location on the active sheet.
|
IShape |
IShapes.addChart(java.lang.String name,
ChartType chartType,
double left,
double top,
double width,
double height)
Creates a chart at the specified location on the active sheet.
|
IShape |
IChart.addChartInPixel(ChartType chartType,
double left,
double top,
double width,
double height)
Creates a chart at the specified location on the chart.
|
IShape |
IShapes.addChartInPixel(ChartType chartType,
double left,
double top,
double width,
double height)
Creates a chart at the specified location on the active sheet.
|
IShape |
IShapes.addChartInPixel(java.lang.String name,
ChartType chartType,
double left,
double top,
double width,
double height)
Creates a chart at the specified location on the active sheet.
|
IShape |
IChart.addConnector(ConnectorType type,
double beginX,
double beginY,
double endX,
double endY)
Creates a connector.
|
IShape |
IShapes.addConnector(ConnectorType type,
double beginX,
double beginY,
double endX,
double endY)
Creates a connector.
|
IShape |
IShapes.addConnector(java.lang.String name,
ConnectorType type,
double beginX,
double beginY,
double endX,
double endY)
Creates a connector.
|
IShape |
IChart.addConnectorInPixel(ConnectorType type,
double beginX,
double beginY,
double endX,
double endY)
Creates a connector.
|
IShape |
IShapes.addConnectorInPixel(ConnectorType type,
float beginX,
float beginY,
float endX,
float endY)
Creates a connector.
|
IShape |
IShapes.addConnectorInPixel(java.lang.String name,
ConnectorType type,
float beginX,
float beginY,
float endX,
float endY)
Creates a connector.
|
IShape |
IChart.addPicture(java.io.InputStream stream,
ImageType type,
double left,
double top,
double width,
double height)
Creates a picture from an existing stream.
|
IShape |
IShapes.addPicture(java.io.InputStream stream,
ImageType type,
double left,
double top,
double width,
double height)
Creates a picture from an existing stream.
|
IShape |
IChart.addPicture(java.lang.String filename,
double left,
double top,
double width,
double height)
Creates a picture from an existing file.
|
IShape |
IShapes.addPicture(java.lang.String filename,
double left,
double top,
double width,
double height)
Creates a picture from an existing file.
|
IShape |
IShapes.addPicture(java.lang.String name,
java.io.InputStream stream,
ImageType type,
double left,
double top,
double width,
double height)
Creates a picture from an existing stream.
|
IShape |
IShapes.addPicture(java.lang.String name,
java.lang.String filename,
double left,
double top,
double width,
double height)
Creates a picture from an existing file.
|
IShape |
IChart.addPictureInPixel(java.io.InputStream stream,
ImageType type,
double left,
double top,
double width,
double height)
Creates a picture from an existing stream.
|
IShape |
IShapes.addPictureInPixel(java.io.InputStream stream,
ImageType type,
double left,
double top,
double width,
double height)
Creates a picture from an existing stream.
|
IShape |
IChart.addPictureInPixel(java.lang.String filename,
double left,
double top,
double width,
double height)
Creates a picture from an existing file.
|
IShape |
IShapes.addPictureInPixel(java.lang.String filename,
double left,
double top,
double width,
double height)
Creates a picture from an existing file.
|
IShape |
IShapes.addPictureInPixel(java.lang.String name,
java.io.InputStream stream,
ImageType type,
double left,
double top,
double width,
double height)
Creates a picture from an existing stream.
|
IShape |
IShapes.addPictureInPixel(java.lang.String name,
java.lang.String filename,
double left,
double top,
double width,
double height)
Creates a picture from an existing file.
|
IShape |
IChart.addShape(AutoShapeType type,
double left,
double top,
double width,
double height)
Returns the
IShape object that represents the new AutoShape in the chart. |
IShape |
IShapes.addShape(AutoShapeType type,
double left,
double top,
double width,
double height)
Returns the
IShape object that represents the new AutoShape in a
worksheet. |
IShape |
IShapes.addShape(java.lang.String name,
AutoShapeType type,
double left,
double top,
double width,
double height)
Returns the
IShape object that represents the new AutoShape in a
worksheet. |
IShape |
IChart.addShapeInPixel(AutoShapeType type,
double left,
double top,
double width,
double height)
Returns the
IShape object that represents the new AutoShape in the chart. |
IShape |
IShapes.addShapeInPixel(AutoShapeType type,
double left,
double top,
double width,
double height)
Returns the
IShape object that represents the new AutoShape in a
worksheet. |
IShape |
IShapes.addShapeInPixel(java.lang.String name,
AutoShapeType type,
double left,
double top,
double width,
double height)
Returns the
IShape object that represents the new AutoShape in a
worksheet. |
IShape |
IShape.duplicate()
Duplicates the shape and returns a reference to the new copy.
|
IShape |
IGroupShapes.get(int index)
Returns a single object from a collection.
|
IShape |
IShapes.get(int index)
Returns a single object from a collection.
|
IShape |
IShapeRange.get(int index)
Returns a single object from a collection.
|
IShape |
IGroupShapes.get(java.lang.String name)
Returns a single object from a collection.
|
IShape |
IShapes.get(java.lang.String name)
Returns a single object from a collection.
|
IShape |
IShapeRange.get(java.lang.String index)
Returns a single object from a collection.
|
IShape |
IConnectorFormat.getBeginConnectedShape()
Returns the
IShape object that represents the shape that the
beginning of the specified connector is attached to. |
IShape |
IConnectorFormat.getEndConnectedShape()
Returns the
IShape object that represents the shape that the end of
the specified connector is attached to. |
IShape |
IChart.getParent()
Returns the parent
IShape of the chart. |
IShape |
IShape.getParentGroup()
Returns the
IShape object that represents the common parent shape of
a child shape or a range of child shapes. |
IShape |
IShapeRange.group()
Groups the shapes in the specified range.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IShape> |
IChart.getShapes()
Returns all drawing shapes in this chart.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IConnectorFormat.beginConnect(IShape connectedShape,
int connectionSite)
Attaches the beginning of the specified connector to a specified shape.
|
void |
IConnectorFormat.endConnect(IShape connectedShape,
int connectionSite)
Attaches the end of the specified connector to a specified shape.
|