uiautomation
|
公開メンバ関数 | |
def | __init__ (self, pattern=None) |
int | RowOrColumnMajor (self) |
List[ 'Control'] | GetColumnHeaders (self) |
List[ 'Control'] | GetRowHeaders (self) |
公開変数類 | |
pattern | |
def uiautomation.uiautomation.TablePattern.__init__ | ( | self, | |
pattern = None |
|||
) |
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nn-uiautomationclient-iuiautomationtablepattern
List['Control'] uiautomation.uiautomation.TablePattern.GetColumnHeaders | ( | self | ) |
Call IUIAutomationTablePattern::GetCurrentColumnHeaders. Return List[Control], a list of `Control` subclasses, representing all the column headers in a table.. Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationtablepattern-getcurrentcolumnheaders
List['Control'] uiautomation.uiautomation.TablePattern.GetRowHeaders | ( | self | ) |
Call IUIAutomationTablePattern::GetCurrentRowHeaders. Return List[Control], a list of `Control` subclasses, representing all the row headers in a table. Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationtablepattern-getcurrentrowheaders
int uiautomation.uiautomation.TablePattern.RowOrColumnMajor | ( | self | ) |
Property RowOrColumnMajor. Call IUIAutomationTablePattern::get_CurrentRowOrColumnMajor. Return int, a value in class `RowOrColumnMajor`, the primary direction of traversal for the table. Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationtablepattern-get_currentroworcolumnmajor
uiautomation.uiautomation.TablePattern.pattern |