TextPatternIdentifiers Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains values used as identifiers for ITextProvider.
public ref class TextPatternIdentifiers abstract sealed
public static class TextPatternIdentifiers
type TextPatternIdentifiers = class
Public Class TextPatternIdentifiers
- Inheritance
-
TextPatternIdentifiers
Remarks
TextPattern exposes detailed information of the textual contents of objects such as edit controls and documents.
UI Automation providers should be written so that they can work in a partial-trust environment. Because UIAutomationClient.dll is not configured for full trust, your provider code should not reference that assembly. If it does so, the code may run in a full-trust environment but then fail in a partial-trust environment.
In particular, do not use fields from classes in UIAutomationClient.dll such as those in AutomationElement. Instead, use the equivalent fields from classes in UIAutomationTypes.dll, such as AutomationElementIdentifiers.
Fields
AnimationStyleAttribute |
Identifies the AnimationStyle attribute of a text range. |
BackgroundColorAttribute |
Identifies the BackgroundColor attribute of a text range. |
BulletStyleAttribute |
Identifies the BulletStyle attribute of a text range. |
CapStyleAttribute |
Identifies the CapStyle attribute of a text range. |
CultureAttribute |
Identifies the Culture (CultureInfo) attribute of a text range down to the sub-language level; for example, French-Switzerland (fr-CH) instead of French (fr). |
FontNameAttribute |
Identifies the |
FontSizeAttribute |
Identifies the |
FontWeightAttribute |
Identifies the |
ForegroundColorAttribute |
Identifies the ForegroundColor (COLORREF) attribute of a text range. |
HorizontalTextAlignmentAttribute |
Identifies the HorizontalTextAlignment attribute of a text range. |
IndentationFirstLineAttribute |
Identifies the |
IndentationLeadingAttribute |
Identifies the |
IndentationTrailingAttribute |
Identifies the |
IsHiddenAttribute |
Identifies the |
IsItalicAttribute |
Identifies the |
IsReadOnlyAttribute |
Identifies the |
IsSubscriptAttribute |
Identifies the |
IsSuperscriptAttribute |
Identifies the |
MarginBottomAttribute |
Identifies the |
MarginLeadingAttribute |
Identifies the |
MarginTopAttribute |
Identifies the |
MarginTrailingAttribute |
Identifies the |
MixedAttributeValue |
Identifies whether the value of a given attribute varies over a text range in a rich edit control. |
OutlineStylesAttribute |
Identifies the |
OverlineColorAttribute |
Identifies the |
OverlineStyleAttribute |
Identifies the |
Pattern |
Identifies the TextPattern pattern. |
StrikethroughColorAttribute |
Identifies the |
StrikethroughStyleAttribute |
Identifies the |
TabsAttribute |
Identifies the |
TextChangedEvent |
Identifies the event raised whenever textual content is modified. |
TextFlowDirectionsAttribute |
Identifies the |
TextSelectionChangedEvent |
Identifies the event raised whenever the text selection is modified. |
UnderlineColorAttribute |
Identifies the |
UnderlineStyleAttribute |
Identifies the |