Cursor#

class ansys.scade.almgw_msoffice.utils.Cursor(ws, pos: Tuple[int, int] = (0, 0))#

Cursor management.

Initialize the cursor.

Overview#

col

N/A.

down

N/A.

insert_image

N/A.

left

N/A.

line

N/A.

move

N/A.

new_line

N/A.

right

N/A.

set_column

N/A.

set_column_width

N/A.

set_row

N/A.

set_row_lvl

N/A.

up

N/A.

write

N/A.

write_comment

N/A.

write_url

N/A.

Import detail#

from ansys.scade.almgw_msoffice.utils import Cursor

Attribute detail#

Cursor.pos = (0, 0)#
Cursor.ws#

Method detail#

Cursor.col() int#

N/A.

Cursor.down()#

N/A.

Cursor.insert_image(image: str, options: Dict[str, int | str] = {})#

N/A.

Cursor.left()#

N/A.

Cursor.line() int#

N/A.

Cursor.move(v: Tuple[int, int])#

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_column_width(width: float)#

N/A.

Cursor.set_row(height: float = None, cell_format: xlsxwriter.format.Format | None = None, options: Dict[str, int | str] = {})#

N/A.

Cursor.set_row_lvl(level: int, collapsed: bool = False)#

N/A.

Cursor.up()#

N/A.

Cursor.write(*args)#

N/A.

Cursor.write_comment(comment: str)#

N/A.

Cursor.write_url(url: str, cell_format: xlsxwriter.format.Format | None = None, string: str = None, tip: str = None)#

N/A.