método add
Contenido
[
Ocultar
]add(self, upper_left_row, upper_left_column, height, width, image_data)
Agrega un OleObject a la colección.
Devoluciones
Índice de objeto OleObject.
def add(self, upper_left_row, upper_left_column, height, width, image_data):
...
| Parámetro | Tipo | Descripción |
|---|---|---|
| upper_left_row | int | Índice de la fila superior izquierda. |
| upper_left_column | int | Índice de la columna superior izquierda. |
| height | int | Altura de oleObject, en unidad de píxel. |
| width | int | Ancho de oleObject, en unidad de píxel. |
| image_data | bytes | Imagen de un objeto ole como matriz de bytes. |
add(self, upper_left_row, upper_left_column, height, width, image_data, linked_file)
Agrega un OleObject vinculado a la colección.
Devoluciones
Índice de objeto OleObject.
def add(self, upper_left_row, upper_left_column, height, width, image_data, linked_file):
...
| Parámetro | Tipo | Descripción |
|---|---|---|
| upper_left_row | int | Índice de la fila superior izquierda. |
| upper_left_column | int | Índice de la columna superior izquierda. |
| height | int | Altura de oleObject, en unidad de píxel. |
| width | int | Ancho de oleObject, en unidad de píxel. |
| image_data | bytes | Imagen de un objeto ole como matriz de bytes. |
| linked_file | str |
Ver también
- módulo
aspose.cells.drawing - clase
OleObject - clase
OleObjectCollection