[]
IShape
objects on the specified sheet.addCameraPicture(String reference,
double left,
double top)
addCameraPicture(String reference,
double left,
double top,
double width,
double height)
addCameraPicture(String reference,
IRange range)
addCameraPicture(String reference,
String name,
double left,
double top)
IShape
object that represents the new picture.addCameraPicture(String reference,
String name,
double left,
double top,
double width,
double height)
IShape
object that represents the new picture.addCameraPicture(String reference,
String name,
IRange range)
addChartInPixel(ChartType chartType,
double left,
double top,
double width,
double height)
addChartInPixel(String name,
ChartType chartType,
double left,
double top,
double width,
double height)
addConnector(ConnectorType type,
double beginX,
double beginY,
double endX,
double endY)
addConnector(ConnectorType type,
IRange range)
addConnector(String name,
ConnectorType type,
double beginX,
double beginY,
double endX,
double endY)
addConnector(String name,
ConnectorType type,
IRange range)
addConnectorInPixel(ConnectorType type,
float beginX,
float beginY,
float endX,
float endY)
addConnectorInPixel(String name,
ConnectorType type,
float beginX,
float beginY,
float endX,
float endY)
addPicture(InputStream stream,
ImageType type,
double left,
double top,
double width,
double height)
addPicture(InputStream stream,
ImageType type,
IRange range)
addPicture(String filename,
double left,
double top,
double width,
double height)
addPicture(String filename,
IRange range)
addPicture(String name,
InputStream stream,
ImageType type,
double left,
double top,
double width,
double height)
addPicture(String name,
InputStream stream,
ImageType type,
IRange range)
addPicture(String name,
String filename,
double left,
double top,
double width,
double height)
addPicture(String name,
String filename,
IRange range)
addPictureInPixel(InputStream stream,
ImageType type,
double left,
double top,
double width,
double height)
addPictureInPixel(String filename,
double left,
double top,
double width,
double height)
addPictureInPixel(String name,
InputStream stream,
ImageType type,
double left,
double top,
double width,
double height)
addPictureInPixel(String name,
String filename,
double left,
double top,
double width,
double height)
addShape(AutoShapeType type,
double left,
double top,
double width,
double height)
IShape
object that represents the new AutoShape in aworksheet.addShape(AutoShapeType type,
IRange range)
IShape
object that represents the new AutoShapeat the specified range on the current sheet.addShape(String name,
AutoShapeType type,
double left,
double top,
double width,
double height)
IShape
object that represents the new AutoShape in aworksheet.addShape(String name,
AutoShapeType type,
IRange range)
IShape
object that represents the new AutoShapeat the specified range on the current sheet.addShapeInPixel(AutoShapeType type,
double left,
double top,
double width,
double height)
IShape
object that represents the new AutoShape in aworksheet.addShapeInPixel(String name,
AutoShapeType type,
double left,
double top,
double width,
double height)
IShape
object that represents the new AutoShape in aworksheet.get(int index)
int
getCount()
getRange(int[] index)
forEach, iterator, spliterator
index
- Required int. The index number for the object.name
- Required string. The name for the object.chartType
- The chart typeleft
- The distance, in points, from the left edge of the object to theleft edge of column A (on a worksheet) or the left edge of the chart area (on a chart).top
- The distance, in points, from the top edge of the top most shapein the shape range to the top edge of the worksheet.width
- The width, in points, of the objectheight
- The height, in points, of the objectIShape
object.The sheet of targetRange and the sheet of the shape being added must be the same sheet.
chartType
- The chart typerange
- The target range of the current sheet.IShape
object.name
- * The chart namechartType
- The chart typeleft
- The distance, in points, from the left edge of the object to theleft edge of column A (on a worksheet) or the left edge of the chart area (on a chart).top
- The distance, in points, from the top edge of the top most shapein the shape range to the top edge of the worksheet.width
- The width, in points, of the objectheight
- The height, in points, of the objectIShape
object.The sheet of targetRange and the sheet of the shape being added must be the same sheet.
name
- * The chart namechartType
- The chart typerange
- The target range of the current sheet.IShape
objectthat represents the new picture.filename
- The file from which the object is to be createdleft
- The position (in points) of the upper-left corner of the picturerelative to the upper-left corner of the document.top
- The position (in points) of the upper-left corner of the picturerelative to the top of the document.width
- The width of the picture, in points.height
- The height of the picture, in points.IShape
object.IOException
The sheet of targetRange and the sheet of the shape being added must be the same sheet.
Returns the IShape
object that represents the new picture.
filename
- The file from which the object is to be createdrange
- The target range of the current sheet.IShape
object.IOException
IShape
objectthat represents the new picture.name
- The picture namefilename
- The file from which the object is to be createdleft
- The position (in points) of the upper-left corner of the picturerelative to the upper-left corner of the document.top
- The position (in points) of the upper-left corner of the picturerelative to the top of the document.width
- The width of the picture, in points.height
- The height of the picture, in points.IShape
object.IOException
The sheet of targetRange and the sheet of the shape being added must be the same sheet.
Returns the IShape
object that represents the new picture.
name
- The picture namefilename
- The file from which the object is to be createdrange
- The target range of the current sheet.IShape
object.IOException
IShape
objectthat represents the new picture.stream
- The stream from which the object is to be created.type
- Specifies the type of picture to create.left
- The position (in points) of the upper-left corner of the picturerelative to the upper-left corner of the document.top
- The position (in points) of the upper-left corner of the picturerelative to the top of the document.width
- The width of the picture, in points.height
- The height of the picture, in points.IShape
object.IOException
The sheet of targetRange and the sheet of the shape being added must be the same sheet.
Returns the IShape
object that represents the new picture.
stream
- The stream from which the object is to be created.type
- Specifies the type of picture to create.range
- The target range of the current sheet.IShape
object.IOException
IShape
objectthat represents the new picture.name
- The picture namestream
- The stream from which the object is to be created.type
- Specifies the type of picture to create.left
- The position (in points) of the upper-left corner of the picturerelative to the upper-left corner of the document.top
- The position (in points) of the upper-left corner of the picturerelative to the top of the document.width
- The width of the picture, in points.height
- The height of the picture, in points.IShape
object.IOException
The sheet of targetRange and the sheet of the shape being added must be the same sheet.
Returns the IShape
object that represents the new picture.
name
- The picture namestream
- The stream from which the object is to be created.type
- Specifies the type of picture to create.range
- The target range of the current sheet.IShape
object.IOException
IShape
object that represents the new AutoShape in aworksheet.type
- Specifies the type of AutoShape to create.left
- The position (in points) of the upper-left corner of theAutoShape's boundary box relative to the upper-left corner of the document.top
- The position (in points) of the upper-left corner of theAutoShape's boundary box relative to the upper-left corner of the document.width
- The width and height of the AutoShape's boundary box, in points.height
- The width and height of the AutoShape's boundary box, in points.IShape
object.IShape
object that represents the new AutoShapeat the specified range on the current sheet. The sheet of targetRange and the sheet of the shape being added must be the same sheet.
type
- Specifies the type of AutoShape to create.range
- The target range of the current sheet.IShape
object.IShape
object that represents the new AutoShape in aworksheet.name
- The shape nametype
- Specifies the type of AutoShape to create.left
- The position (in points) of the upper-left corner of theAutoShape's boundary box relative to the upper-left corner of the document.top
- The position (in points) of the upper-left corner of theAutoShape's boundary box relative to the upper-left corner of the document.width
- The width and height of the AutoShape's boundary box, in points.height
- The width and height of the AutoShape's boundary box, in points.IShape
object.IShape
object that represents the new AutoShapeat the specified range on the current sheet. The sheet of targetRange and the sheet of the shape being added must be the same sheet.
name
- The shape nametype
- Specifies the type of AutoShape to create.range
- The target range of the current sheet.IShape
object.IShape
object that represents thenew connector.type
- The connector type to add.beginX
- The horizontal position (in points) of the connector's startingpoint relative to the upper-left corner of the document.beginY
- The vertical position (in points) of the connector's startingpoint relative to the upper-left corner of the document.endX
- The horizontal position (in points) of the connector's end pointrelative to the upper-left corner of the document.endY
- The veritcal position (in points) of the connector's end pointrelative to the upper-left corner of the document.IShape
object.The sheet of targetRange and the sheet of the shape being added must be the same sheet.
Returns the IShape
object that represents the new connector.
type
- The connector type to add.range
- The target range of the current sheet.IShape
object.IShape
object that represents thenew connector.name
- The connector nametype
- The connector type to add.beginX
- The horizontal position (in points) of the connector's startingpoint relative to the upper-left corner of the document.beginY
- The vertical position (in points) of the connector's startingpoint relative to the upper-left corner of the document.endX
- The horizontal position (in points) of the connector's end pointrelative to the upper-left corner of the document.endY
- The veritcal position (in points) of the connector's end pointrelative to the upper-left corner of the document.IShape
object.The sheet of targetRange and the sheet of the shape being added must be the same sheet.
Returns the IShape
object that represents the new connector.
name
- The connector nametype
- The connector type to add.range
- The target range of the current sheet.IShape
object.chartType
- The chart typeleft
- The distance, in pixels, from the left edge of the object to theleft edge of column A (on a worksheet) or the left edge of the chart area (on a chart).top
- The distance, in pixels, from the top edge of the top most shape inthe shape range to the top edge of the worksheet.width
- The width, in pixels, of the objectheight
- The height, in pixels, of the objectIShape
object.name
- The chart namechartType
- The chart typeleft
- The distance, in pixels, from the left edge of the object to theleft edge of column A (on a worksheet) or the left edge of the chart area (on a chart).top
- The distance, in pixels, from the top edge of the top most shape inthe shape range to the top edge of the worksheet.width
- The width, in pixels, of the objectheight
- The height, in pixels, of the objectIShape
object.IShape
objectthat represents the new picture.filename
- The file from which the object is to be createdleft
- The position (in pixels) of the upper-left corner of the picturerelative to the upper-left corner of the document.top
- The position (in pixels) of the upper-left corner of the picturerelative to the top of the document.width
- The width of the picture, in pixels.height
- The height of the picture, in pixels.IShape
object.IOException
IShape
objectthat represents the new picture.name
- The picture namefilename
- The file from which the object is to be createdleft
- The position (in pixels) of the upper-left corner of the picturerelative to the upper-left corner of the document.top
- The position (in pixels) of the upper-left corner of the picturerelative to the top of the document.width
- The width of the picture, in pixels.height
- The height of the picture, in pixels.IShape
object.IOException
IShape
objectthat represents the new picture.stream
- The stream from which the object is to be created.type
- Specifies the type of picture to create.left
- The position (in pixels) of the upper-left corner of the picturerelative to the upper-left corner of the document.top
- The position (in pixels) of the upper-left corner of the picturerelative to the top of the document.width
- The width of the picture, in pixels.height
- The height of the picture, in pixels.IShape
object.IOException
IShape
objectthat represents the new picture.name
- The picture namestream
- The stream from which the object is to be created.type
- Specifies the type of picture to create.left
- The position (in pixels) of the upper-left corner of the picturerelative to the upper-left corner of the document.top
- The position (in pixels) of the upper-left corner of the picturerelative to the top of the document.width
- The width of the picture, in pixels.height
- The height of the picture, in pixels.IShape
object.IOException
IShape
object that represents the new AutoShape in aworksheet.type
- Specifies the type of AutoShape to create.left
- The position (in pixels) of the upper-left corner of theAutoShape's boundary box relative to the upper-left corner of the document.top
- The position (in pixels) of the upper-left corner of theAutoShape's boundary box relative to the upper-left corner of the document.width
- The width and height of the AutoShape's boundary box, in pixels.height
- The width and height of the AutoShape's boundary box, in pixels.IShape
object.IShape
object that represents the new AutoShape in aworksheet.name
- The shape nametype
- Specifies the type of AutoShape to create.left
- The position (in pixels) of the upper-left corner of theAutoShape's boundary box relative to the upper-left corner of the document.top
- The position (in pixels) of the upper-left corner of theAutoShape's boundary box relative to the upper-left corner of the document.width
- The width and height of the AutoShape's boundary box, in pixels.height
- The width and height of the AutoShape's boundary box, in pixels.IShape
object.IShape
object that represents thenew connector.type
- The connector type to add.beginX
- The horizontal position (in pixels) of the connector's startingpoint relative to the upper-left corner of the document.beginY
- The vertical position (in pixels) of the connector's startingpoint relative to the upper-left corner of the document.endX
- The horizontal position (in pixels) of the connector's end pointrelative to the upper-left corner of the document.endY
- The veritcal position (in pixels) of the connector's end pointrelative to the upper-left corner of the document.IShape
object.IShape
object that represents thenew connector.name
- The connector nametype
- The connector type to add.beginX
- The horizontal position (in pixels) of the connector's startingpoint relative to the upper-left corner of the document.beginY
- The vertical position (in pixels) of the connector's startingpoint relative to the upper-left corner of the document.endX
- The horizontal position (in pixels) of the connector's end pointrelative to the upper-left corner of the document.endY
- The veritcal position (in pixels) of the connector's end pointrelative to the upper-left corner of the document.IShape
object.IShape
object that represents the new picture.reference
- The range of the picture generated fromleft
- The position (in points) of the upper-left cornerof the picture relative to the upper-left corner of the document.top
- The position (in points) of the upper-left cornerof the picture relative to the top of the document.IShape
object.IShape
object that represents the new picture.reference
- The range of the picture generated fromleft
- The position (in points) of the upper-left cornerof the picture relative to the upper-left corner of the document.top
- The position (in points) of the upper-left cornerof the picture relative to the top of the document.width
- The width and height of the AutoShape's boundary box, in points.height
- The width and height of the AutoShape's boundary box, in points.IShape
object.The sheet of targetRange and the sheet of the shape being added must be the same sheet.
Returns the IShape
object that represents the new picture.
reference
- The range of the picture generated fromrange
- The target range of the current sheet.IShape
object.IShape
object that represents the new picture.reference
- The range of the picture generated fromname
- The picture nameleft
- The position (in points) of the upper-left cornerof the picture relative to the upper-left corner of the document.top
- The position (in points) of the upper-left cornerof the picture relative to the top of the document.IShape
object.IShape
object that represents the new picture.reference
- The range of the picture generated fromname
- The picture nameleft
- The position (in points) of the upper-left cornerof the picture relative to the upper-left corner of the document.top
- The position (in points) of the upper-left cornerof the picture relative to the top of the document.width
- The width and height of the AutoShape's boundary box, in points.height
- The width and height of the AutoShape's boundary box, in points.IShape
object.The sheet of targetRange and the sheet of the shape being added must be the same sheet.
Returns the IShape
object that represents the new picture.
reference
- The range of the picture generated fromname
- The picture namerange
- The target range of the current sheet.IShape
object.