Class DialogTitle

class ooodev.utils.data_type.dialog_title.DialogTitle(title, is_regex=False, class_name='SALSUBFRAME')[source]

Bases: WindowTitle

Dialog Title Info

Parameters:
  • title (str) –

  • is_regex (bool) –

  • class_name (str) –

__init__(title, is_regex=False, class_name='SALSUBFRAME')
Parameters:
  • title (str) –

  • is_regex (bool) –

  • class_name (str) –

Return type:

None

class_name: str = 'SALSUBFRAME'
is_regex: bool = False

Determines if title is treated as regular expression.

title: str

Window Title