Show / Hide Table of Contents

Class TextPatternIdentifiers

Contains values that are used as identifiers for the ITextProvider class.

Inheritance
System.Object
TextPatternIdentifiers
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Automation
Assembly: OpenSilver.dll
Syntax
public static class TextPatternIdentifiers

Fields

| Improve this Doc View Source

AnimationStyleAttribute

Identifies the AnimationStyle attribute of a text range.

Declaration
public static readonly AutomationTextAttribute AnimationStyleAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

BackgroundColorAttribute

Identifies the BackgroundColor attribute of a text range.

Declaration
public static readonly AutomationTextAttribute BackgroundColorAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

BulletStyleAttribute

Identifies the System.Windows.Automation.Text.BulletStyle attribute of a text range.

Declaration
public static readonly AutomationTextAttribute BulletStyleAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

CapStyleAttribute

Identifies the CapStyle attribute of a text range.

Declaration
public static readonly AutomationTextAttribute CapStyleAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

CultureAttribute

Identifies the Culture (System.Globalization.CultureInfo) attribute of a text range. Includes the sub-language level; for example, specifies French–Switzerland (fr-CH) instead of merely French (fr).

Declaration
public static readonly AutomationTextAttribute CultureAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

FontNameAttribute

Identifies the FontName attribute of a text range.

Declaration
public static readonly AutomationTextAttribute FontNameAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

FontSizeAttribute

Identifies the FontSize attribute of a text range.

Declaration
public static readonly AutomationTextAttribute FontSizeAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

FontWeightAttribute

Identifies the FontWeight attribute of a text range.

Declaration
public static readonly AutomationTextAttribute FontWeightAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

ForegroundColorAttribute

Identifies the ForegroundColor attribute of a text range.

Declaration
public static readonly AutomationTextAttribute ForegroundColorAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

HorizontalTextAlignmentAttribute

Identifies the HorizontalTextAlignment attribute of a text range.

Declaration
public static readonly AutomationTextAttribute HorizontalTextAlignmentAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

IndentationFirstLineAttribute

Identifies the IndentationFirstLine attribute of a text range.

Declaration
public static readonly AutomationTextAttribute IndentationFirstLineAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

IndentationLeadingAttribute

Identifies the IndentationLeadingattribute of a text range.

Declaration
public static readonly AutomationTextAttribute IndentationLeadingAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

IndentationTrailingAttribute

Identifies the IndentationTrailingattribute of a text range.

Declaration
public static readonly AutomationTextAttribute IndentationTrailingAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

IsHiddenAttribute

Identifies the IsHidden attribute of a text range.

Declaration
public static readonly AutomationTextAttribute IsHiddenAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

IsItalicAttribute

Identifies the IsItalic attribute of a text range.

Declaration
public static readonly AutomationTextAttribute IsItalicAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

IsReadOnlyAttribute

Identifies the IsReadOnly attribute of a text range.

Declaration
public static readonly AutomationTextAttribute IsReadOnlyAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

IsSubscriptAttribute

Identifies the IsSubscript attribute of a text range.

Declaration
public static readonly AutomationTextAttribute IsSubscriptAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

IsSuperscriptAttribute

Identifies the IsSuperscript attribute of a text range.

Declaration
public static readonly AutomationTextAttribute IsSuperscriptAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

MarginBottomAttribute

Identifies the MarginBottom attribute of a text range.

Declaration
public static readonly AutomationTextAttribute MarginBottomAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

MarginLeadingAttribute

Identifies the MarginLeading attribute of a text range.

Declaration
public static readonly AutomationTextAttribute MarginLeadingAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

MarginTopAttribute

Identifies the MarginTop attribute of a text range.

Declaration
public static readonly AutomationTextAttribute MarginTopAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

MarginTrailingAttribute

Identifies the MarginTrailing attribute of a text range.

Declaration
public static readonly AutomationTextAttribute MarginTrailingAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

OutlineStylesAttribute

Identifies the OutlineStyles attribute of a text range.

Declaration
public static readonly AutomationTextAttribute OutlineStylesAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

OverlineColorAttribute

Identifies the OverlineColor attribute of a text range.

Declaration
public static readonly AutomationTextAttribute OverlineColorAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

OverlineStyleAttribute

Identifies the OverlineStyle attribute of a text range.

Declaration
public static readonly AutomationTextAttribute OverlineStyleAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

StrikethroughColorAttribute

Identifies the StrikethroughColor attribute of a text range.

Declaration
public static readonly AutomationTextAttribute StrikethroughColorAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

StrikethroughStyleAttribute

Identifies the StrikethroughStyle attribute of a text range.

Declaration
public static readonly AutomationTextAttribute StrikethroughStyleAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

TabsAttribute

Identifies the Tabs attribute of a text range.

Declaration
public static readonly AutomationTextAttribute TabsAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

TextFlowDirectionsAttribute

Identifies the TextFlowDirections attribute of a text range.

Declaration
public static readonly AutomationTextAttribute TextFlowDirectionsAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

UnderlineColorAttribute

Identifies the UnderlineColor attribute of a text range.

Declaration
public static readonly AutomationTextAttribute UnderlineColorAttribute
Field Value
Type Description
AutomationTextAttribute
| Improve this Doc View Source

UnderlineStyleAttribute

Identifies the UnderlineStyle attribute of a text range.

Declaration
public static readonly AutomationTextAttribute UnderlineStyleAttribute
Field Value
Type Description
AutomationTextAttribute
  • Improve this Doc
  • View Source