C# Class UIAutomation.UiaTextPattern

Description of TextPatternAdapterNet.
Inheritance: ITextPattern
Show file Open project: apetrovskiy/STUPS

Public Properties

Property Type Description
AnimationStyleAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
BackgroundColorAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
BulletStyleAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
CapStyleAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
CultureAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
FontNameAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
FontSizeAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
FontWeightAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
ForegroundColorAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
HorizontalTextAlignmentAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
IndentationFirstLineAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
IndentationLeadingAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
IndentationTrailingAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
IsHiddenAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
IsItalicAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
IsReadOnlyAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
IsSubscriptAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
IsSuperscriptAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
MarginBottomAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
MarginLeadingAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
MarginTopAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
MarginTrailingAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
MixedAttributeValue object
OutlineStylesAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
OverlineColorAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
OverlineStyleAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
Pattern UIANET::System.Windows.Automation.AutomationPattern
StrikethroughColorAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
StrikethroughStyleAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
TabsAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
TextChangedEvent UIANET::System.Windows.Automation.AutomationEvent
TextFlowDirectionsAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
TextSelectionChangedEvent UIANET::System.Windows.Automation.AutomationEvent
UnderlineColorAttribute UIANET::System.Windows.Automation.AutomationTextAttribute
UnderlineStyleAttribute UIANET::System.Windows.Automation.AutomationTextAttribute

Public Methods

Method Description
GetParentElement ( ) : IUiElement
GetSelection ( ) : UIANET::System.Windows.Automation.Text.TextPatternRange[]
GetSourcePattern ( ) : object
GetVisibleRanges ( ) : UIANET::System.Windows.Automation.Text.TextPatternRange[]
RangeFromChild ( IUiElement childElement ) : UIANET::System.Windows.Automation.Text.TextPatternRange
RangeFromPoint ( Point screenLocation ) : UIANET::System.Windows.Automation.Text.TextPatternRange
SetParentElement ( IUiElement element ) : void
SetSourcePattern ( object pattern ) : void
UiaTextPattern ( IUiElement element ) : System.Windows
UiaTextPattern ( IUiElement element, UIANET::System.Windows.Automation textPattern ) : System.Windows
UiaTextPattern ( UIANET::System.Windows.Automation textPattern ) : System.Windows

Method Details

GetParentElement() public method

public GetParentElement ( ) : IUiElement
return IUiElement

GetSelection() public method

public GetSelection ( ) : UIANET::System.Windows.Automation.Text.TextPatternRange[]
return UIANET::System.Windows.Automation.Text.TextPatternRange[]

GetSourcePattern() public method

public GetSourcePattern ( ) : object
return object

GetVisibleRanges() public method

public GetVisibleRanges ( ) : UIANET::System.Windows.Automation.Text.TextPatternRange[]
return UIANET::System.Windows.Automation.Text.TextPatternRange[]

RangeFromChild() public method

public RangeFromChild ( IUiElement childElement ) : UIANET::System.Windows.Automation.Text.TextPatternRange
childElement IUiElement
return UIANET::System.Windows.Automation.Text.TextPatternRange

RangeFromPoint() public method

public RangeFromPoint ( Point screenLocation ) : UIANET::System.Windows.Automation.Text.TextPatternRange
screenLocation Point
return UIANET::System.Windows.Automation.Text.TextPatternRange

SetParentElement() public method

public SetParentElement ( IUiElement element ) : void
element IUiElement
return void

SetSourcePattern() public method

public SetSourcePattern ( object pattern ) : void
pattern object
return void

UiaTextPattern() public method

public UiaTextPattern ( IUiElement element ) : System.Windows
element IUiElement
return System.Windows

UiaTextPattern() public method

public UiaTextPattern ( IUiElement element, UIANET::System.Windows.Automation textPattern ) : System.Windows
element IUiElement
textPattern UIANET::System.Windows.Automation
return System.Windows

UiaTextPattern() public method

public UiaTextPattern ( UIANET::System.Windows.Automation textPattern ) : System.Windows
textPattern UIANET::System.Windows.Automation
return System.Windows

Property Details

AnimationStyleAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation AnimationStyleAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

BackgroundColorAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation BackgroundColorAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

BulletStyleAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation BulletStyleAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

CapStyleAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation CapStyleAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

CultureAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation CultureAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

FontNameAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation FontNameAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

FontSizeAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation FontSizeAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

FontWeightAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation FontWeightAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

ForegroundColorAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation ForegroundColorAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

HorizontalTextAlignmentAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation HorizontalTextAlignmentAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

IndentationFirstLineAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation IndentationFirstLineAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

IndentationLeadingAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation IndentationLeadingAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

IndentationTrailingAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation IndentationTrailingAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

IsHiddenAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation IsHiddenAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

IsItalicAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation IsItalicAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

IsReadOnlyAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation IsReadOnlyAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

IsSubscriptAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation IsSubscriptAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

IsSuperscriptAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation IsSuperscriptAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

MarginBottomAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation MarginBottomAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

MarginLeadingAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation MarginLeadingAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

MarginTopAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation MarginTopAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

MarginTrailingAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation MarginTrailingAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

MixedAttributeValue public static property

public static object MixedAttributeValue
return object

OutlineStylesAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation OutlineStylesAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

OverlineColorAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation OverlineColorAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

OverlineStyleAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation OverlineStyleAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

Pattern public static property

public static AutomationPattern,UIANET::System.Windows.Automation Pattern
return UIANET::System.Windows.Automation.AutomationPattern

StrikethroughColorAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation StrikethroughColorAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

StrikethroughStyleAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation StrikethroughStyleAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

TabsAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation TabsAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

TextChangedEvent public static property

public static AutomationEvent,UIANET::System.Windows.Automation TextChangedEvent
return UIANET::System.Windows.Automation.AutomationEvent

TextFlowDirectionsAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation TextFlowDirectionsAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

TextSelectionChangedEvent public static property

public static AutomationEvent,UIANET::System.Windows.Automation TextSelectionChangedEvent
return UIANET::System.Windows.Automation.AutomationEvent

UnderlineColorAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation UnderlineColorAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute

UnderlineStyleAttribute public static property

public static AutomationTextAttribute,UIANET::System.Windows.Automation UnderlineStyleAttribute
return UIANET::System.Windows.Automation.AutomationTextAttribute