TextPatternIdentifiers クラス

定義

ITextProvider の識別子として使用される値を格納します。

public ref class TextPatternIdentifiers abstract sealed
public static class TextPatternIdentifiers
type TextPatternIdentifiers = class
Public Class TextPatternIdentifiers
継承
TextPatternIdentifiers

注釈

TextPattern は、編集コントロールやドキュメントなどのオブジェクトのテキストコンテンツの詳細情報を公開します。

UI オートメーションプロバイダーは、部分信頼環境で動作できるように記述する必要があります。 UIAutomationClient.dllは完全信頼用に構成されていないため、プロバイダー コードでそのアセンブリを参照しないでください。 参照している場合、完全に信頼された環境ではコードを実行できますが、部分的に信頼された環境では失敗します。

具体的には、 AutomationElementなどの UIAutomationClient.dll のクラスのフィールドを使用しないでください。 代わりに、 AutomationElementIdentifiersなどの UIAutomationTypes.dll のクラスの同等のフィールドを使用します。

フィールド

AnimationStyleAttribute

テキスト範囲の AnimationStyle 属性を識別します。

BackgroundColorAttribute

テキスト範囲の BackgroundColor 属性を識別します。

BulletStyleAttribute

テキスト範囲の BulletStyle 属性を識別します。

CapStyleAttribute

テキスト範囲の CapStyle 属性を識別します。

CultureAttribute

フランス語 (fr) ではなくフランス語 (スイス) (fr-CH) など、サブ言語レベルまでのテキスト範囲の Culture (CultureInfo) 属性を識別します。

FontNameAttribute

テキスト範囲の FontName 属性を識別します。

FontSizeAttribute

テキスト範囲の FontSize 属性を識別します。

FontWeightAttribute

テキスト範囲の FontWeight 属性を識別します。

ForegroundColorAttribute

テキスト範囲の ForegroundColor (COLORREF) 属性を識別します。

HorizontalTextAlignmentAttribute

テキスト範囲の HorizontalTextAlignment 属性を識別します。

IndentationFirstLineAttribute

テキスト範囲の IndentationFirstLine (TextIndent) 属性を識別します。

IndentationLeadingAttribute

テキスト範囲の IndentationLeading (TextIndent) 属性を識別します。

IndentationTrailingAttribute

テキスト範囲の IndentationTrailing (TextIndent) 属性を識別します。

IsHiddenAttribute

テキスト範囲の IsHidden 属性を識別します。

IsItalicAttribute

テキスト範囲の IsItalic (FontStyle) 属性を識別します。

IsReadOnlyAttribute

テキスト範囲の IsReadOnly 属性を識別します。

IsSubscriptAttribute

テキスト範囲の IsSubscript (FontVariants) 属性を識別します。

IsSuperscriptAttribute

テキスト範囲の IsSuperscript (FontVariants) 属性を識別します。

MarginBottomAttribute

テキスト範囲の MarginBottom (PageSettings) 属性を識別します。

MarginLeadingAttribute

テキスト範囲の MarginLeading (PageSettings) 属性を識別します。

MarginTopAttribute

テキスト範囲の MarginTop (PageSettings) 属性を識別します。

MarginTrailingAttribute

テキスト範囲の MarginTrailing (PageSettings) 属性を識別します。

MixedAttributeValue

指定した属性の値が、リッチ エディット コントロールのテキスト範囲内で異なるかどうかを識別します。

OutlineStylesAttribute

テキスト範囲の OutlineStyles (OutlineStyles) 属性を識別します。

OverlineColorAttribute

テキスト範囲の OverlineColor 属性を識別します。

OverlineStyleAttribute

テキスト範囲の OverlineStyle (TextDecorationLineStyle) 属性を識別します。

Pattern

TextPattern パターンを識別します。

StrikethroughColorAttribute

テキスト範囲の StrikethroughColor 属性を識別します。

StrikethroughStyleAttribute

テキスト範囲の StrikethroughStyle (TextDecorationLineStyle) 属性を識別します。

TabsAttribute

テキスト範囲の Tabs 属性を識別します。

TextChangedEvent

テキスト コンテンツが変更されるたびに発生するイベントを識別します。

TextFlowDirectionsAttribute

テキスト範囲の TextFlowDirections (FlowDirections) 属性を識別します。

TextSelectionChangedEvent

テキストの選択が変更されるたびに発生するイベントを識別します。

UnderlineColorAttribute

テキスト範囲の UnderlineColor 属性を識別します。

UnderlineStyleAttribute

テキスト範囲の UnderlineStyle (TextDecorationLineStyle) 属性を識別します。

適用対象

こちらもご覧ください