uiautomation
|
公開メンバ関数 | |
def | __init__ (self, pattern=None) |
str | Formula (self) |
List[ 'Control'] | GetAnnotationObjects (self) |
List[int] | GetAnnotationTypes (self) |
公開変数類 | |
pattern | |
def uiautomation.uiautomation.SpreadsheetItemPattern.__init__ | ( | self, | |
pattern = None |
|||
) |
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nn-uiautomationclient-iuiautomationspreadsheetitempattern
str uiautomation.uiautomation.SpreadsheetItemPattern.Formula | ( | self | ) |
Property Formula. Call IUIAutomationSpreadsheetItemPattern::get_CurrentFormula. Return str, the formula for this cell. Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationspreadsheetitempattern-get_currentformula
List['Control'] uiautomation.uiautomation.SpreadsheetItemPattern.GetAnnotationObjects | ( | self | ) |
Call IUIAutomationSelectionPattern::GetCurrentAnnotationObjects. Return List[Control], a list of `Control` subclasses representing the annotations associated with this spreadsheet cell. Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationspreadsheetitempattern-getcurrentannotationobjects
List[int] uiautomation.uiautomation.SpreadsheetItemPattern.GetAnnotationTypes | ( | self | ) |
Call IUIAutomationSelectionPattern::GetCurrentAnnotationTypes. Return List[int], a list of int values in class `AnnotationType`, indicating the types of annotations that are associated with this spreadsheet cell. Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationselectionpattern-getcurrentannotationtypes
uiautomation.uiautomation.SpreadsheetItemPattern.pattern |