uiautomation
uiautomation.uiautomation.StylesPattern クラス

公開メンバ関数

def __init__ (self, pattern=None)
 
str ExtendedProperties (self)
 
int FillColor (self)
 
int FillPatternColor (self)
 
str Shape (self)
 
int StyleId (self)
 
str StyleName (self)
 

公開変数類

 pattern
 

構築子と解体子

◆ __init__()

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

メソッド詳解

◆ ExtendedProperties()

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

◆ FillColor()

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

◆ FillPatternColor()

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

◆ Shape()

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

◆ StyleId()

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

◆ StyleName()

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

メンバ詳解

◆ pattern

uiautomation.uiautomation.StylesPattern.pattern

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