Cursor
#
- class ansys.scade.almgw_msoffice.utils.Cursor(ws, pos: Tuple[int, int] = (0, 0))#
Cursor management.
Initialize the cursor.
Overview#
N/A. |
|
N/A. |
|
N/A. |
|
N/A. |
|
N/A. |
|
N/A. |
|
N/A. |
|
N/A. |
|
N/A. |
|
N/A. |
|
N/A. |
|
N/A. |
|
N/A. |
|
N/A. |
|
N/A. |
|
N/A. |
Import detail#
from ansys.scade.almgw_msoffice.utils import Cursor
Attribute detail#
- Cursor.pos = (0, 0)#
- Cursor.ws#
Method detail#
- Cursor.down()#
N/A.
- Cursor.left()#
N/A.
- Cursor.new_line(new_col=0)#
N/A.
- Cursor.right()#
N/A.
- Cursor.set_column(width: float = None, cell_format: xlsxwriter.format.Format | None = None, options: Dict[str, int | str] = {})#
N/A.
- Cursor.set_row(height: float = None, cell_format: xlsxwriter.format.Format | None = None, options: Dict[str, int | str] = {})#
N/A.
- Cursor.up()#
N/A.
- Cursor.write(*args)#
N/A.