uiautomation
|
公開メンバ関数 | |
def | __init__ (self, pattern=None) |
str | ExtendedProperties (self) |
int | FillColor (self) |
int | FillPatternColor (self) |
str | Shape (self) |
int | StyleId (self) |
str | StyleName (self) |
公開変数類 | |
pattern | |
def uiautomation.uiautomation.StylesPattern.__init__ | ( | self, | |
pattern = None |
|||
) |
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nn-uiautomationclient-iuiautomationstylespattern
str uiautomation.uiautomation.StylesPattern.ExtendedProperties | ( | self | ) |
Property ExtendedProperties. Call IUIAutomationStylesPattern::get_CurrentExtendedProperties. Return str, a localized string that contains the list of extended properties for an element in a document. Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationstylespattern-get_currentextendedproperties
int uiautomation.uiautomation.StylesPattern.FillColor | ( | self | ) |
Property FillColor. Call IUIAutomationStylesPattern::get_CurrentFillColor. Return int, the fill color of an element in a document. Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationstylespattern-get_currentfillcolor
int uiautomation.uiautomation.StylesPattern.FillPatternColor | ( | self | ) |
Property FillPatternColor. Call IUIAutomationStylesPattern::get_CurrentFillPatternColor. Return int, the color of the pattern used to fill an element in a document. Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationstylespattern-get_currentfillpatterncolor
str uiautomation.uiautomation.StylesPattern.Shape | ( | self | ) |
Property Shape. Call IUIAutomationStylesPattern::get_CurrentShape. Return str, the shape of an element in a document. Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationstylespattern-get_currentshape
int uiautomation.uiautomation.StylesPattern.StyleId | ( | self | ) |
Property StyleId. Call IUIAutomationStylesPattern::get_CurrentStyleId. Return int, a value in class `StyleId`, the visual style associated with an element in a document. Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationstylespattern-get_currentstyleid
str uiautomation.uiautomation.StylesPattern.StyleName | ( | self | ) |
Property StyleName. Call IUIAutomationStylesPattern::get_CurrentStyleName. Return str, the name of the visual style associated with an element in a document. Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationstylespattern-get_currentstylename
uiautomation.uiautomation.StylesPattern.pattern |