TextPatternIdentifiers Classe
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Contém valores usados como identificadores para ITextProvider.
public ref class TextPatternIdentifiers abstract sealed
public static class TextPatternIdentifiers
type TextPatternIdentifiers = class
Public Class TextPatternIdentifiers
- Herança
-
TextPatternIdentifiers
Observações
TextPattern expõe informações detalhadas sobre o conteúdo textual de objetos, como controlos de edição e documentos.
Os fornecedores de Automatização da Interface de Utilizador devem ser concebidos de forma a funcionar num ambiente de confiança parcial. Como UIAutomationClient.dll não está configurado para total confiança, o código do seu fornecedor não deve referenciar essa montagem. Se o fizer, o código pode correr num ambiente de total confiança, mas depois falhar num ambiente de confiança parcial.
Em especial, não use campos de classes em UIAutomationClient.dll como os de AutomationElement. Em vez disso, use os campos equivalentes de classes em UIAutomationTypes.dll, como AutomationElementIdentifiers.
Campos
| Name | Description |
|---|---|
| AnimationStyleAttribute |
Identifica o AnimationStyle atributo de um intervalo de texto. |
| BackgroundColorAttribute |
Identifica o atributo BackgroundColor de um intervalo de texto. |
| BulletStyleAttribute |
Identifica o BulletStyle atributo de um intervalo de texto. |
| CapStyleAttribute |
Identifica o CapStyle atributo de um intervalo de texto. |
| CultureAttribute |
Identifica o atributo Cultura (CultureInfo) de um intervalo de texto até ao nível da sublíngua; por exemplo, French-Switzerland (fr-CH) em vez de francês (fr). |
| FontNameAttribute |
Identifica o |
| FontSizeAttribute |
Identifica o |
| FontWeightAttribute |
Identifica o |
| ForegroundColorAttribute |
Identifica o atributo ForegroundColor (COLORREF) de um intervalo de texto. |
| HorizontalTextAlignmentAttribute |
Identifica o HorizontalTextAlignment atributo de um intervalo de texto. |
| IndentationFirstLineAttribute |
Identifica o |
| IndentationLeadingAttribute |
Identifica o |
| IndentationTrailingAttribute |
Identifica o |
| IsHiddenAttribute |
Identifica o |
| IsItalicAttribute |
Identifica o |
| IsReadOnlyAttribute |
Identifica o |
| IsSubscriptAttribute |
Identifica o |
| IsSuperscriptAttribute |
Identifica o |
| MarginBottomAttribute |
Identifica o |
| MarginLeadingAttribute |
Identifica o |
| MarginTopAttribute |
Identifica o |
| MarginTrailingAttribute |
Identifica o |
| MixedAttributeValue |
Identifica se o valor de um dado atributo varia num intervalo de texto num controlo de edição rico. |
| OutlineStylesAttribute |
Identifica o |
| OverlineColorAttribute |
Identifica o |
| OverlineStyleAttribute |
Identifica o |
| Pattern |
Identifica o TextPattern padrão. |
| StrikethroughColorAttribute |
Identifica o |
| StrikethroughStyleAttribute |
Identifica o |
| TabsAttribute |
Identifica o |
| TextChangedEvent |
Identifica o evento levantado sempre que um conteúdo textual é modificado. |
| TextFlowDirectionsAttribute |
Identifica o |
| TextSelectionChangedEvent |
Identifica o evento levantado sempre que a seleção de texto é modificada. |
| UnderlineColorAttribute |
Identifica o |
| UnderlineStyleAttribute |
Identifica o |