[]
从引用范围创建图片。返回表示新图片的IShape 对象。
IShape AddCameraPicture(string reference, double left, double top)
| Type | Name | Description |
|---|---|---|
| string | reference | 生成的图片的引用范围。 |
| double | left | 图片相对于文档左上角的位置(以点为单位)。 |
| double | top | 图片相对于文档顶部的位置(以点为单位)。 |
| Type | Description |
|---|---|
| IShape | IShape 对象。 |
从参考范围创建图片。返回表示新图片的IShape 对象。
IShape AddCameraPicture(string reference, double left, double top, double width, double height)
| Type | Name | Description |
|---|---|---|
| string | reference | 生成图片的范围。 |
| double | left | 图片相对于文档左上角的位置(以点为单位)。 |
| double | top | 图片相对于文档顶部的位置(以点为单位)。 |
| double | width | 自动形状边框框的宽度(以点为单位)。 |
| double | height | 自动形状边框框的高度(以点为单位)。 |
| Type | Description |
|---|---|
| IShape | IShape 对象。 |
从参考范围创建一个图片,并将其放置在当前工作表的指定目标范围。
目标范围的目标工作表和被添加的形状的工作表必须是同一工作表。
返回表示新图片的IShape
对象。
IShape AddCameraPicture(string reference, IRange targetRange)
| Type | Name | Description |
|---|---|---|
| string | reference | 生成图片的范围。 |
| IRange | targetRange | 当前工作表的目标范围。 |
| Type | Description |
|---|---|
| IShape | IShape 对象。 |
从引用范围创建图片。返回表示新图片的IShape 对象。
IShape AddCameraPicture(string reference, string name, double left, double top)
| Type | Name | Description |
|---|---|---|
| string | reference | 生成图片的范围。 |
| string | name | 图片名称。 |
| double | left | 图片相对于文档左上角的位置(以点为单位)。 |
| double | top | 图片相对于文档顶部的位置(以点为单位)。 |
| Type | Description |
|---|---|
| IShape | IShape 对象。 |
从引用范围创建图片。返回表示新图片的IShape 对象。
IShape AddCameraPicture(string reference, string name, double left, double top, double width, double height)
| Type | Name | Description |
|---|---|---|
| string | reference | 生成图片的范围。 |
| string | name | 图片名称。 |
| double | left | 图片相对于文档左上角的位置(以点为单位)。 |
| double | top | 图片相对于文档顶部的位置(以点为单位)。 |
| double | width | 自动形状边框框的宽度和高度,以点为单位。 |
| double | height | 自动形状边框框的宽度和高度,以点为单位。 |
| Type | Description |
|---|---|
| IShape | IShape 对象。 |
从指定的范围创建一张图片,引用当前工作表上的范围。
目标范围的目标工作表和被添加的形状的工作表必须是同一张工作表。
返回表示新图片的IShape
对象。
IShape AddCameraPicture(string reference, string name, IRange targetRange)
| Type | Name | Description |
|---|---|---|
| string | reference | 生成图片的范围。 |
| string | name | 图片名称。 |
| IRange | targetRange | 当前工作表的目标范围。 |
| Type | Description |
|---|---|
| IShape | IShape 对象。 |