uiautomation
uiautomation.uiautomation.SpreadsheetItemPattern クラス

公開メンバ関数

def __init__ (self, pattern=None)
 
str Formula (self)
 
List[ 'Control'] GetAnnotationObjects (self)
 
List[int] GetAnnotationTypes (self)
 

公開変数類

 pattern
 

構築子と解体子

◆ __init__()

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

メソッド詳解

◆ Formula()

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

◆ GetAnnotationObjects()

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

◆ GetAnnotationTypes()

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

メンバ詳解

◆ pattern

uiautomation.uiautomation.SpreadsheetItemPattern.pattern

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