uiautomation
uiautomation.uiautomation.TablePattern クラス

公開メンバ関数

def __init__ (self, pattern=None)
 
int RowOrColumnMajor (self)
 
List[ 'Control'] GetColumnHeaders (self)
 
List[ 'Control'] GetRowHeaders (self)
 

公開変数類

 pattern
 

構築子と解体子

◆ __init__()

def uiautomation.uiautomation.TablePattern.__init__ (   self,
  pattern = None 
)
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nn-uiautomationclient-iuiautomationtablepattern

メソッド詳解

◆ GetColumnHeaders()

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

◆ GetRowHeaders()

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

◆ RowOrColumnMajor()

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

メンバ詳解

◆ pattern

uiautomation.uiautomation.TablePattern.pattern

このクラス詳解は次のファイルから抽出されました: